From 0a1a9be3c6ac692a9412ec8e85e6389b6cfea013 Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Wed, 13 Jun 2018 09:48:39 -0700 Subject: [PATCH] Releasing version 2.19.0.0 --- README.md | 2 ++ xActiveDirectory.psd1 | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d68502f6a..4d6d002aa 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,8 @@ The xADServicePrincipalName DSC resource will manage service principal names. ### Unreleased +### 2.19.0.0 + * Changes to xActiveDirectory * Activated the GitHub App Stale on the GitHub repository. * The resources are now in alphabetical order in the README.md diff --git a/xActiveDirectory.psd1 b/xActiveDirectory.psd1 index 75fac6a3b..45d9fad47 100644 --- a/xActiveDirectory.psd1 +++ b/xActiveDirectory.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -moduleVersion = '2.18.0.0' +moduleVersion = '2.19.0.0' # ID used to uniquely identify this module GUID = '9FECD4F6-8F02-4707-99B3-539E940E9FF5' @@ -49,9 +49,16 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* xADReplicationSite: Resource added. -* Added xADReplicationSubnet resource. -* Fixed bug with group members in xADGroup + ReleaseNotes = '* Changes to xActiveDirectory + * Activated the GitHub App Stale on the GitHub repository. + * The resources are now in alphabetical order in the README.md + ([issue 194](https://github.com/PowerShell/xActiveDirectory/issues/194)). + * Adding a Branches section to the README.md with Codecov badges for both + master and dev branch ([issue 192](https://github.com/PowerShell/xActiveDirectory/issues/192)). + * xADGroup no longer resets GroupScope and Category to default values ([issue 183](https://github.com/PowerShell/xActiveDirectory/issues/183)). + * The helper function script file MSFT_xADCommon.ps1 was renamed to + MSFT_xADCommon.psm1 to be a module script file instead. This makes it + possible to report code coverage for the helper functions ([issue 201](https://github.com/PowerShell/xActiveDirectory/issues/201)). ' @@ -67,3 +74,4 @@ PrivateData = @{ +