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 27f84bea authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

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

* commit 'e2adb37d':
  adding release report
  adding results and checklist
  update version number, adding changelog in ppt and help, select correct build target
parents 8dd5e339 e2adb37d
No related branches found
No related tags found
No related merge requests found
Showing
with 57 additions and 15 deletions
<Project DefaultTargets = "Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" > <Project DefaultTargets = "Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
<PropertyGroup> <PropertyGroup>
<DefineConstants>$(DefineConstants),RELEASE_CANDIDATE</DefineConstants> <!-- <DefineConstants>$(DefineConstants),RELEASE_CANDIDATE</DefineConstants> -->
<!-- <DefineConstants>$(DefineConstants),CERTIFICATION_RELEASE</DefineConstants> --> <!-- <DefineConstants>$(DefineConstants),CERTIFICATION_RELEASE</DefineConstants> -->
</PropertyGroup> </PropertyGroup>
</Project> </Project>
\ No newline at end of file
File added
File added
No preview for this file type
No preview for this file type
#Changelog #Changelog
**VECTO 3.3.5**
***Build 1783 (2019-11-19) RELEASE CANDIDATE***
- Improvement
* [VECTO-1194] - Handling input parameter 'vocational' for groups other than 4, 5, 9, 10
* [VECTO-1147] - Updating declaration mode cycles values in user manual
* [VECTO-1207] - run VECTO in 64bit mode by default
- Bugfixes
* [VECTO-1074] - Vecto Calculation Aborts with Interpolation Error
* [VECTO-1159] - Simulation Abort in UrbanDelivery LowLoading
* [VECTO-1189] - Error in delaunay triangulation invariant violated
* [VECTO-1209] - Unexpected Response Response Overload
* [VECTO-1211] - Simulation Abort Urban Delivery Ref Load
* [VECTO-1214] - Validation of input data fails when gearbox speed limits are applied
**VECTO 3.3.4** **VECTO 3.3.4**
***Build 1716 (2019-09-13) OFFICIAL RELEASE*** ***Build 1716 (2019-09-13) OFFICIAL RELEASE***
......
...@@ -7563,6 +7563,25 @@ CycleTime,UnknownCycleName,3600</code></pre> ...@@ -7563,6 +7563,25 @@ CycleTime,UnknownCycleName,3600</code></pre>
</div> </div>
<div id="changelog" class="section level1"> <div id="changelog" class="section level1">
<h1>Changelog</h1> <h1>Changelog</h1>
<p><strong>VECTO 3.3.5</strong></p>
<p><strong><em>Build 1783 (2019-11-19) RELEASE CANDIDATE</em></strong></p>
<ul>
<li>Improvement
<ul>
<li>[VECTO-1194] - Handling input parameter ‘vocational’ for groups other than 4, 5, 9, 10</li>
<li>[VECTO-1147] - Updating declaration mode cycles values in user manual</li>
<li>[VECTO-1207] - run VECTO in 64bit mode by default</li>
</ul></li>
<li>Bugfixes
<ul>
<li>[VECTO-1074] - Vecto Calculation Aborts with Interpolation Error</li>
<li>[VECTO-1159] - Simulation Abort in UrbanDelivery LowLoading</li>
<li>[VECTO-1189] - Error in delaunay triangulation invariant violated</li>
<li>[VECTO-1209] - Unexpected Response Response Overload</li>
<li>[VECTO-1211] - Simulation Abort Urban Delivery Ref Load</li>
<li>[VECTO-1214] - Validation of input data fails when gearbox speed limits are applied</li>
</ul></li>
</ul>
<p><strong>VECTO 3.3.4</strong></p> <p><strong>VECTO 3.3.4</strong></p>
<p><strong><em>Build 1716 (2019-09-13) OFFICIAL RELEASE</em></strong></p> <p><strong><em>Build 1716 (2019-09-13) OFFICIAL RELEASE</em></strong></p>
<ul> <ul>
File added
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1716")] [assembly: AssemblyVersion("0.2.0.1783")]
[assembly: AssemblyFileVersion("0.2.0.1716")] [assembly: AssemblyFileVersion("0.2.0.1783")]
...@@ -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>CERTIFICATION_RELEASE</DefineConstants> <DefineConstants>RELEASE_CANDIDATE</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.4.1716")] [assembly: AssemblyVersion("3.3.5.1783")]
[assembly: AssemblyFileVersion("3.3.4.1716")] [assembly: AssemblyFileVersion("3.3.5.1783")]
\ 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.1716")] [assembly: AssemblyVersion("1.2.0.1783")]
[assembly: AssemblyFileVersion("1.2.0.1716")] [assembly: AssemblyFileVersion("1.2.0.1783")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.3.4.1716")] [assembly: AssemblyVersion("3.3.5.1783")]
[assembly: AssemblyFileVersion("3.3.4.1716")] [assembly: AssemblyFileVersion("3.3.5.1783")]
\ 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.4.1716")] [assembly: AssemblyVersion("3.3.5.1783")]
[assembly: AssemblyFileVersion("3.3.4.1716")] [assembly: AssemblyFileVersion("3.3.5.1783")]
...@@ -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.4.1716" + SUFFIX; return "3.3.5.1783" + 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>CERTIFICATION_RELEASE</DefineConstants> <DefineConstants>RELEASE_CANDIDATE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
...@@ -516,6 +516,11 @@ ...@@ -516,6 +516,11 @@
<Compile Include="Utils\XMLValidator.cs" /> <Compile Include="Utils\XMLValidator.cs" />
<Compile Include="Utils\XPathHelper.cs" /> <Compile Include="Utils\XPathHelper.cs" />
<Compile Include="Ninject\VectoNinjectModule.cs" /> <Compile Include="Ninject\VectoNinjectModule.cs" />
<Compile Include="VersionNumber1.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>VersionNumber.t4</DependentUpon>
</Compile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="app.config" /> <None Include="app.config" />
......
...@@ -6,6 +6,6 @@ int GetBuildNumber() ...@@ -6,6 +6,6 @@ int GetBuildNumber()
string GetVectoCoreVersionNumber() string GetVectoCoreVersionNumber()
{ {
return "3.3.4." + GetBuildNumber(); return "3.3.5." + GetBuildNumber();
} }
#> #>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment