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'