diff --git a/Documentation/Checklist_Release_VECTO_3.3.6.1916.docx b/Documentation/Checklist_Release_VECTO_3.3.6.1916.docx new file mode 100644 index 0000000000000000000000000000000000000000..e9a34dd39138488b39be08c77dfeeb32124e39ec Binary files /dev/null and b/Documentation/Checklist_Release_VECTO_3.3.6.1916.docx differ diff --git a/Documentation/Checklist_Release_VECTO_3.3.6.1916.pdf b/Documentation/Checklist_Release_VECTO_3.3.6.1916.pdf new file mode 100644 index 0000000000000000000000000000000000000000..e8608a85b0a4d259c79d8e371551537ac5b571d7 Binary files /dev/null and b/Documentation/Checklist_Release_VECTO_3.3.6.1916.pdf differ diff --git a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf index 00605ece4fb654947c12200744e9dba086ee7faa..51e0d12c3bc3f37c008b20db9f03896ffd9ec221 100644 Binary files a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf and b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf differ diff --git a/Documentation/User Manual Source/Release Notes Vecto3.x.pptx b/Documentation/User Manual Source/Release Notes Vecto3.x.pptx index 4a383372b95ef9a2417ab7a569958e87b57afd93..5f5696bc3ee8c11b36fc01e51d40c613229e1bdb 100644 Binary files a/Documentation/User Manual Source/Release Notes Vecto3.x.pptx and b/Documentation/User Manual Source/Release Notes Vecto3.x.pptx differ diff --git a/Documentation/User Manual/6-changelog/changelog.md b/Documentation/User Manual/6-changelog/changelog.md index 0a7919f2d5f38b2754e943756aadddf88c696555..467b15be9797f69c9909118eacb7ffafafac3629 100644 --- a/Documentation/User Manual/6-changelog/changelog.md +++ b/Documentation/User Manual/6-changelog/changelog.md @@ -2,6 +2,11 @@ **VECTO 3.3.6** +***Build 1916 (2020-03-31) OFFICIAL RELEASE*** + +- Bugfixes + * [VECTO-1250] - Error creating new gearbox file from scratch + ***Build 1898 (2020-03-13) RELEASE CANDIDATE*** - Improvement diff --git a/Documentation/User Manual/help.html b/Documentation/User Manual/help.html index f98acaa742d1e611c978b4370d391652b89cd63d..be98b42f7fe012b877c42707f2a5085d62e4ac84 100644 --- a/Documentation/User Manual/help.html +++ b/Documentation/User Manual/help.html @@ -7622,6 +7622,13 @@ CycleTime,UnknownCycleName,3600</code></pre> <div id="changelog" class="section level1"> <h1>Changelog</h1> <p><strong>VECTO 3.3.6</strong></p> +<p><strong><em>Build 1916 (2020-03-31) OFFICIAL RELEASE</em></strong></p> +<ul> +<li>Bugfixes +<ul> +<li>[VECTO-1250] - Error creating new gearbox file from scratch</li> +</ul></li> +</ul> <p><strong><em>Build 1898 (2020-03-13) RELEASE CANDIDATE</em></strong></p> <ul> <li>Improvement diff --git a/Documentation/VectoResults_3.3.6.1916.xlsx b/Documentation/VectoResults_3.3.6.1916.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..5af8c5f591979689e41f1a64a69af03c78d980c3 Binary files /dev/null and b/Documentation/VectoResults_3.3.6.1916.xlsx differ diff --git a/HashingTool/Properties/Version.cs b/HashingTool/Properties/Version.cs index c1f2e61123bac8e0ac5cbc40251fccc224db125b..9a6ec746449f28a5b32ca5a340231acf7ca9079a 100644 --- a/HashingTool/Properties/Version.cs +++ b/HashingTool/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("0.2.0.1898")] -[assembly: AssemblyFileVersion("0.2.0.1898")] +[assembly: AssemblyVersion("0.2.0.1916")] +[assembly: AssemblyFileVersion("0.2.0.1916")] diff --git a/VECTO/VECTO.vbproj b/VECTO/VECTO.vbproj index a8ef30e92c591628db4c53b1e7873148e158bc5b..2d2c4f2909e3858a79adbc431f4b314a0276cc92 100644 --- a/VECTO/VECTO.vbproj +++ b/VECTO/VECTO.vbproj @@ -141,7 +141,7 @@ <PlatformTarget>AnyCPU</PlatformTarget> <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> - <DefineConstants>RELEASE_CANDIDATE</DefineConstants> + <DefineConstants>CERTIFICATION_RELEASE</DefineConstants> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|x86'"> diff --git a/VectoCommon/VectoCommon/Properties/Version.cs b/VectoCommon/VectoCommon/Properties/Version.cs index f84a6c85df557781f4ae877b9bd1de88c506d6c6..b8e0efb8f861e32c5b8541672290b4f7e9313b71 100644 --- a/VectoCommon/VectoCommon/Properties/Version.cs +++ b/VectoCommon/VectoCommon/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.3.6.1898")] -[assembly: AssemblyFileVersion("3.3.6.1898")] \ No newline at end of file +[assembly: AssemblyVersion("3.3.6.1916")] +[assembly: AssemblyFileVersion("3.3.6.1916")] \ No newline at end of file diff --git a/VectoCommon/VectoHashing/Properties/Version.cs b/VectoCommon/VectoHashing/Properties/Version.cs index 261aa6414c4d9f0ea7a6c46e236aaf069053b04b..fbd6a9179982a55beb95c537d2c6014b1f22abad 100644 --- a/VectoCommon/VectoHashing/Properties/Version.cs +++ b/VectoCommon/VectoHashing/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("1.2.0.1898")] -[assembly: AssemblyFileVersion("1.2.0.1898")] +[assembly: AssemblyVersion("1.2.0.1916")] +[assembly: AssemblyFileVersion("1.2.0.1916")] diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs index 13994aa9b521459722534657d70f61e96d6aa448..0cb9e2569601ea05e888fd2b3c6ff415226e24db 100644 --- a/VectoConsole/Properties/Version.cs +++ b/VectoConsole/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.3.6.1898")] -[assembly: AssemblyFileVersion("3.3.6.1898")] \ No newline at end of file +[assembly: AssemblyVersion("3.3.6.1916")] +[assembly: AssemblyFileVersion("3.3.6.1916")] \ No newline at end of file diff --git a/VectoCore/VectoCore/Properties/Version.cs b/VectoCore/VectoCore/Properties/Version.cs index 44947ca23ddee86596ec94781f92104444be7df9..87de29294f63c817e9da1e422c4c43cef6d3c5b3 100644 --- a/VectoCore/VectoCore/Properties/Version.cs +++ b/VectoCore/VectoCore/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.3.6.1898")] -[assembly: AssemblyFileVersion("3.3.6.1898")] +[assembly: AssemblyVersion("3.3.6.1916")] +[assembly: AssemblyFileVersion("3.3.6.1916")] diff --git a/VectoCore/VectoCore/Utils/VectoVersionCore.cs b/VectoCore/VectoCore/Utils/VectoVersionCore.cs index 3e8f0f39cef94d4ac5c929fca67de600bdd8bcc2..039394a2d498f3856793c95c7ee53d535939df17 100644 --- a/VectoCore/VectoCore/Utils/VectoVersionCore.cs +++ b/VectoCore/VectoCore/Utils/VectoVersionCore.cs @@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils public static string VersionNumber { get { - return "3.3.6.1898" + SUFFIX; + return "3.3.6.1916" + SUFFIX; } } diff --git a/VectoCore/VectoCore/VectoCore.csproj b/VectoCore/VectoCore/VectoCore.csproj index fa179c732bac4078aa9046c8825909dca46a1d01..855d278785ab6b19cdabfb845d794cb870f56ed1 100644 --- a/VectoCore/VectoCore/VectoCore.csproj +++ b/VectoCore/VectoCore/VectoCore.csproj @@ -76,7 +76,7 @@ <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> - <DefineConstants>RELEASE_CANDIDATE</DefineConstants> + <DefineConstants>CERTIFICATION_RELEASE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <AllowUnsafeBlocks>false</AllowUnsafeBlocks>