chore: use Version tag

This commit is contained in:
Anna 2021-01-11 10:31:43 -05:00
parent a6b181bdf5
commit 9533818205

View File

@ -3,8 +3,7 @@
<PropertyGroup> <PropertyGroup>
<LangVersion>8</LangVersion> <LangVersion>8</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AssemblyVersion>1.5.4</AssemblyVersion> <Version>1.5.4</Version>
<FileVersion>1.5.4</FileVersion>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<PlatformTarget>x64</PlatformTarget> <PlatformTarget>x64</PlatformTarget>