Raise assembly version

This commit is contained in:
goat 2019-11-18 20:34:16 +09:00
parent dc01c4a6d2
commit 76b7035f1b
2 changed files with 6 additions and 6 deletions

View file

@ -14,10 +14,10 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<FileVersion>3.1.0.0</FileVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<FileVersion>3.2.0.0</FileVersion>
<Description>XIVLauncher addon injection</Description>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyHook" Version="2.7.6270" />