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

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

Merge pull request #825 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:master to master

* commit 'f6554888':
  creating new official VECTO version
parents 48e1067e f6554888
No related branches found
Tags Release/v3.3.6.1916
No related merge requests found
Showing
with 25 additions and 13 deletions
File added
File added
No preview for this file type
No preview for this file type
......@@ -2,6 +2,11 @@
**VECTO 3.3.6**
***Build 1916 (2020-03-31) OFFICIAL RELEASE***
- Bugfixes
* [VECTO-1250] - Error creating new gearbox file from scratch
***Build 1898 (2020-03-13) RELEASE CANDIDATE***
- Improvement
......
......@@ -7622,6 +7622,13 @@ CycleTime,UnknownCycleName,3600</code></pre>
<div id="changelog" class="section level1">
<h1>Changelog</h1>
<p><strong>VECTO 3.3.6</strong></p>
<p><strong><em>Build 1916 (2020-03-31) OFFICIAL RELEASE</em></strong></p>
<ul>
<li>Bugfixes
<ul>
<li>[VECTO-1250] - Error creating new gearbox file from scratch</li>
</ul></li>
</ul>
<p><strong><em>Build 1898 (2020-03-13) RELEASE CANDIDATE</em></strong></p>
<ul>
<li>Improvement
File added
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1898")]
[assembly: AssemblyFileVersion("0.2.0.1898")]
[assembly: AssemblyVersion("0.2.0.1916")]
[assembly: AssemblyFileVersion("0.2.0.1916")]
......@@ -141,7 +141,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
<DefineConstants>CERTIFICATION_RELEASE</DefineConstants>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|x86'">
......
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.6.1898")]
[assembly: AssemblyFileVersion("3.3.6.1898")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.6.1916")]
[assembly: AssemblyFileVersion("3.3.6.1916")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.1898")]
[assembly: AssemblyFileVersion("1.2.0.1898")]
[assembly: AssemblyVersion("1.2.0.1916")]
[assembly: AssemblyFileVersion("1.2.0.1916")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.6.1898")]
[assembly: AssemblyFileVersion("3.3.6.1898")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.6.1916")]
[assembly: AssemblyFileVersion("3.3.6.1916")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.6.1898")]
[assembly: AssemblyFileVersion("3.3.6.1898")]
[assembly: AssemblyVersion("3.3.6.1916")]
[assembly: AssemblyFileVersion("3.3.6.1916")]
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "3.3.6.1898" + SUFFIX;
return "3.3.6.1916" + SUFFIX;
}
}
......
......@@ -76,7 +76,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
<DefineConstants>CERTIFICATION_RELEASE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
......
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