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

Commit 7a68350

Browse files
committed
v3.0.0
1 parent 2de7053 commit 7a68350

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

DigitalOcean.API/DigitalOcean.API.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5-
<Version>2.4.0</Version>
5+
<Version>3.0.0</Version>
66
<Description>.NET wrapper of the DigitalOcean API</Description>
77
<Copyright>2019</Copyright>
88
<PackageLicenseUrl>https://github.com/trmcnvn/DigitalOcean.API/blob/master/LICENSE.md</PackageLicenseUrl>
@@ -11,7 +11,10 @@
1111
<RepositoryUrl>https://github.com/trmcnvn/DigitalOcean.API</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageTags>DigitalOcean API</PackageTags>
14-
<PackageReleaseNotes>Added CDN Endpoint and Certificate support (@Nicholi)</PackageReleaseNotes>
14+
<PackageReleaseNotes>
15+
Breaking: Changed DomainRecord's `TTL` property to `Ttl`.
16+
Breaking: Changed UpdateCdnEndpoint's `TTL` property to `Ttl`.
17+
</PackageReleaseNotes>
1518
</PropertyGroup>
1619
<ItemGroup>
1720
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />

DigitalOcean.API/DigitalOcean.API.nuspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>DigitalOcean.API</id>
5-
<version>2.4.0</version>
5+
<version>3.0.0</version>
66
<authors>DigitalOcean.API</authors>
77
<owners>DigitalOcean.API</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<licenseUrl>https://github.com/trmcnvn/DigitalOcean.API/blob/master/LICENSE.md</licenseUrl>
1010
<projectUrl>https://github.com/trmcnvn/DigitalOcean.API</projectUrl>
1111
<iconUrl>http://i.imgur.com/llqIpX6.png</iconUrl>
1212
<description>.NET wrapper of the DigitalOcean API</description>
13-
<releaseNotes>Added CDN Endpoint and Certificate support (@Nicholi)</releaseNotes>
13+
<releaseNotes>
14+
Breaking: Changed DomainRecord's `TTL` property to `Ttl`.
15+
Breaking: Changed UpdateCdnEndpoint's `TTL` property to `Ttl`.
16+
</releaseNotes>
1417
<copyright>2019</copyright>
1518
<tags>DigitalOcean API</tags>
1619
<repository type="git" url="https://github.com/trmcnvn/DigitalOcean.API" />

0 commit comments

Comments
 (0)