version 2.11

This commit is contained in:
rlv-dan 2020-04-18 15:31:47 +02:00
parent 9087cd2748
commit c81f699788
2 changed files with 3 additions and 3 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion( "2.1.0.0" )]
[assembly: AssemblyFileVersion( "2.1.0.0" )]
[assembly: AssemblyVersion( "2.11.0.0" )]
[assembly: AssemblyFileVersion( "2.11.0.0" )]

View File

@ -47,7 +47,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>