diff --git a/CHANGELOG.md b/CHANGELOG.md index 866b8eb4..a5a72eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +------------------------------------------------------------------------------------------------------------- +## OPC UA Solution .NET - 2.3.3 + +### Changes +- Updated to OPC UA Core 1.4.367.41 + ------------------------------------------------------------------------------------------------------------- ## OPC UA Solution .NET - 2.3.2 @@ -21,6 +27,9 @@ It is called after OnStartup(). You have to add it to the UaServerPlugin.cs - Removed UaApplicationInstance. You can use ApplicationInstance instead. +### Fixed issues +- Fixed parameter type of method "PropertyState CreatePropertyState(NodeState parent, ...)". It is now NodeState and was before BaseObjectState. + ------------------------------------------------------------------------------------------------------------- ## OPC UA Solution .NET - 2.2.0 diff --git a/examples/Base/SampleClient/SampleCompany.SampleClient.csproj b/examples/Base/SampleClient/SampleCompany.SampleClient.csproj index 5f2548f0..54d55063 100644 --- a/examples/Base/SampleClient/SampleCompany.SampleClient.csproj +++ b/examples/Base/SampleClient/SampleCompany.SampleClient.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/examples/Base/SampleServer/SampleCompany.SampleServer.csproj b/examples/Base/SampleServer/SampleCompany.SampleServer.csproj index b3794b35..f1c40bc3 100644 --- a/examples/Base/SampleServer/SampleCompany.SampleServer.csproj +++ b/examples/Base/SampleServer/SampleCompany.SampleServer.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/examples/BaseModel/SampleServer/SampleCompany.SampleServer.csproj b/examples/BaseModel/SampleServer/SampleCompany.SampleServer.csproj index 74861eea..c5fd788d 100644 --- a/examples/BaseModel/SampleServer/SampleCompany.SampleServer.csproj +++ b/examples/BaseModel/SampleServer/SampleCompany.SampleServer.csproj @@ -35,8 +35,8 @@ - - + + diff --git a/examples/DataTypes/SampleServer/SampleCompany.SampleServer.csproj b/examples/DataTypes/SampleServer/SampleCompany.SampleServer.csproj index 74861eea..c5fd788d 100644 --- a/examples/DataTypes/SampleServer/SampleCompany.SampleServer.csproj +++ b/examples/DataTypes/SampleServer/SampleCompany.SampleServer.csproj @@ -35,8 +35,8 @@ - - + + diff --git a/examples/Empty/EmptyClient/EmptyCompany.EmptyClient.csproj b/examples/Empty/EmptyClient/EmptyCompany.EmptyClient.csproj index ea3a0463..550a9146 100644 --- a/examples/Empty/EmptyClient/EmptyCompany.EmptyClient.csproj +++ b/examples/Empty/EmptyClient/EmptyCompany.EmptyClient.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/examples/Empty/EmptyServer/EmptyCompany.EmptyServer.csproj b/examples/Empty/EmptyServer/EmptyCompany.EmptyServer.csproj index e86e0c13..06dfb475 100644 --- a/examples/Empty/EmptyServer/EmptyCompany.EmptyServer.csproj +++ b/examples/Empty/EmptyServer/EmptyCompany.EmptyServer.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/examples/HistoricalAccess/SampleServer/SampleCompany.SampleServer.csproj b/examples/HistoricalAccess/SampleServer/SampleCompany.SampleServer.csproj index b3794b35..f1c40bc3 100644 --- a/examples/HistoricalAccess/SampleServer/SampleCompany.SampleServer.csproj +++ b/examples/HistoricalAccess/SampleServer/SampleCompany.SampleServer.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/examples/Reference/ReferenceServer/Technosoftware.ReferenceServer.csproj b/examples/Reference/ReferenceServer/Technosoftware.ReferenceServer.csproj index 58fa529d..643c2c7c 100644 --- a/examples/Reference/ReferenceServer/Technosoftware.ReferenceServer.csproj +++ b/examples/Reference/ReferenceServer/Technosoftware.ReferenceServer.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/examples/ReverseConnect/SampleServer/SampleCompany.SampleServer.csproj b/examples/ReverseConnect/SampleServer/SampleCompany.SampleServer.csproj index b3794b35..f1c40bc3 100644 --- a/examples/ReverseConnect/SampleServer/SampleCompany.SampleServer.csproj +++ b/examples/ReverseConnect/SampleServer/SampleCompany.SampleServer.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/examples/SimpleEvents/SampleServer/SampleCompany.SampleServer.csproj b/examples/SimpleEvents/SampleServer/SampleCompany.SampleServer.csproj index 74861eea..c5fd788d 100644 --- a/examples/SimpleEvents/SampleServer/SampleCompany.SampleServer.csproj +++ b/examples/SimpleEvents/SampleServer/SampleCompany.SampleServer.csproj @@ -35,8 +35,8 @@ - - + + diff --git a/examples/Simulation/SampleClient/SampleCompany.SampleClient.csproj b/examples/Simulation/SampleClient/SampleCompany.SampleClient.csproj index 5f2548f0..54d55063 100644 --- a/examples/Simulation/SampleClient/SampleCompany.SampleClient.csproj +++ b/examples/Simulation/SampleClient/SampleCompany.SampleClient.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/examples/Simulation/SampleServer/SampleCompany.SampleServer.csproj b/examples/Simulation/SampleServer/SampleCompany.SampleServer.csproj index 74861eea..c5fd788d 100644 --- a/examples/Simulation/SampleServer/SampleCompany.SampleServer.csproj +++ b/examples/Simulation/SampleServer/SampleCompany.SampleServer.csproj @@ -35,8 +35,8 @@ - - + + diff --git a/examples/UserAuthentication/SampleServer/SampleCompany.SampleServer.csproj b/examples/UserAuthentication/SampleServer/SampleCompany.SampleServer.csproj index b3794b35..f1c40bc3 100644 --- a/examples/UserAuthentication/SampleServer/SampleCompany.SampleServer.csproj +++ b/examples/UserAuthentication/SampleServer/SampleCompany.SampleServer.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/schema/ApplicationConfiguration.xsd b/schema/ApplicationConfiguration.xsd index 9796c0fa..dc3396ce 100644 --- a/schema/ApplicationConfiguration.xsd +++ b/schema/ApplicationConfiguration.xsd @@ -7,7 +7,7 @@ xmlns:ua="http://opcfoundation.org/UA/2008/02/Types.xsd" > - + @@ -57,15 +57,16 @@ + - + - + @@ -102,7 +103,7 @@ - + @@ -123,7 +124,7 @@ - + @@ -159,11 +160,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -175,20 +201,20 @@ - + - + - + @@ -196,9 +222,30 @@ + - + + + + + + + + + + + + + + + + + + + + + @@ -206,7 +253,7 @@ - + @@ -231,7 +278,7 @@ - + @@ -247,7 +294,7 @@ - + @@ -282,6 +329,7 @@ + @@ -294,6 +342,14 @@ + + + + + + + + diff --git a/schema/SecuredApplication.xsd b/schema/SecuredApplication.xsd index 0aa5a6e1..2f8007b3 100644 --- a/schema/SecuredApplication.xsd +++ b/schema/SecuredApplication.xsd @@ -1,6 +1,6 @@