Skip to content

Commit

Permalink
chore: version 2.21.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Mar 19, 2024
1 parent c686d88 commit 38992f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ Install via NuGet:

```
// Package Manager
Install-Package Crowdin.Api -Version 2.20.0
Install-Package Crowdin.Api -Version 2.21.0
// .Net CLI
dotnet add package Crowdin.Api --version 2.20.0
dotnet add package Crowdin.Api --version 2.21.0
// Package Reference
<PackageReference Include="Crowdin.Api" Version="2.20.0" />
<PackageReference Include="Crowdin.Api" Version="2.21.0" />
// Paket CLI
paket add Crowdin.Api --version 2.20.0
paket add Crowdin.Api --version 2.21.0
```

### Usage examples
Expand Down
2 changes: 1 addition & 1 deletion src/Crowdin.Api/Crowdin.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.20.0</Version>
<Version>2.21.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8</LangVersion>

Expand Down

0 comments on commit 38992f9

Please sign in to comment.