diff --git a/README.md b/README.md index 4d4ef16..a87f84f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # ORAS .NET library -> **Warning** This project is currently under initial development. APIs may and will be changed incompatibly from one commit to another. +[![Build Status](https://github.com/oras-project/oras-dotnet/actions/workflows/build.yml/badge.svg?event=push&branch=main)](https://github.com/oras-project/oras-dotnet/actions/workflows/build.yml?query=workflow%3Abuild+event%3Apush+branch%3Amain) +[![codecov](https://codecov.io/gh/oras-project/oras-dotnet/branch/main/graph/badge.svg)](https://codecov.io/gh/oras-project/oras-dotnet)

banner

+> [!WARNING] +> This project is currently under initial development. APIs may and will be changed incompatibly from one commit to another. + ## Versioning The ORAS .NET library follows [Semantic Versioning](https://semver.org/), where breaking changes are reserved for MAJOR releases, and MINOR and PATCH releases must be 100% backwards compatible.