Skip to content

Commit

Permalink
Add a Versioning section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-clarifai committed Jan 22, 2021
1 parent 357aafe commit 1372a06
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ and natural language processing.
Install it via the NuGet Package Manager by searching for `ClarifaiGrpc`, or use one of the commands below.

```
Install-Package ClarifaiGrpc
dotnet add package ClarifaiGrpc
Install-Package ClarifaiGrpc
```

## Versioning

This library doesn't use semantic versioning. The first two version numbers (`X.Y` out of `X.Y.Z`) follow the API (backend) versioning, and
whenever the API gets updated, this library follows it.

The third version number (`Z` out of `X.Y.Z`) is used by this library for any independent releases of library-specific improvements and bug fixes.

## Getting started

Construct the client and setup your API key or Personal Access Token in the `metadata` variable.
Expand Down

0 comments on commit 1372a06

Please sign in to comment.