From 0be4d692918fcc8422ca7dd398fab87b5d0c2f2b Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Wed, 30 Mar 2016 15:09:02 -0700 Subject: [PATCH] Releasing version 1.6.0.0 --- README.md | 2 ++ appveyor.yml | 4 ++-- xDnsServer.psd1 | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e8287c6..3eee9fe0 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ Values include: { ARecord | CName } ### Unreleased +### 1.6.0.0 + * Added Resource xDnsServerForwarder. * Updated README.md with documentation and examples for xDnsServerForwarder resource. * Added Resource xDnsServerADZone that sets an AD integrated DNS zone. diff --git a/appveyor.yml b/appveyor.yml index 6532e95b..2468f778 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ #---------------------------------# # environment configuration # #---------------------------------# -version: 1.5.{build}.0 +version: 1.6.{build}.0 install: - cinst -y pester - git clone https://github.com/PowerShell/DscResource.Tests @@ -41,7 +41,7 @@ deploy_script: # Creating project artifact $stagingDirectory = (Resolve-Path ..).Path $manifest = Join-Path $pwd "xDnsServer.psd1" - (Get-Content $manifest -Raw).Replace("1.5.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest + (Get-Content $manifest -Raw).Replace("1.6.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest $zipFilePath = Join-Path $stagingDirectory "$(Split-Path $pwd -Leaf).zip" Add-Type -assemblyname System.IO.Compression.FileSystem [System.IO.Compression.ZipFile]::CreateFromDirectory($pwd, $zipFilePath) diff --git a/xDnsServer.psd1 b/xDnsServer.psd1 index 59ad6dc0..281e9bb7 100644 --- a/xDnsServer.psd1 +++ b/xDnsServer.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '1.5.0.0' +ModuleVersion = '1.6.0.0' # ID used to uniquely identify this module GUID = '5f70e6a1-f1b2-4ba0-8276-8967d43a7ec2'