bump version

This commit is contained in:
Ian Webster 2021-09-21 08:37:04 -07:00
parent f96e2a3adf
commit fbb6deee1a
3 changed files with 8 additions and 9 deletions

View file

@ -10,11 +10,11 @@ A C# client for the [quickchart.io](https://quickchart.io/) chart API.
Use `QuickChart/QuickChart.cs` in this project, or install the `QuickChart` package from [NuGet](https://www.nuget.org/packages/QuickChart):
```
PM> Install-Package QuickChart -Version 2.0.0
PM> Install-Package QuickChart -Version 2.1.0
```
or
```
dotnet add package QuickChart --version 2.0.0
dotnet add package QuickChart --version 2.1.0
```
---
## Usage