Skip to content

v0.2.0

Compare
Choose a tag to compare
@shizhMSFT shizhMSFT released this 15 Jan 08:47
c2c560c

NuGet Package is available at nuget.org.

New Features

  • BREAKING CHANGE: Reshaped oras-dotnet.
    • Classes are refactored to the namespace OrasProject.Oras and kept the similar structure as oras-go.
    • .NET Target framework is bumped to net8.0.
    • Code is upgraded to leverage the C# 12.0 language features.
    • Interfaces are re-designed to match dotnet / C# convention.
  • New Registry target implementation, interacting with the remote repository.
    • Only basic auth is supported in this release.
    • Token auth will be supported in future releases and is tracked in #36.

Other Changes

  • API documentation is available.
  • Improved general performance on the digest utility.

Detailed Commits

New Contributors

Full Changelog: v0.1.0...v0.2.0