Skip to content

Commit

Permalink
docs: update README.md for badges (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Shiwei Zhang <[email protected]>
  • Loading branch information
shizhMSFT authored Jan 2, 2024
1 parent f2c16c2 commit 0b2672f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

<p align="left">
<a href="https://oras.land/"><img src="https://oras.land/img/oras.svg" alt="banner" width="100px"></a>
</p>

> [!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.
Expand Down

0 comments on commit 0b2672f

Please sign in to comment.