Initial commit

This commit is contained in:
Tigger Kindel
2023-08-17 07:32:27 -06:00
committed by Tig
parent 140168b8aa
commit d474b2d521
6 changed files with 56 additions and 30 deletions

View File

@@ -2,10 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>1.13.6.0</AssemblyVersion>
<FileVersion>1.13.6.0</FileVersion>
<InformationalVersion>1.13.6-pre.2+Branch.develop.Sha.90208d6577b9d34bf0c4e9057b4227297bc9118d</InformationalVersion>
<Version>1.13.6-pre0002</Version>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<FileVersion>1.14.0.0</FileVersion>
<InformationalVersion>1.14.0-pre.109+Branch.develop.Sha.bdf9ec112cb6fe4860dd9eb238144c65528327cf</InformationalVersion>
<Version>1.14.0-pre0109</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />