Skip to content

Commit

Permalink
chore: version 2.17.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Aug 10, 2023
1 parent 11b2d78 commit 99b80e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -39,16 +39,16 @@ Install via NuGet:

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

### Usage examples
Expand Down
2 changes: 1 addition & 1 deletion src/Crowdin.Api/Crowdin.Api.csproj
@@ -1,7 +1,7 @@

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

Expand Down

0 comments on commit 99b80e7

Please sign in to comment.