Generate AssemblyInfo at build time and have appveyor patch configs with version number
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user