Skip to content

Releases: peopleware/net-ppwcode-server-core

PPWCode.Server.Core 3.0.0

27 Jan 21:37

Choose a tag to compare

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)

Breaking

  • Remove support for target .NET 6.0

View full changelog →

PPWCode.Server.Core 2.0.0

27 Jan 21:37

Choose a tag to compare

Breaking

  • Switch from (no longer supported) Microsoft.AspNetCore.Mvc.Versioning to Asp.Versioning.Mvc
  • ControllerContext is no longer available for injection
  • WebApiRequestContext: the constructor changed and is not backwards compatible

View full changelog →

PPWCode.Server.Core 1.4.0

27 Jan 21:37

Choose a tag to compare

Changes

  • Upgraded dependencies
  • Supported targets: .NET 6.0, .NET 8.0

Breaking

  • Remove support for targets: .NET Core App 3.1, .NET 5.0

View full changelog →

PPWCode.Server.Core 1.1.1

27 Jan 21:37

Choose a tag to compare

Fixes

  • Upgrade System.Data.SqlClient

View full changelog →

PPWCode.Server.Core 1.0.2

27 Jan 21:37

Choose a tag to compare

Fixes

  • Upgrade System.Data.SqlClient

View full changelog →

PPWCode.Server.Core 1.3.0

27 Jan 21:37

Choose a tag to compare

Changes

  • Upgraded dependencies

View full changelog →

PPWCode.Server.Core 1.2.0

27 Jan 21:37

Choose a tag to compare

Changes

  • Supported targets: .NET Core App 3.1, .NET 5.0, .NET 6.0

View full changelog →

PPWCode.Server.Core 1.1.0

27 Jan 21:37

Choose a tag to compare

Changes

  • Upgraded dependencies

View full changelog →

PPWCode.Server.Core 1.0.1

27 Jan 21:37

Choose a tag to compare

Fixes

  • Fix initialization of links dictionary

View full changelog →

PPWCode.Server.Core 1.0.0

27 Jan 21:37

Choose a tag to compare

Changes

  • Initial release
  • Supported target: .NET Core App 3.1

View full changelog →