Generate AssemblyInfo at build time and have appveyor patch configs with version number

This commit is contained in:
Cinder Biscuits
2017-09-04 18:13:38 -05:00
parent d0be662db0
commit 093f19b391
27 changed files with 106 additions and 414 deletions

View File

@@ -15,7 +15,7 @@
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<OutputType>Exe</OutputType>
<RootNamespace>PacketDump</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
@@ -64,5 +64,9 @@
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
<Version>1.2.0</Version>
<Authors>OpenMetaverse Developers</Authors>
<Product>LibreMetaverse</Product>
<Copyright>Copyright © OpenMetaverse Developers 2008, 2017 All rights reserved</Copyright>
</PropertyGroup>
</Project>