Skip to content

Commit

Permalink
Released 1.6.20200907.0: updated change log and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 7, 2020
1 parent c1a0125 commit b21ad2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.6.20200907.0] - 2020-09-07
### Added
- More properties added to the module manifest

Expand Down Expand Up @@ -41,7 +43,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Birth of change log

[Unreleased]: https://github.com/codaamok/PSCMContentMgmt/compare/1.6.20200905.1..HEAD
[Unreleased]: https://github.com/codaamok/PSCMContentMgmt/compare/1.6.20200907.0..HEAD
[1.6.20200907.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.5.20200903.0..1.6.20200907.0
[1.5.20200903.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.4.20200903.0..1.5.20200903.0
[1.4.20200903.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.3.20200821.4..1.4.20200903.0
[1.3.20200821.4]: https://github.com/codaamok/PSCMContentMgmt/compare/1.2..1.3.20200821.4
Expand Down
9 changes: 6 additions & 3 deletions PSCMContentMgmt/PSCMContentMgmt.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Adam Cook (@codaamok)
#
# Generated on: 09/05/2020
# Generated on: 09/07/2020
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PSCMContentMgmt.psm1'

# Version number of this module.
ModuleVersion = '1.6.20200905.1'
ModuleVersion = '1.6.20200907.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -116,7 +116,10 @@ PrivateData = @{
ReleaseNotes = '# Added
- More properties added to the module manifest
# Changed
- Updated various help content to better describe -ObjectID parameter and ObjectID property'
- Updated various help content to better describe -ObjectID parameter and ObjectID property
# Fixed
- Corrected CIM query in `Start-DPContentRedistribution` so it actually works. Added error handling to in the event an object is not found to be already distributed to a distribution point.
- More accurate error ID to reflect a win32 error code for access denied in `Import-DPContent`'

# Prerelease string of this module
# Prerelease = ''
Expand Down

0 comments on commit b21ad2f

Please sign in to comment.