|
3 | 3 | <TargetFramework>netstandard2.0</TargetFramework> |
4 | 4 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
5 | 5 | <Authors>vevix</Authors> |
6 | | - <Version>3.1.0</Version> |
| 6 | + <Version>4.0.0</Version> |
7 | 7 | <Description>.NET wrapper of the DigitalOcean API</Description> |
8 | 8 | <Copyright>2019</Copyright> |
9 | 9 | <PackageId>DigitalOcean.API</PackageId> |
|
13 | 13 | <RepositoryUrl>https://github.com/trmcnvn/DigitalOcean.API</RepositoryUrl> |
14 | 14 | <PackageTags>DigitalOcean API</PackageTags> |
15 | 15 | <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. |
19 | 42 | </PackageReleaseNotes> |
20 | 43 | </PropertyGroup> |
21 | 44 | <ItemGroup> |
|
0 commit comments