Skip to content

Commit

Permalink
Merge pull request #24 from KarolKaczmarek/Release1109
Browse files Browse the repository at this point in the history
Update readme and module manifest for version 2.3.0.0
  • Loading branch information
KarolKaczmarek committed Sep 11, 2015
2 parents 687dd8a + 1c54324 commit 50136c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,16 @@ Please check out common DSC Resources [contributing guidelines](https://github.c

## Versions

### Unreleased
* Update to xDNSServerAddress to allow both IPv4 and IPv6 DNS addresses to be assigned to an
interface. xDNSServerAddress AddressFamily parameter has been changed to mandatory.
### 2.3.0.0

* MSFT_xDNSServerAddress: Added support for setting DNS for both IPv4 and IPv6 on the same Interface
* MSFT_xDNSServerAddress: AddressFamily parameter has been changed to mandatory.
* Removed xDscResourceDesigner tests (moved to common tests)
* Fixed Test-TargetResource to test against all provided parameters
* Modified tests to not copy file to Program Files

### 2.2.0.0

* Changes in xFirewall resources to meet Test-xDscResource criteria

### 2.1.1.1
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# environment configuration #
#---------------------------------#
os: Unstable
version: 2.2.{build}.0
version: 2.3.{build}.0
install:
- cinst -y pester
- git clone https://github.com/PowerShell/DscResource.Tests
Expand Down Expand Up @@ -41,7 +41,7 @@ before_deploy:
# Creating project artifact
$stagingDirectory = (Resolve-Path ..).Path
$manifest = Join-Path $pwd "xNetworking.psd1"
(Get-Content $manifest -Raw).Replace("2.2.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
(Get-Content $manifest -Raw).Replace("2.3.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)
Expand Down
2 changes: 1 addition & 1 deletion xNetworking.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
ModuleVersion = '2.2.0.0'
ModuleVersion = '2.3.0.0'

# ID used to uniquely identify this module
GUID = 'e6647cc3-ce9c-4c86-9eb8-2ee8919bf358'
Expand Down

0 comments on commit 50136c0

Please sign in to comment.