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

new development release 0.6.1.1957

parent d8ad9b17
Branches
Tags
No related merge requests found
No preview for this file type
No preview for this file type
This diff is collapsed.
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1884")] [assembly: AssemblyVersion("0.2.0.1957")]
[assembly: AssemblyFileVersion("0.2.0.1884")] [assembly: AssemblyFileVersion("0.2.0.1957")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.6.0.1884")] [assembly: AssemblyVersion("0.6.1.1957")]
[assembly: AssemblyFileVersion("0.6.0.1884")] [assembly: AssemblyFileVersion("0.6.1.1957")]
\ 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.1884")] [assembly: AssemblyVersion("1.2.0.1957")]
[assembly: AssemblyFileVersion("1.2.0.1884")] [assembly: AssemblyFileVersion("1.2.0.1957")]
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
*/ */
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("0.6.0.1884")] [assembly: AssemblyVersion("0.6.1.1957")]
[assembly: AssemblyFileVersion("0.6.0.1884")] [assembly: AssemblyFileVersion("0.6.1.1957")]
\ 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("0.6.0.1884")] [assembly: AssemblyVersion("0.6.1.1957")]
[assembly: AssemblyFileVersion("0.6.0.1884")] [assembly: AssemblyFileVersion("0.6.1.1957")]
...@@ -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 "0.6.1.1932" + SUFFIX; return "0.6.1.1957" + SUFFIX;
} }
} }
......
...@@ -2540,9 +2540,6 @@ ...@@ -2540,9 +2540,6 @@
<None Include="TestData\Integration\VTPMode\HeavyBus\CompletedBus_34f.vecto"> <None Include="TestData\Integration\VTPMode\HeavyBus\CompletedBus_34f.vecto">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Include="TestData\Integration\VTPMode\HeavyBus\VTP Testzyklus_Bus.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="TestData\Integration\VTPMode\HeavyBus\vtp_cycle_2Hz_Bus.vdri"> <None Include="TestData\Integration\VTPMode\HeavyBus\vtp_cycle_2Hz_Bus.vdri">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
...@@ -3787,9 +3784,6 @@ ...@@ -3787,9 +3784,6 @@
<Content Include="TestData\XML\XMLReaderDeclaration\SchemaVersion2.6_Buses\PIF-heavyBus-sample.xml"> <Content Include="TestData\XML\XMLReaderDeclaration\SchemaVersion2.6_Buses\PIF-heavyBus-sample.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="TestData\XML\XMLReaderDeclaration\SchemaVersion2.6_Buses\primary_heavyBus group P39_40_nonSmart_ESS.RSLT_PIF.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="TestData\XML\XMLReaderDeclaration\SchemaVersion2.6_Buses\vecto_vehicle-medium_lorryFWD-sample.xml"> <Content Include="TestData\XML\XMLReaderDeclaration\SchemaVersion2.6_Buses\vecto_vehicle-medium_lorryFWD-sample.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment