diff --git a/README.md b/README.md index 85a7564f..3d291c67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build status](https://ci.appveyor.com/api/projects/status/obmudad7gy8usbx2/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xnetworking/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/obmudad7gy8usbx2/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xnetworking/branch/master) # xNetworking @@ -135,6 +135,8 @@ The cmdlet does not fully support the Inquire action for debug messages. Cmdlet ### Unreleased +### 2.6.0.0 + * Added the following resources: * MSFT_xDhcpClient resource to enable/disable DHCP on individual interfaces. * MSFT_xRoute resource to manage network routes. diff --git a/appveyor.yml b/appveyor.yml index 0a516cb0..588559c5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ # environment configuration # #---------------------------------# os: WMF 5 -version: 2.5.{build}.0 +version: 2.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 "xNetworking.psd1" - (Get-Content $manifest -Raw).Replace("2.5.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest + (Get-Content $manifest -Raw).Replace("2.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/xNetworking.psd1 b/xNetworking.psd1 index fb4a0778..ab89705a 100644 --- a/xNetworking.psd1 +++ b/xNetworking.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '2.5.0.0' +ModuleVersion = '2.6.0.0' # ID used to uniquely identify this module GUID = 'e6647cc3-ce9c-4c86-9eb8-2ee8919bf358'