Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

building new release: updating release notes, updating version number, adding...

building new release: updating release notes, updating version number, adding release report, adding simulation results
parent 1d95311d
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 @@
**VECTO-3.3.10**
***Build 2401 (2021-07-29) OFFICIAL RELEASE***
- Bugfixes (compared to 3.3.10.2373)
* *No additional bugfixes*
***Build 2373 (2021-07-01) RELEASE CANDIDATE***
- Improvements
......
......@@ -7622,6 +7622,13 @@ CycleTime,UnknownCycleName,3600</code></pre>
<div id="changelog" class="section level1">
<h1>Changelog</h1>
<p><strong>VECTO-3.3.10</strong></p>
<p><strong><em>Build 2401 (2021-07-29) OFFICIAL RELEASE</em></strong></p>
<ul>
<li>Bugfixes (compared to 3.3.10.2373)
<ul>
<li><em>No additional bugfixes</em></li>
</ul></li>
</ul>
<p><strong><em>Build 2373 (2021-07-01) RELEASE CANDIDATE</em></strong></p>
<ul>
<li>Improvements
File added
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.2373")]
[assembly: AssemblyFileVersion("0.2.0.2373")]
[assembly: AssemblyVersion("0.2.0.2401")]
[assembly: AssemblyFileVersion("0.2.0.2401")]
......@@ -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.10.2373")]
[assembly: AssemblyFileVersion("3.3.10.2373")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.10.2401")]
[assembly: AssemblyFileVersion("3.3.10.2401")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.2373")]
[assembly: AssemblyFileVersion("1.2.0.2373")]
[assembly: AssemblyVersion("1.2.0.2401")]
[assembly: AssemblyFileVersion("1.2.0.2401")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.10.2373")]
[assembly: AssemblyFileVersion("3.3.10.2373")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.10.2401")]
[assembly: AssemblyFileVersion("3.3.10.2401")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.10.2373")]
[assembly: AssemblyFileVersion("3.3.10.2373")]
[assembly: AssemblyVersion("3.3.10.2401")]
[assembly: AssemblyFileVersion("3.3.10.2401")]
......@@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "3.3.10.2373" + SUFFIX;
return "3.3.10.2401" + 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.
Please register or to comment