Skip to content

Commit 41d3879

Browse files
committed
upgrade DnsClient library to 1.8.0
1 parent 0ec191e commit 41d3879

File tree

5 files changed

+189
-5
lines changed

5 files changed

+189
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0 (2025-09-15)
2+
3+
* Upgraded DnsClient library version to 1.8.0 which includes support for the CERT record type and other bug fixes
4+
15
## 1.1.1 (2023-05-22)
26

37
* Fixed Windows PowerShell support by rolling back the System.Buffers library dependency to 4.4.0 (#2).

DnsClient-PS/DnsClient-PS.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22

33
RootModule = 'DnsClient-PS.psm1'
4-
ModuleVersion = '1.1.1'
4+
ModuleVersion = '1.2.0'
55
GUID = '698438cc-f80d-4b88-aa04-16e302c1f326'
66
Author = 'Ryan Bolger'
77
Copyright = '(c) 2020 Ryan Bolger. All rights reserved.'
@@ -13,7 +13,7 @@ DotNetFrameworkVersion = '4.7.1'
1313
# Assemblies that must be loaded prior to importing this module
1414
RequiredAssemblies = @(
1515
'lib\System.Buffers.4.4.0-netstandard2.0.dll'
16-
'lib\DnsClient.1.7.0-netstandard2.0.dll'
16+
'lib\DnsClient.1.8.0-netstandard2.0.dll'
1717
)
1818

1919
# Format files (.ps1xml) to be loaded when importing this module
@@ -54,9 +54,9 @@ PrivateData = @{
5454

5555
# ReleaseNotes of this module
5656
ReleaseNotes = @'
57-
## 1.1.1 (2023-05-22)
57+
## 1.2.0 (2025-09-15)
5858
59-
* Fixed Windows PowerShell support by rolling back the System.Buffers library dependency to 4.4.0 (#2).
59+
* Upgraded DnsClient library version to 1.8.0 which includes support for the CERT record type and other bug fixes
6060
'@
6161

6262
} # End of PSData hashtable
-150 KB
Binary file not shown.
153 KB
Binary file not shown.

DnsClient-PS/lib/DnsClient.1.7.0-netstandard2.0.xml renamed to DnsClient-PS/lib/DnsClient.1.8.0-netstandard2.0.xml

Lines changed: 181 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)