Skip to content

Commit

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

## main

## 0.19.0

- CHANGED: Bumped `dotnet` to `9.0`
- NEW: Added `AliasEmail` to `EmailForward`
- CHANGED: Deprecated `From` and `To` fields in `EmailForward`
Expand Down
11 changes: 7 additions & 4 deletions src/dnsimple/dnsimple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
<PackageLicenseUrl>https://github.com/dnsimple/dnsimple-csharp/blob/main/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/dnsimple/dnsimple-csharp</PackageProjectUrl>
<PackageReleaseNotes>
- 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)
- CHANGED: Bumped `dotnet` to `9.0`
- NEW: Added `AliasEmail` to `EmailForward`
- CHANGED: Deprecated `From` and `To` fields in `EmailForward`
- CHANGED: `DomainCollaborators` have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature.
- HOUSEKEEPING: Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#152)
- HOUSEKEEPING: Bump NUnit.Analyzers from 4.0.1 to 4.4.0 (#153)
</PackageReleaseNotes>
<PackageTags>dnsimple dns api domains</PackageTags>
<PackageVersion>0.18.1</PackageVersion>
<PackageVersion>0.19.0</PackageVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit 9647524

Please sign in to comment.