From 91326b64debd9b4a9d372b7a634e99361997836d Mon Sep 17 00:00:00 2001 From: nauful Date: Thu, 20 Jun 2024 06:55:40 -0500 Subject: [PATCH] Publish 1.0.22. --- NET Core/LibUA/LibUA.csproj | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NET Core/LibUA/LibUA.csproj b/NET Core/LibUA/LibUA.csproj index 478c4fb..e1e102a 100644 --- a/NET Core/LibUA/LibUA.csproj +++ b/NET Core/LibUA/LibUA.csproj @@ -10,7 +10,7 @@ LibUA Core git https://github.com/nauful/libua - 1.0.21 + 1.0.22 README.md LICENSE diff --git a/README.md b/README.md index acea4b4..4fe84a1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LibUA Open-source OPC UA client and server library for .NET Framework and .NET Core based on IEC 62541. Available a library, a demo client and a demo server. Tested and commercially used in industrial applications with commercial vendors' UA servers and clients. -Available as a nuget package for .NET Core (1.0.21): +Available as a nuget package for .NET Core (1.0.22): https://www.nuget.org/packages/nauful-LibUA-core ### Features