Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit f8e2791e authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

building new development release

parent 7798de0f
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1519")]
[assembly: AssemblyFileVersion("0.2.0.1519")]
[assembly: AssemblyVersion("0.2.0.1595")]
[assembly: AssemblyFileVersion("0.2.0.1595")]
......@@ -58,7 +58,8 @@
<WarningLevel>1</WarningLevel>
<UseVSHostingProcess>true</UseVSHostingProcess>
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
<DefineConstants>
</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>None</DebugType>
......@@ -74,6 +75,7 @@
<Prefer32Bit>false</Prefer32Bit>
<WarningLevel>1</WarningLevel>
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
<DefineConstants />
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
......@@ -140,7 +142,8 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
<DefineConstants>
</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|x86'">
<DefineTrace>true</DefineTrace>
......
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.2.1519")]
[assembly: AssemblyFileVersion("3.3.2.1519")]
\ No newline at end of file
[assembly: AssemblyVersion("0.1.0.1595")]
[assembly: AssemblyFileVersion("0.1.0.1595")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.1519")]
[assembly: AssemblyFileVersion("1.2.0.1519")]
[assembly: AssemblyVersion("1.2.0.1595")]
[assembly: AssemblyFileVersion("1.2.0.1595")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.2.1519")]
[assembly: AssemblyFileVersion("3.3.2.1519")]
\ No newline at end of file
[assembly: AssemblyVersion("0.1.0.1595")]
[assembly: AssemblyFileVersion("0.1.0.1595")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.2.1519")]
[assembly: AssemblyFileVersion("3.3.2.1519")]
[assembly: AssemblyVersion("0.1.0.1595")]
[assembly: AssemblyFileVersion("0.1.0.1595")]
/*
* This file is part of VECTO.
*
* Copyright © 2012-2017 European Union
* Copyright © 2012-2019 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "0.1.0.1468" + SUFFIX;
return "0.1.0.1595" + SUFFIX;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment