Skip to content

Commit

Permalink
Merge pull request #61 from KarolKaczmarek/Release1215
Browse files Browse the repository at this point in the history
Releasing version 2.5.0.0
  • Loading branch information
KarolKaczmarek committed Dec 2, 2015
2 parents 2153bab + 4dd82bf commit d9b6110
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -97,6 +97,8 @@ The cmdlet does not fully support the Inquire action for debug messages. Cmdlet
## Versions

### Unreleased Version

### 2.5.0.0
* Added the following resources:
* MSFT_xDNSConnectionSuffix resource to manage connection-specific DNS suffixes.
* MSFT_xNetConnectionProfile resource to manage Connection Profiles for interfaces.
Expand All @@ -120,7 +122,7 @@ The cmdlet does not fully support the Inquire action for debug messages. Cmdlet
* RemoteAddress
* RemoteMachine
* RemoteUser
* MSFT_xFirewall: Profile parameter now handled as an Array.
* MSFT_xFirewall: Profile parameter now handled as an Array.

### 2.4.0.0
* Added following resources:
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.4.{build}.0
version: 2.5.{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.4.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
(Get-Content $manifest -Raw).Replace("2.5.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.4.0.0'
ModuleVersion = '2.5.0.0'

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

0 comments on commit d9b6110

Please sign in to comment.