From 71ae8eb225e689bccc90925d277cc339d597269a Mon Sep 17 00:00:00 2001 From: Randy Armstrong Date: Mon, 11 Mar 2024 00:11:00 -0700 Subject: [PATCH] Bump version to 2.4. --- .../Opc.Ua.ModelCompiler.Debug.csproj | 2 +- .../Opc.Ua.ModelCompiler.csproj | 6 ++-- README.md | 2 ++ Tests/DemoModel/DemoModel.Debug.csproj | 34 ------------------- 4 files changed, 6 insertions(+), 38 deletions(-) diff --git a/Opc.Ua.ModelCompiler/Opc.Ua.ModelCompiler.Debug.csproj b/Opc.Ua.ModelCompiler/Opc.Ua.ModelCompiler.Debug.csproj index db5c8ec..5a5761e 100644 --- a/Opc.Ua.ModelCompiler/Opc.Ua.ModelCompiler.Debug.csproj +++ b/Opc.Ua.ModelCompiler/Opc.Ua.ModelCompiler.Debug.csproj @@ -8,7 +8,7 @@ $(SolutionDir)build\obj\$(Configuration)\$(MSBuildProjectName)\ Opc.Ua.ModelCompiler ModelCompiler - 2.3.$([System.DateTime]::UtcNow.ToString(yyMM)).$([System.DateTime]::UtcNow.ToString(ddmm)) + 2.4.$([System.DateTime]::UtcNow.ToString(yyMM)).$([System.DateTime]::UtcNow.ToString(ddmm)) 0.0.0.1 $(VersionSuffix) 0.0.1.0 diff --git a/Opc.Ua.ModelCompiler/Opc.Ua.ModelCompiler.csproj b/Opc.Ua.ModelCompiler/Opc.Ua.ModelCompiler.csproj index 2ff3cef..55ee9e7 100644 --- a/Opc.Ua.ModelCompiler/Opc.Ua.ModelCompiler.csproj +++ b/Opc.Ua.ModelCompiler/Opc.Ua.ModelCompiler.csproj @@ -8,9 +8,9 @@ $(SolutionDir)build\obj\$(Configuration)\$(MSBuildProjectName)\ Opc.Ua.ModelCompiler ModelCompiler - 2.3.$([System.DateTime]::UtcNow.ToString(yyMM)).$([System.DateTime]::UtcNow.ToString(ddmm)) - 2.3.0.0 - 2.3.0.0 + 2.4.$([System.DateTime]::UtcNow.ToString(yyMM)).$([System.DateTime]::UtcNow.ToString(ddmm)) + 2.4.0.0 + 2.4.0.0 $(VersionSuffix) Copyright © OPC Foundation OPC UA Model Compiler diff --git a/README.md b/README.md index 4aa8a70..dea4060 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ Opc.Ua.ModelCompiler compile-nodesets -input .\v105\ -o2 .\Tests -uri http://opc |2.1|Added UA 1.05.00 support.
Switched to Microsoft.Extensions.CommandLineUtils.
Arguments are the same, however, the command 'compile' must be specified.
Use --help for more details.
Fixed bug in generating the 'uanodes' input for the .NET codebase.| |2.2|Added UA 1.05.02 support.
Added support for NodeSet2 input format.
Added DisplayName to enumeration fields.
Add Union/OptionalFields Support.
Add IJsonEncodeable interface.
Remove unnecessary descriptions in autogenerated code.
Add -compile-nodesets command| |2.3|Added UA 1.05.03 support.
Numerous fixes needed for 1.05.03.
Upgrade to .NET 8.0.
Generate constants in TypeScript.| +|2.4|Added 1.04.12 Hotfix and updated NuGets| + The executable file version has the form 2.0.YYMM.DDHH where the last two fields are based on the time that it was built. diff --git a/Tests/DemoModel/DemoModel.Debug.csproj b/Tests/DemoModel/DemoModel.Debug.csproj index 2b1627e..9ce9ad2 100644 --- a/Tests/DemoModel/DemoModel.Debug.csproj +++ b/Tests/DemoModel/DemoModel.Debug.csproj @@ -24,48 +24,14 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -