Changelog
2.0.0
Changes
-
Supported targets:
.NET 8.0,.NET 9.0,.NET 10.0 -
Build and publish workflows on GitHub actions
-
Upgraded dependencies
-
Initial version of documentation, available on PPWCode .NET Docs
-
Reproducible builds
-
Locking the compiler version to ensure reproducible builds
-
Compiler version is now tracked through
global.json
-
-
Strict locking when restoring dependencies (
dotnet restore --locked-mode)
-