Skip to content

Commit f5fc101

Browse files
Merge pull request #71 from crowdin/Version-2.8.0
Version 2.8.0
2 parents 337bf63 + 93455f1 commit f5fc101

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,18 @@ Install via NuGet:
3535

3636
```
3737
// Package Manager
38-
Install-Package Crowdin.Api -Version 2.7.1
38+
Install-Package Crowdin.Api -Version 2.8.0
3939
4040
// .Net CLI
41-
dotnet add package Crowdin.Api --version 2.7.1
41+
dotnet add package Crowdin.Api --version 2.8.0
4242
4343
// Package Reference
44-
<PackageReference Include="Crowdin.Api" Version="2.7.1" />
44+
<PackageReference Include="Crowdin.Api" Version="2.8.0" />
4545
4646
// Paket CLI
47-
paket add Crowdin.Api --version 2.7.1
47+
paket add Crowdin.Api --version 2.8.0
4848
```
4949

50-
5150
---
5251

5352
:bookmark_tabs: For versions *1.x.x* and lower see the [branch api/v1](https://github.com/crowdin/crowdin-api-client-dotnet/tree/api/v1). Please note that these versions are no longer supported.

src/Crowdin.Api/Crowdin.Api.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>Crowdin.Api</id>
5-
<version>2.7.1</version>
5+
<version>2.8.0</version>
66
<title>Crowdin API client</title>
77
<authors>Crowdin</authors>
88
<owners>Crowdin</owners>

0 commit comments

Comments
 (0)