Skip to content

Releases: fabyr/ocpp-sharp

1.0.2

13 Jun 18:51
f466925

Choose a tag to compare

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.2

See the relevant nuget page for more information:
https://www.nuget.org/packages/OcppSharp/1.0.2

1.0.1

09 Jun 21:12
bedcd82

Choose a tag to compare

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.1

See the relevant nuget page for more information:
https://www.nuget.org/packages/OcppSharp/1.0.1

1.0.0

09 Jun 19:02
a7ee8ba

Choose a tag to compare

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.0

See the relevant nuget page for more information:
https://www.nuget.org/packages/OcppSharp/1.0.0