Skip to content

Commit

Permalink
Updated to 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
technosoftware committed Mar 7, 2022
1 parent 2eab0bb commit 35a04fe
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------------------------------------------------
## OPC UA Solution .NET - 2.3.7

### Changes
- Included .NET 6.0 in the nuget packages

-------------------------------------------------------------------------------------------------------------
## OPC UA Solution .NET - 2.3.6

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OPC UA Solution .NET
# Technosoftware GmbH OPC UA Solution .NET

The OPC UA Solution .NET is the implementation for the

Expand All @@ -7,7 +7,7 @@ The OPC UA Solution .NET is the implementation for the

## OPC UA Client .NET

The OPC UA Client .NET offers a fast and easy access to the OPC UA Client technology. Develop OPC UA 1.00, 1.01, 1.02, 1.03 and 1.04 compliant UA Clients with C#/VB.NET targeting the .NET 5.0 or .NET Core 3.1.
The OPC UA Client .NET offers a fast and easy access to the OPC UA Client technology. Develop OPC UA 1.00, 1.01, 1.02, 1.03 and 1.04 compliant UA Clients with C#/VB.NET targeting the .NET 6.0, .NET 5.0 or .NET Core 3.1.

.NET 5.0 and .NET Core 3.1 allows you develop applications that run on all common platforms available today, including Linux, macOS and Windows 8.1/10 (including embedded/IoT editions) without requiring platform-specific modifications.

Expand Down
4 changes: 2 additions & 2 deletions examples/Base/SampleClient/SampleCompany.SampleClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaClient" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaClient" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions examples/Base/SampleServer/SampleCompany.SampleServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions examples/Empty/EmptyClient/EmptyCompany.EmptyClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaClient" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaClient" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions examples/Empty/EmptyServer/EmptyCompany.EmptyServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaClient" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaClient" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Bindings.Https" Version="1.4.367.95" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.6" />
<PackageReference Include="Technosoftware.UaSolution.UaConfiguration" Version="2.3.7" />
<PackageReference Include="Technosoftware.UaSolution.UaServer" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 35a04fe

Please sign in to comment.