Skip to content

Commit

Permalink
Releasing version 2.19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Jun 13, 2018
1 parent fa2b10e commit 0a1a9be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 12 additions & 4 deletions xActiveDirectory.psd1
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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)).
'

Expand All @@ -67,3 +74,4 @@ PrivateData = @{




0 comments on commit 0a1a9be

Please sign in to comment.