Skip to content

Commit

Permalink
Releasing version 4.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreenegit committed Sep 18, 2019
1 parent dde8a94 commit 1ba486f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
24 changes: 5 additions & 19 deletions ActiveDirectoryCSDsc.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '4.0.0.0'
moduleVersion = '4.1.0.0'

# ID used to uniquely identify this module
GUID = 'f8ddd7fc-c6d6-469e-8a80-c96efabe2fcc'
Expand Down Expand Up @@ -64,24 +64,9 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- BREAKING CHANGE: ActiveDirectoryCSDsc module minimum requirements updated
to WMF 5.0 because newly added AdcsCertificateAuthoritySettings resource
requires WMF 5.0.
- Added new resource AdcsCertificateAuthoritySettings - see
[Issue 13](https://github.com/PowerShell/ActiveDirectoryCSDsc/issues/13).
- Added new resource AdcsTemplate.
- Replaced `switch` blocks with `if` blocks for evaluating "Ensure" parameter
because switch was missing `break` - fixes [Issue 87](https://github.com/PowerShell/ActiveDirectoryCSDsc/issues/87).
- Added Comment Based Help for `New-NotImplementedException` common function.
- Moved code to create the user account for use in integration test into a
`CommonTestHelper.psm1` function.
- Removed user account creation code from `AppVeyor.yml` and into integration
tests themselves to make tests execution easier.
- Updated user account creation code to use local user/group management Powershell
cmdlets available in WMF 5.1 - fixes [Issue 24](https://github.com/PowerShell/ActiveDirectoryCSDsc/issues/24).
- AdcsCertificationAuthority:
- Integration tests updated to create test user account in administrators
group to make test execution easier.
ReleaseNotes = '- AdcsCertificationAuthoritySettings:
- Fix grammar in the resource README.md.
- Fix minor style issues in statement case.
'
} # End of PSData hashtable
Expand All @@ -90,3 +75,4 @@




2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.1.0.0

- AdcsCertificationAuthoritySettings:
- Fix grammar in the resource README.md.
- Fix minor style issues in statement case.
Expand Down

0 comments on commit 1ba486f

Please sign in to comment.