From b21ad2fe6f5ac3ba9d271e91cf30817be6ad65ff Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 7 Sep 2020 21:46:08 +0000 Subject: [PATCH] Released 1.6.20200907.0: updated change log and manifest --- CHANGELOG.md | 5 ++++- PSCMContentMgmt/PSCMContentMgmt.psd1 | 9 ++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7983dd1..9548d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/PSCMContentMgmt/PSCMContentMgmt.psd1 b/PSCMContentMgmt/PSCMContentMgmt.psd1 index 06d3904..5f1d457 100644 --- a/PSCMContentMgmt/PSCMContentMgmt.psd1 +++ b/PSCMContentMgmt/PSCMContentMgmt.psd1 @@ -3,7 +3,7 @@ # # Generated by: Adam Cook (@codaamok) # -# Generated on: 09/05/2020 +# Generated on: 09/07/2020 # @{ @@ -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 = @() @@ -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 = ''