diff --git a/README.md b/README.md index 05296e19..162567da 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ Please check out common DSC Resources [contributing guidelines](https://github.c ### Unreleased +### 1.10.0.0 + * Changes to xDnsServerADZone * Fixed bug introduced by [#49](https://github.com/PowerShell/xDnsServer/pull/49). Previously, CimSessions were always used regardless of connecting to a remote machine or the local machine. Now CimSessions are only utilized when a computername or diff --git a/xDnsServer.psd1 b/xDnsServer.psd1 index 31821d67..dad89611 100644 --- a/xDnsServer.psd1 +++ b/xDnsServer.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '1.9.0.0' +moduleVersion = '1.10.0.0' # ID used to uniquely identify this module GUID = '5f70e6a1-f1b2-4ba0-8276-8967d43a7ec2' @@ -47,8 +47,14 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added resource xDnsServerSetting -* MSFT_xDnsRecord: Added DnsServer property + ReleaseNotes = '* Changes to xDnsServerADZone + * Fixed bug introduced by [49](https://github.com/PowerShell/xDnsServer/pull/49). Previously, CimSessions were always used + regardless of connecting to a remote machine or the local machine. Now CimSessions are only utilized when a computername or + computername and credential are used. ([issue 53](https://github.com/PowerShell/xDnsServer/issues/53)). + [Michael Fyffe (@TraGicCode)](https://github.com/TraGicCode) +* Fixed all PSSA rule warnings. [Michael Fyffe (@TraGicCode)](https://github.com/TraGicCode) +* Fix DsAvailable key missing ([66](https://github.com/PowerShell/xDnsServer/issues/66)). + [Claudio Spizzi (@claudiospizzi)](https://github.com/claudiospizzi) ' @@ -61,3 +67,4 @@ PrivateData = @{ +