Releasing version 2.6.0.0

This commit is contained in:
Katie Keim
2017-04-19 13:16:07 -07:00
parent 448b9a8492
commit 91597e8fe3
2 changed files with 7 additions and 8 deletions
+5 -8
View File
@@ -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 = @{
+2
View File
@@ -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