From 251155b8f985671ec71e3c9c4fe2ee5a3fe48c9f Mon Sep 17 00:00:00 2001 From: Karol Kaczmarek Date: Tue, 9 Jun 2015 14:04:41 -0700 Subject: [PATCH] Updating readme and module manifest for version 2.4.0.0 --- README.md | 5 ++++- xNetworking.psd1 | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59ced422..7bfdb208 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 @@ -49,6 +49,9 @@ Please check out common DSC Resources [contributing guidelines](https://github.c ## Versions +### 2.2.0.0 +* Changes in xFirewall resources to meet Test-xDscResource criteria + ### 2.1.1.1 * Updated to fix issue with Get-DscConfiguration and xFirewall diff --git a/xNetworking.psd1 b/xNetworking.psd1 index 25f1ab35..939d9782 100644 --- a/xNetworking.psd1 +++ b/xNetworking.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '2.1.1.1' +ModuleVersion = '2.2.0.0' # ID used to uniquely identify this module GUID = 'e6647cc3-ce9c-4c86-9eb8-2ee8919bf358'