Skip to content

Releases: peopleware/net-ppwcode-api-core

PPWCode.API.Core 2.1.1

27 Jan 21:28

Choose a tag to compare

Fixes

  • fix the reproduce build workflow

View full changelog →

PPWCode.API.Core 2.1.0

27 Jan 11:56

Choose a tag to compare

Features

  • 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)

View full changelog →

PPWCode.API.Core 2.0.1

13 Jan 16:24

Choose a tag to compare

Fixes

  • Fixed the publish workflow

View full changelog →

PPWCode.API.Core 2.0.0

13 Jan 16:22

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

Breaking

  • Removed contracts-like code and supporting exceptions (breaking)
    • Use PPWCode.Vernacular.Contracts.I, it has the same exceptions and supporting contract code
  • Removed InternalProgrammingError and ApiUsageError (breaking)
    • Exceptions were moved to PPWCode.Vernacular.Exception.IV

View full changelog →

PPWCode.API.Core 1.3.0

13 Jan 16:13

Choose a tag to compare

Changes

  • Upgraded dependencies
  • Supported targets: .NET standard 2.0, .NET 6.0, .NET 8.0
  • Split package for finer-grained dependencies
    • PPWCode.API.Core
    • PPWCode.API.Core.Services
    • PPWCode.API.Core.NewtonSoft

View full changelog →

PPWCode.API.Core 1.0.1

13 Jan 16:13

Choose a tag to compare

Fixes

  • Upgraded dependency: Microsoft.AspNetCore.Mvc.NewtonsoftJson

View full changelog →

PPWCode.API.Core 1.2.0

13 Jan 16:13

Choose a tag to compare

Changes

  • Upgraded dependencies

View full changelog →

PPWCode.API.Core 1.1.0

13 Jan 16:13

Choose a tag to compare

Changes

  • Upgraded dependencies
  • Supported targets: .NET standard 2.0, .NET Core 3.1, .NET 5.0, .NET 6.0

View full changelog →

PPWCode.API.Core 1.0.0

13 Jan 16:13

Choose a tag to compare

Changes

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

View full changelog →