This repository was archived by the owner on Sep 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments