From 91597e8fe377dca04469c4f844a81c4b6067ef60 Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Wed, 19 Apr 2017 13:16:07 -0700 Subject: [PATCH] Releasing version 2.6.0.0 --- PSDscResources.psd1 | 13 +++++-------- README.md | 2 ++ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/PSDscResources.psd1 b/PSDscResources.psd1 index c569c62..33e350c 100644 --- a/PSDscResources.psd1 +++ b/PSDscResources.psd1 @@ -4,7 +4,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.5.0.0' +ModuleVersion = '2.6.0.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -101,13 +101,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Enable codecov.io code coverage reporting -* Group - * Added support for domain based group members on Nano server. -* Added the Archive resource -* Update Test-IsNanoServer cmdlet to properly test for a Nano server rather than the core version of PowerShell -* Registry - * Fixed bug where an error was thrown when running Get-DscConfiguration if the registry already existed + ReleaseNotes = '* Archive: + * Fixed a minor bug in the unit tests where sometimes the incorrect DateTime format was used. +* Added MsiPackage ' @@ -127,3 +123,4 @@ PrivateData = @{ + diff --git a/README.md b/README.md index 3adbb62..eefeaea 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,8 @@ The following parameters will be the same for each process in the set: ### Unreleased +### 2.6.0.0 + * Archive: * Fixed a minor bug in the unit tests where sometimes the incorrect DateTime format was used. * Added MsiPackage