Raise assembly version

This commit is contained in:
goat 2019-11-23 14:19:26 +09:00
parent 7d6c2fc881
commit 4777bbd525
2 changed files with 4 additions and 4 deletions

View file

@ -14,9 +14,9 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>4.1.0.5</AssemblyVersion>
<Version>4.1.0.5</Version>
<FileVersion>4.1.0.5</FileVersion>
<AssemblyVersion>4.1.0.6</AssemblyVersion>
<Version>4.1.0.6</Version>
<FileVersion>4.1.0.6</FileVersion>
</PropertyGroup>
<ItemGroup Label="Resources">
<None Include="$(SolutionDir)/Resources/**/*" CopyToOutputDirectory="PreserveNewest" Visible="false" />