You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PSCMContentMgmt/PSCMContentMgmt.psd1
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
#
4
4
# Generated by: Adam Cook (@codaamok)
5
5
#
6
-
# Generated on: 09/08/2020
6
+
# Generated on: 09/25/2020
7
7
#
8
8
9
9
@{
@@ -12,7 +12,7 @@
12
12
RootModule='PSCMContentMgmt.psm1'
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='1.6.20200908.0'
15
+
ModuleVersion='1.7.20200925.0'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -113,13 +113,8 @@ PrivateData = @{
113
113
# IconUri = ''
114
114
115
115
# 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'
0 commit comments