Skip to content

Commit

Permalink
Release 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Mar 12, 2024
1 parent f7e0c5e commit 4af3b01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).

## main

## 0.18.1

- HOUSEKEEPING: Bump nunit from 4.0.1 to 4.1.0 (#147)
- HOUSEKEEPING: Bump NUnit.Analyzers from 3.10.0 to 4.0.1 (#146)
- HOUSEKEEPING: Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#145)

## 0.18.0

FEATURES:
Expand Down
16 changes: 4 additions & 12 deletions src/dnsimple/dnsimple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@
<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.Registrar.CheckRegistrantChange` to retrieves the requirements of a registrant change. (#140)
- NEW: Added `Dnsimple.Registrar.GetRegistrantChange` to retrieves the details of an existing registrant change. (#140)
- NEW: Added `Dnsimple.Registrar.CreateRegistrantChange` to start registrant change. (#140)
- NEW: Added `Dnsimple.Registrar.ListRegistrantChanges` to lists the registrant changes for a domain. (#140)
- NEW: Added `Dnsimple.Registrar.DeleteRegistrantChange` to cancel an ongoing registrant change from the account. (#140)

- NEW: Added `Dnsimple.Registrar.EnableDomainTransferLock` to enable the domain transfer lock for a domain. (#142)
- NEW: Added `Dnsimple.Registrar.DisableDomainTransferLock` to disable the domain transfer lock for a domain. (#142)
- NEW: Added `Dnsimple.Registrar.GetDomainTransferLock` to get the domain transfer lock status for a domain. (#142)
- HOUSEKEEPING: Bump nunit from 4.0.1 to 4.1.0 (#147)
- HOUSEKEEPING: Bump NUnit.Analyzers from 3.10.0 to 4.0.1 (#146)
- HOUSEKEEPING: Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#145)
</PackageReleaseNotes>
<PackageTags>dnsimple dns api domains</PackageTags>
<PackageVersion>0.18.0</PackageVersion>
<PackageVersion>0.18.1</PackageVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 4af3b01

Please sign in to comment.