Skip to content

Commit 59e4d6f

Browse files
author
jantari
committed
bump version to 1.5.2
1 parent 63a419e commit 59e4d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LSUClient.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'LSUClient.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '1.5.1'
6+
ModuleVersion = '1.5.2'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = @()

public/Get-LSUpdate.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
New-Variable -Name PackageList -Option Private -Value ( [System.Collections.Generic.List[LenovoPackage]]::new() )
169169

170170
# This variable will hold additional metadata that needs to be referenced from nested scopes (functions) during dependency tests
171-
New-Variable -Name AllPackagesDependenciesInfo -Option AllScope -Value ( [System.Collections.Generic.Dictionary[string, PackageDependenciesInfo]]::new() )
171+
New-Variable -Name AllPackagesDependenciesInfo -Option AllScope, ReadOnly -Value ( [System.Collections.Generic.Dictionary[string, PackageDependenciesInfo]]::new() )
172172
}
173173

174174
process {

0 commit comments

Comments
 (0)