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

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

* commit 'd076e36c':
  new vecto release
parents 2f2385bc d076e36c
Branches
Tags Release/v3.2.0.1022
No related merge requests found
Showing
with 6606 additions and 11 deletions
No preview for this file type
No preview for this file type
......@@ -2,6 +2,14 @@
**VECTO 3.2.0**
***Build 1022 (2017-10-19)***
- Bugfixes
+ [VECTO-585, VECTO-587] – VECTO Simulation aborts when run as WCF Service
+ [VECTO-586] – Gearshiftcout in reports too high
+ [VECTO-573] – Use of old library references .net framework 2.0
***Build 1005 (2017-10-01)***
- Improvements
......
This diff is collapsed.
......@@ -6209,6 +6209,15 @@ CycleTime,UnknownCycleName,3600</code></pre>
<div id="changelog" class="section level1">
<h1>Changelog</h1>
<p><strong>VECTO 3.2.0</strong></p>
<p><strong><em>Build 1022 (2017-10-19)</em></strong></p>
<ul>
<li>Bugfixes
<ul>
<li>[VECTO-585, VECTO-587] – VECTO Simulation aborts when run as WCF Service</li>
<li>[VECTO-586] – Gearshiftcout in reports too high</li>
<li>[VECTO-573] – Use of old library references .net framework 2.0</li>
</ul></li>
</ul>
<p><strong><em>Build 1005 (2017-10-01)</em></strong></p>
<ul>
<li>Improvements
File added
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.1.0.274")]
[assembly: AssemblyFileVersion("0.1.0.274")]
[assembly: AssemblyVersion("0.1.0.1022")]
[assembly: AssemblyFileVersion("0.1.0.1022")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.2.0.1005")]
[assembly: AssemblyFileVersion("3.2.0.1005")]
[assembly: AssemblyVersion("3.2.0.1022")]
[assembly: AssemblyFileVersion("3.2.0.1022")]
\ No newline at end of file
......@@ -119,4 +119,5 @@
<Target Name="AfterBuild">
</Target>
-->
<Import Project="$(SolutionDir)Build\TextPreProcessing.targets" />
</Project>
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.1005")]
[assembly: AssemblyFileVersion("1.2.0.1005")]
[assembly: AssemblyVersion("1.2.0.1022")]
[assembly: AssemblyFileVersion("1.2.0.1022")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.1.1.1005")]
[assembly: AssemblyFileVersion("3.1.1.1005")]
[assembly: AssemblyVersion("3.1.1.1022")]
[assembly: AssemblyFileVersion("3.1.1.1022")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.2.0.1005")]
[assembly: AssemblyFileVersion("3.2.0.1005")]
[assembly: AssemblyVersion("3.2.0.1022")]
[assembly: AssemblyFileVersion("3.2.0.1022")]
......@@ -36,7 +36,7 @@ namespace TUGraz.VectoCore.Utils
public static string VersionNumber
{
get {
return "3.2.0.1015";
return "3.2.0.1022";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment