diff --git a/README.md b/README.md index 210f187a..cb6c3584 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ Values include: { ARecord | CName } ### Unreleased +### 1.8.0.0 + * Converted AppVeyor.yml to pull Pester from PSGallery instead of Chocolatey * Fixed bug in xDnsServerADZone causing Get-TargetResource to fail with an extra property. diff --git a/xDnsServer.psd1 b/xDnsServer.psd1 index 4213c538..50d6c6ae 100644 --- a/xDnsServer.psd1 +++ b/xDnsServer.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '1.7.0.0' +ModuleVersion = '1.8.0.0' # ID used to uniquely identify this module GUID = '5f70e6a1-f1b2-4ba0-8276-8967d43a7ec2' @@ -47,10 +47,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Unit tests updated to use standard unit test templates. -* MSFT_xDnsServerZoneTransfer: Added unit tests. - Updated to meet Style Guidelines. -* MSFT_xDnsARecord: Removed hard coding of Localhost computer name to eliminate PSSA rule violation. + ReleaseNotes = '* Converted AppVeyor.yml to pull Pester from PSGallery instead of Chocolatey +* Fixed bug in xDnsServerADZone causing Get-TargetResource to fail with an extra property. ' @@ -61,3 +59,4 @@ PrivateData = @{ +