File tree 2 files changed +4
-4
lines changed
src/PSAppDeployToolkit.Tools
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $modulesToInstall = New-Object System.Collections.Generic.List[object]
11
11
# https://github.com/PSAppDeployToolkit/PSAppDeployToolkit
12
12
[void ]$modulesToInstall.Add (([PSCustomObject ]@ {
13
13
ModuleName = ' PSAppDeployToolkit'
14
- ModuleVersion = ' 4.0.4 '
14
+ ModuleVersion = ' 4.0.5 '
15
15
}))
16
16
# https://github.com/pester/Pester
17
17
[void ]$modulesToInstall.Add (([PSCustomObject ]@ {
Original file line number Diff line number Diff line change 1
1
#
2
2
# Module manifest for module 'PSAppDeployToolkit.Tools'
3
3
#
4
- # Last modified: 2024-12-23
4
+ # Last modified: 2025-01-24
5
5
#
6
6
7
7
@ {
8
8
# Script module or binary module file associated with this manifest.
9
9
RootModule = ' PSAppDeployToolkit.Tools.psm1'
10
10
11
11
# Version number of this module.
12
- ModuleVersion = ' 0.2.2 '
12
+ ModuleVersion = ' 0.2.3 '
13
13
14
14
# Supported PSEditions
15
15
# CompatiblePSEditions = @()
49
49
50
50
# Modules that must be imported into the global environment prior to importing this module
51
51
RequiredModules = @ (
52
- @ {ModuleName = ' PSAppDeployToolkit' ; GUID = ' 8c3c366b-8606-4576-9f2d-4051144f7ca2' ; ModuleVersion = ' 4.0.4 ' ; }
52
+ @ {ModuleName = ' PSAppDeployToolkit' ; GUID = ' 8c3c366b-8606-4576-9f2d-4051144f7ca2' ; ModuleVersion = ' 4.0.5 ' ; }
53
53
@ {ModuleName = ' PSScriptAnalyzer' ; GUID = ' d6245802-193d-4068-a631-8863a4342a18' ; ModuleVersion = ' 1.23.0' ; }
54
54
)
55
55
You can’t perform that action at this time.
0 commit comments