Skip to content

Commit c104fa6

Browse files
authored
Patch cycle - 2025 / Cycle 2 (#166)
The changes to go out in the next version (0.19.1) are: - HOUSEKEEPING: Bump NUnit3TestAdapter from 4.5.0 to 5.0.0 (#165) - HOUSEKEEPING: Bump Microsoft.NET.Test.Sdk and Newtonsoft.Json (#164) - HOUSEKEEPING: Bump NUnit.Analyzers from 4.4.0 to 4.6.0 (#163) - HOUSEKEEPING: Bump nosborn/github-action-markdown-cli from 3.3.0 to 3.4.0 (#162) - HOUSEKEEPING: Bump Moq from 4.20.70 to 4.20.72 (#160) - HOUSEKEEPING: Bump nunit from 4.1.0 to 4.3.2 (#156)
1 parent 4a0c66d commit c104fa6

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
44

55
## main
66

7+
- HOUSEKEEPING: Bump NUnit3TestAdapter from 4.5.0 to 5.0.0 (#165)
8+
- HOUSEKEEPING: Bump Microsoft.NET.Test.Sdk and Newtonsoft.Json (#164)
9+
- HOUSEKEEPING: Bump NUnit.Analyzers from 4.4.0 to 4.6.0 (#163)
10+
- HOUSEKEEPING: Bump nosborn/github-action-markdown-cli from 3.3.0 to 3.4.0 (#162)
11+
- HOUSEKEEPING: Bump Moq from 4.20.70 to 4.20.72 (#160)
12+
- HOUSEKEEPING: Bump nunit from 4.1.0 to 4.3.2 (#156)
13+
714
## 0.19.0
815

916
- CHANGED: Bumped `dotnet` to `9.0`

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 DNSimple Corporation
3+
Copyright (c) 2025 DNSimple Corporation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ We recommend to customize the user agent. If you are building a library or integ
107107

108108
## License
109109

110-
Copyright (c) 2024 DNSimple Corporation. This is Free Software distributed under the MIT license.
110+
Copyright (c) 2025 DNSimple Corporation. This is Free Software distributed under the MIT license.

src/dnsimple/dnsimple.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<Authors>DNSimple</Authors>
6-
<Copyright>2024</Copyright>
6+
<Copyright>2025</Copyright>
77
<Description>The DNSimple API client for the .NET platform.</Description>
88
<PackageId>DNSimple</PackageId>
99
<PackageLicenseUrl>https://github.com/dnsimple/dnsimple-csharp/blob/main/LICENSE.txt</PackageLicenseUrl>

0 commit comments

Comments
 (0)