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 >3.0 .0</Version >
5+ <Version >3.1 .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 >
1212 <RepositoryType >git</RepositoryType >
1313 <PackageTags >DigitalOcean API</PackageTags >
1414 <PackageReleaseNotes >
15- Breaking: Changed DomainRecord's `TTL` property to `Ttl`.
16- Breaking: Changed UpdateCdnEndpoint's `TTL` property to `Ttl`.
15+ - Support for Account API (@Nicholi)
16+ - Support for Projects API (@Nicholi)
17+ - Support for Snapshots API (@Nicholi)
1718 </PackageReleaseNotes >
1819 </PropertyGroup >
1920 <ItemGroup >
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 >3.0 .0</version >
5+ <version >3.1 .0</version >
66 <authors >DigitalOcean.API</authors >
77 <owners >DigitalOcean.API</owners >
88 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1111 <iconUrl >http://i.imgur.com/llqIpX6.png</iconUrl >
1212 <description >.NET wrapper of the DigitalOcean API</description >
1313 <releaseNotes >
14- Breaking: Changed DomainRecord's `TTL` property to `Ttl`.
15- Breaking: Changed UpdateCdnEndpoint's `TTL` property to `Ttl`.
14+ - Support for Account API (@Nicholi)
15+ - Support for Projects API (@Nicholi)
16+ - Support for Snapshots API (@Nicholi)
1617 </releaseNotes >
1718 <copyright >2019</copyright >
1819 <tags >DigitalOcean API</tags >
You can’t perform that action at this time.
0 commit comments