Changelog

2.0.1

Fixes

  • Fixed the publish workflow

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

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

1.3.0

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

1.2.0

Release

Changes

  • Upgraded dependencies

1.1.0

Release

Changes

  • Upgraded dependencies

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

1.0.1

Release

Fixes

  • Upgraded dependency: Microsoft.AspNetCore.Mvc.NewtonsoftJson

1.0.0

Release

Changes

  • Initial release

  • Supported target: .NET Core App 3.1