Skip to content

Commit

Permalink
Merge pull request #75 from crowdin/Version-2.9.0
Browse files Browse the repository at this point in the history
Version 2.9.0
  • Loading branch information
andrii-bodnar committed Sep 8, 2022
2 parents 96e59e9 + 20163f9 commit 9436af0
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 @@ -35,16 +35,16 @@ Install via NuGet:

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

---
Expand Down
2 changes: 1 addition & 1 deletion src/Crowdin.Api/Crowdin.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Crowdin.Api</id>
<version>2.8.0</version>
<version>2.9.0</version>
<title>Crowdin API client</title>
<authors>Crowdin</authors>
<owners>Crowdin</owners>
Expand Down

0 comments on commit 9436af0

Please sign in to comment.