Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AGS4NO committed Dec 12, 2023
1 parent 505a8a6 commit 9c6c264
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).

## main

## 0.17.0

ENHANCEMENTS:

- NEW: Added `Secondary`, `LastTransferredAt`, `Active` to `Zone` (dnsimple/dnsimple-csharp)
- NEW: Added `Secondary`, `LastTransferredAt`, `Active` to `Zone` (dnsimple/dnsimple-csharp#138)

## 0.16.0

Expand Down
6 changes: 3 additions & 3 deletions src/dnsimple/dnsimple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<PackageLicenseUrl>https://github.com/dnsimple/dnsimple-csharp/blob/main/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/dnsimple/dnsimple-csharp</PackageProjectUrl>
<PackageReleaseNotes>
FEATURES:
- NEW: Added `Dnsimple.Billing.ListCharges` to list billing charges for an account. (dnsimple/dnsimple-csharp#133)
ENHANCEMENTS:
- NEW: Added `Secondary`, `LastTransferredAt`, `Active` to `Zone` (dnsimple/dnsimple-csharp#138)
</PackageReleaseNotes>
<PackageTags>dnsimple dns api domains</PackageTags>
<PackageVersion>0.16.0</PackageVersion>
<PackageVersion>0.17.0</PackageVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 9c6c264

Please sign in to comment.