Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit ffe451c

Browse files
committed
Bump version (v5.0.0)
1 parent e49b818 commit ffe451c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.0.0]
11+
12+
### Fixed
13+
14+
- Breaking: Updated `Id` types across Response models to be a `long` type rather than `int` (Thanks @azakhi)
15+
1016
## [4.1.1]
1117

1218
### Fixed

DigitalOcean.API/DigitalOcean.API.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
55
<Authors>vevix</Authors>
6-
<Version>4.1.1</Version>
6+
<Version>5.0.0</Version>
77
<Description>.NET wrapper of the DigitalOcean API</Description>
88
<Copyright>2019</Copyright>
99
<PackageId>DigitalOcean.API</PackageId>
@@ -16,7 +16,7 @@
1616
<PackageReleaseNotes>
1717
### Fixed
1818

19-
- Updated RateLimit header tags to match actual response. (@azakhi)
19+
- Breaking: Updated `Id` types across Response models to be a `long` type rather than `int` (Thanks @azakhi)
2020
</PackageReleaseNotes>
2121
</PropertyGroup>
2222
<ItemGroup>

0 commit comments

Comments
 (0)