Releases: fabyr/ocpp-sharp
1.0.2
This release only features internal improvements not affecting the public API of this library. (see ec7bffd)
Also the dependency on Microsoft.Extensions.Logging.Abstractions has been relaxed and allows for all versions now. (see 25694ea)
This release targets .NET 8, .NET 9 and .NET 10.
Installation via the dotnet CLI:
dotnet add package OcppSharp --version 1.0.2See the relevant nuget page for more information:
https://www.nuget.org/packages/OcppSharp/1.0.2
1.0.1
This release does not contain any code changes compared to 1.0.0.
Dependencies have been upgraded to the newest versions.
It also serves to bring the NuGet release to the newest commit.
This release targets .NET 8, .NET 9 and .NET 10.
Installation via the dotnet CLI:
dotnet add package OcppSharp --version 1.0.1See the relevant nuget page for more information:
https://www.nuget.org/packages/OcppSharp/1.0.1
1.0.0
This is the first release of OcppSharp.
This release targets .NET 8, .NET 9 and .NET 10.
Installation via the dotnet CLI:
dotnet add package OcppSharp --version 1.0.0See the relevant nuget page for more information:
https://www.nuget.org/packages/OcppSharp/1.0.0