Skip to content

Commit 4629605

Browse files
committed
Released 1.7.20200925.0: updated change log and manifest
1 parent a56f8a1 commit 4629605

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
8+
## [1.7.20200925.0] - 2020-09-25
79
### Fixed
810
- Corrected `Invoke-DPContentLibraryCleanup` to use correct .exe path
911

@@ -45,7 +47,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4547
### Added
4648
- Birth of change log
4749

48-
[Unreleased]: https://github.com/codaamok/PSCMContentMgmt/compare/1.6.20200908.0..HEAD
50+
[Unreleased]: https://github.com/codaamok/PSCMContentMgmt/compare/1.7.20200925.0..HEAD
51+
[1.7.20200925.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.6.20200908.0..1.7.20200925.0
4952
[1.6.20200908.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.5.20200903.0..1.6.20200908.0
5053
[1.5.20200903.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.4.20200903.0..1.5.20200903.0
5154
[1.4.20200903.0]: https://github.com/codaamok/PSCMContentMgmt/compare/1.3.20200821.4..1.4.20200903.0

PSCMContentMgmt/PSCMContentMgmt.psd1

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Adam Cook (@codaamok)
55
#
6-
# Generated on: 09/08/2020
6+
# Generated on: 09/25/2020
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'PSCMContentMgmt.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.6.20200908.0'
15+
ModuleVersion = '1.7.20200925.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -113,13 +113,8 @@ PrivateData = @{
113113
# IconUri = ''
114114

115115
# ReleaseNotes of this module
116-
ReleaseNotes = '# Added
117-
- More properties added to the module manifest
118-
# Changed
119-
- Updated various help content to better describe -ObjectID parameter and ObjectID property
120-
# Fixed
121-
- 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.
122-
- More accurate error ID to reflect a win32 error code for access denied in `Import-DPContent`'
116+
ReleaseNotes = '# Fixed
117+
- Corrected `Invoke-DPContentLibraryCleanup` to use correct .exe path'
123118

124119
# Prerelease string of this module
125120
# Prerelease = ''

0 commit comments

Comments
 (0)