Skip to content

Commit 1a23346

Browse files
committed
Release 1.0.0
1 parent 643b322 commit 1a23346

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# CHANGELOG
22

3-
This project uses [Semantic Versioning 2.0.0](http://semver.org/).
3+
This project uses [Semantic Versioning 2.0.0](http://semver.org/), the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
## main
66

7+
## 1.0.0 - 2026-01-22
8+
79
### Changed
810

911
- `ZoneRecord.Type` and `FilterByType()` changed from enum to `string`

src/dnsimple/dnsimple.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99
<PackageLicenseUrl>https://github.com/dnsimple/dnsimple-csharp/blob/main/LICENSE.txt</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/dnsimple/dnsimple-csharp</PackageProjectUrl>
1111
<PackageReleaseNotes>
12-
- CHANGE: Handle HTTP response headers case-insensitively to support Rack 3.0 lowercase headers
12+
- First major stable version (1.0.0)
13+
- CHANGE: ZoneRecord.Type and FilterByType() changed from enum to string
14+
- REMOVED: ZoneRecordType enumeration
15+
- REMOVED: Deprecated GetWhoisPrivacy
16+
- REMOVED: Deprecated RenewWhoisPrivacy
1317
</PackageReleaseNotes>
1418
<PackageTags>dnsimple dns api domains</PackageTags>
15-
<PackageVersion>0.21.0</PackageVersion>
19+
<PackageVersion>1.0.0</PackageVersion>
1620
<LangVersion>latest</LangVersion>
1721
</PropertyGroup>
1822

0 commit comments

Comments
 (0)