Skip to content

Commit ce938c0

Browse files
update readme.md
1 parent ff66e1d commit ce938c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A library to access the DRACOON REST API.
1212
#### Minimum Requirements
1313

1414
.NET Standard 2.0
15-
API version: 4.44.0
15+
API version: 5.0.0
1616

1717
#### Download
1818

@@ -21,11 +21,11 @@ In nuget, you can find the DRACOON SDK [here](https://www.nuget.org/packages/Dra
2121

2222
If you are using NuGet with package management "Packages.config", then edit your project's "packages.config" and add this to the packages section:
2323
```xml
24-
<package id="Dracoon.Sdk" version="3.2.0" />
24+
<package id="Dracoon.Sdk" version="3.3.0" />
2525
```
2626
If you are using Visual Studio 2017 (or higher) and you are using NuGet with package management "PackageReference" then edit your .csproj file and add this to the package dependency group:
2727
```xml
28-
<PackageReference Include="Dracoon.Sdk" Version="3.2.0" />
28+
<PackageReference Include="Dracoon.Sdk" Version="3.3.0" />
2929
```
3030

3131
Note that you also need to include the following dependencies:

0 commit comments

Comments
 (0)