Skip to content

Commit

Permalink
chore: version 2.22.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed May 16, 2024
1 parent 8fd0aff commit 7d2e826
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.22.0
Install-Package Crowdin.Api -Version 2.22.1
// .Net CLI
dotnet add package Crowdin.Api --version 2.22.0
dotnet add package Crowdin.Api --version 2.22.1
// Package Reference
<PackageReference Include="Crowdin.Api" Version="2.22.0" />
<PackageReference Include="Crowdin.Api" Version="2.22.1" />
// Paket CLI
paket add Crowdin.Api --version 2.22.0
paket add Crowdin.Api --version 2.22.1
```

### 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.22.0</Version>
<Version>2.22.1</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8</LangVersion>

Expand Down

0 comments on commit 7d2e826

Please sign in to comment.