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

Commit 42a6a64

Browse files
authored
bump version (#56)
1 parent 9250344 commit 42a6a64

1 file changed

Lines changed: 27 additions & 4 deletions

File tree

DigitalOcean.API/DigitalOcean.API.csproj

Lines changed: 27 additions & 4 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>3.1.0</Version>
6+
<Version>4.0.0</Version>
77
<Description>.NET wrapper of the DigitalOcean API</Description>
88
<Copyright>2019</Copyright>
99
<PackageId>DigitalOcean.API</PackageId>
@@ -13,9 +13,32 @@
1313
<RepositoryUrl>https://github.com/trmcnvn/DigitalOcean.API</RepositoryUrl>
1414
<PackageTags>DigitalOcean API</PackageTags>
1515
<PackageReleaseNotes>
16-
- Support for Account API (@Nicholi)
17-
- Support for Projects API (@Nicholi)
18-
- Support for Snapshots API (@Nicholi)
16+
### Added
17+
18+
- Support for Databases, Kubernetes, Block Storage, Firewalls, Floating IPs.
19+
- Missing features for already supported API:
20+
- Create multiple droplets
21+
- List neighbors for a droplet
22+
- List all droplet neighbors
23+
- Enable backups on a droplet
24+
- Acting on droplets via a tag
25+
- Creating a custom image
26+
- Listing images via a tag
27+
- Listing all actions for an image
28+
- Converting an image to a snapshot
29+
- This package is now also available via GitHub's new package registry.
30+
31+
### Changed
32+
33+
- Dependency Updates
34+
- RestSharp 106.2.1 -> 106.6.10
35+
- Newtonsoft.Json 10.0.3 -> 12.0.2
36+
- A number of fields and models were changed to make the codebase more consistent with itself and the API.
37+
- `RegionSlug`, `SizeSlug`, `ImageIdOrSlug`, `SshIdsOrFingerprints` were renamed to `Region`, `Size`, `Image`, `SshKeys` to match the API.
38+
39+
### Fixed
40+
41+
- Load Balancer functions now correctly take a string rather than an int for their ID fields.
1942
</PackageReleaseNotes>
2043
</PropertyGroup>
2144
<ItemGroup>

0 commit comments

Comments
 (0)