File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
4
4
5
5
## main
6
6
7
+ ## 0.19.0
8
+
7
9
- CHANGED: Bumped ` dotnet ` to ` 9.0 `
8
10
- NEW: Added ` AliasEmail ` to ` EmailForward `
9
11
- CHANGED: Deprecated ` From ` and ` To ` fields in ` EmailForward `
Original file line number Diff line number Diff line change 9
9
<PackageLicenseUrl >https://github.com/dnsimple/dnsimple-csharp/blob/main/LICENSE.txt</PackageLicenseUrl >
10
10
<PackageProjectUrl >https://github.com/dnsimple/dnsimple-csharp</PackageProjectUrl >
11
11
<PackageReleaseNotes >
12
- - HOUSEKEEPING: Bump nunit from 4.0.1 to 4.1.0 (#147)
13
- - HOUSEKEEPING: Bump NUnit.Analyzers from 3.10.0 to 4.0.1 (#146)
14
- - HOUSEKEEPING: Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#145)
12
+ - CHANGED: Bumped `dotnet` to `9.0`
13
+ - NEW: Added `AliasEmail` to `EmailForward`
14
+ - CHANGED: Deprecated `From` and `To` fields in `EmailForward`
15
+ - CHANGED: `DomainCollaborators` have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature.
16
+ - HOUSEKEEPING: Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#152)
17
+ - HOUSEKEEPING: Bump NUnit.Analyzers from 4.0.1 to 4.4.0 (#153)
15
18
</PackageReleaseNotes >
16
19
<PackageTags >dnsimple dns api domains</PackageTags >
17
- <PackageVersion >0.18.1 </PackageVersion >
20
+ <PackageVersion >0.19.0 </PackageVersion >
18
21
<LangVersion >latest</LangVersion >
19
22
</PropertyGroup >
20
23
You can’t perform that action at this time.
0 commit comments