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

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

creating new official VECTO version

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