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 e310d12c authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

updated version & release notes

parent 81ee29c2
No related merge requests found
<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
![](https://notes.oss-labs.eu/uploads/9b824ff4-c385-4b59-8cf0-c594693822a4.JPG) ![](https://notes.oss-labs.eu/uploads/9b824ff4-c385-4b59-8cf0-c594693822a4.JPG)
# VECTO Trailer release notes # VECTO Trailer release notes
## June 2024 - VECTOTrailer-1.0.2.3444-RC
Here is what is new in the VECTO Trailer release:
- [Issue #38](https://code.europa.eu/vecto/vecto-trailer/-/issues/38): feature: Implement Monitoring Report for Trailers
- The monitoring report file is an output xml file to serve monitoring purposes.
- [Issue #39](https://code.europa.eu/vecto/vecto-trailer/-/issues/39): fix: Allow declaration of all axles as steered for DA trailers
## December 2023 - VECTOTrailer-1.0.1.3275 ## December 2023 - VECTOTrailer-1.0.1.3275
Here is what is new in the VECTO Trailer release: Here is what is new in the VECTO Trailer release:
......
No preview for this file type
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.2.0.3275")] [assembly: AssemblyVersion("0.2.0.3444")]
[assembly: AssemblyFileVersion("0.2.0.3275")] [assembly: AssemblyFileVersion("0.2.0.3444")]
...@@ -38,7 +38,7 @@ namespace VECTOTrailer.ViewModel.Impl ...@@ -38,7 +38,7 @@ namespace VECTOTrailer.ViewModel.Impl
var regex = new Regex(@"Version=([0-9*\.+]*),"); var regex = new Regex(@"Version=([0-9*\.+]*),");
var versionNumber = regex.Match(assembly.FullName).Groups[1].Value; var versionNumber = regex.Match(assembly.FullName).Groups[1].Value;
Version = $"VECTO-Trailer {versionNumber}"; Version = $"VECTO-Trailer {versionNumber}-RC";
} }
......
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("1.0.1.3275")] [assembly: AssemblyVersion("1.0.2.3444")]
[assembly: AssemblyFileVersion("1.0.1.3275")] [assembly: AssemblyFileVersion("1.0.2.3444")]
\ 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.3275")] [assembly: AssemblyVersion("1.2.0.3444")]
[assembly: AssemblyFileVersion("1.2.0.3275")] [assembly: AssemblyFileVersion("1.2.0.3444")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("1.0.1.3275")] [assembly: AssemblyVersion("1.0.2.3444")]
[assembly: AssemblyFileVersion("1.0.1.3275")] [assembly: AssemblyFileVersion("1.0.2.3444")]
\ 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.0.1.3275")] [assembly: AssemblyVersion("1.0.2.3444")]
[assembly: AssemblyFileVersion("1.0.1.3275")] [assembly: AssemblyFileVersion("1.0.2.3444")]
...@@ -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 "1.0.1.3275" + SUFFIX; return "1.0.2.3444" + SUFFIX;
} }
} }
......
...@@ -6,6 +6,6 @@ int GetBuildNumber() ...@@ -6,6 +6,6 @@ int GetBuildNumber()
string GetVectoCoreVersionNumber() string GetVectoCoreVersionNumber()
{ {
return "1.0.1." + GetBuildNumber(); return "1.0.2." + 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