Code development platform for open source projects from the European Union institutions

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

VECTO 3.2.0.1005 Release

parent c9bbbb32
No related branches found
No related tags found
No related merge requests found
Showing
with 548 additions and 527 deletions
......@@ -80,6 +80,7 @@
<ReleaseNotes Include="$(SolutionDir)Documentation\User Manual Source\Release Notes Vecto3.x.pdf"/>
<HashingTool Include="$(SolutionDir)HashingTool\bin\Deploy\HashingTool.exe"/>
<HashingTool Include="$(SolutionDir)VectoCommon\VectoHashing\bin\Deploy\VectoHashing.XML"/>
<HashingTool Include="$(SolutionDir)HashingCmd\bin\Deploy\hashingcmd.exe"/>
</ItemGroup>
......
No preview for this file type
No preview for this file type
This diff is collapsed.
This diff is collapsed.
......@@ -11,7 +11,7 @@
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
......@@ -29,6 +29,6 @@
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/
using System.Reflection;
[assembly: AssemblyVersion("0.1.0.127")]
[assembly: AssemblyFileVersion("0.1.0.127")]
using System.Reflection;
[assembly: AssemblyVersion("0.1.0.274")]
[assembly: AssemblyFileVersion("0.1.0.274")]
......@@ -11,7 +11,7 @@
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
......@@ -29,6 +29,6 @@
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/
using System.Reflection;
[assembly: AssemblyVersion("0.1.0.127")]
[assembly: AssemblyFileVersion("0.1.0.127")]
using System.Reflection;
[assembly: AssemblyVersion("0.1.0.274")]
[assembly: AssemblyFileVersion("0.1.0.274")]
......@@ -42,5 +42,5 @@ Friend Class BrowserUtils
Else
Return browserPath
End If
End Function
End Class
\ No newline at end of file
End Function
End Class
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.2.0.940")]
[assembly: AssemblyFileVersion("3.2.0.940")]
[assembly: AssemblyVersion("3.2.0.1005")]
[assembly: AssemblyFileVersion("3.2.0.1005")]
/*
* This file is part of VECTO.
*
* Copyright © 2012-2017 European Union
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
......@@ -11,7 +11,7 @@
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.992")]
[assembly: AssemblyFileVersion("1.2.0.992")]
[assembly: AssemblyVersion("1.2.0.1005")]
[assembly: AssemblyFileVersion("1.2.0.1005")]
......@@ -38,6 +38,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\Deploy\VectoHashing.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
......
......@@ -11,7 +11,7 @@
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.1.1.939")]
[assembly: AssemblyFileVersion("3.1.1.939")]
[assembly: AssemblyVersion("3.1.1.1005")]
[assembly: AssemblyFileVersion("3.1.1.1005")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.2.0.940")]
[assembly: AssemblyFileVersion("3.2.0.940")]
[assembly: AssemblyVersion("3.2.0.1005")]
[assembly: AssemblyFileVersion("3.2.0.1005")]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment