Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update README.md for badges #90

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading