Skip to content

Commit 398a740

Browse files
committed
This is PSAppDeployToolkit.Tools 0.2.3
1 parent efa37ed commit 398a740

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

actions_bootstrap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $modulesToInstall = New-Object System.Collections.Generic.List[object]
1111
# https://github.com/PSAppDeployToolkit/PSAppDeployToolkit
1212
[void]$modulesToInstall.Add(([PSCustomObject]@{
1313
ModuleName = 'PSAppDeployToolkit'
14-
ModuleVersion = '4.0.4'
14+
ModuleVersion = '4.0.5'
1515
}))
1616
# https://github.com/pester/Pester
1717
[void]$modulesToInstall.Add(([PSCustomObject]@{

src/PSAppDeployToolkit.Tools/PSAppDeployToolkit.Tools.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#
22
# Module manifest for module 'PSAppDeployToolkit.Tools'
33
#
4-
# Last modified: 2024-12-23
4+
# Last modified: 2025-01-24
55
#
66

77
@{
88
# Script module or binary module file associated with this manifest.
99
RootModule = 'PSAppDeployToolkit.Tools.psm1'
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.2.2'
12+
ModuleVersion = '0.2.3'
1313

1414
# Supported PSEditions
1515
# CompatiblePSEditions = @()
@@ -49,7 +49,7 @@
4949

5050
# Modules that must be imported into the global environment prior to importing this module
5151
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'; }
5353
@{ModuleName = 'PSScriptAnalyzer'; GUID = 'd6245802-193d-4068-a631-8863a4342a18'; ModuleVersion = '1.23.0'; }
5454
)
5555

0 commit comments

Comments
 (0)