v4.1.0.3, new versioning scheme

This commit is contained in:
goat 2019-11-18 21:30:19 +09:00
parent e54c405f5c
commit 28e348d5f0
3 changed files with 12 additions and 9 deletions

View file

@ -14,10 +14,13 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<FileVersion>3.2.0.0</FileVersion>
<AssemblyVersion>4.1.0.3</AssemblyVersion>
<FileVersion>4.1.0.3</FileVersion>
<Description>XIVLauncher addon injection</Description>
<Version>3.2.0</Version>
<Version>4.1.0.3</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EasyHook" Version="2.7.6270" />