Skip to content

Commit

Permalink
This is PSAppDeployToolkit.Tools 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGough committed Dec 23, 2024
1 parent 3321166 commit ff20981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $modulesToInstall = New-Object System.Collections.Generic.List[object]
# https://github.com/PSAppDeployToolkit/PSAppDeployToolkit
[void]$modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'PSAppDeployToolkit'
ModuleVersion = '4.0.3'
ModuleVersion = '4.0.4'
}))
# https://github.com/pester/Pester
[void]$modulesToInstall.Add(([PSCustomObject]@{
Expand Down
6 changes: 3 additions & 3 deletions src/PSAppDeployToolkit.Tools/PSAppDeployToolkit.Tools.psd1
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#
# Module manifest for module 'PSAppDeployToolkit.Tools'
#
# Last modified: 2024-12-16
# Last modified: 2024-12-23
#

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

# Version number of this module.
ModuleVersion = '0.2.1'
ModuleVersion = '0.2.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -49,7 +49,7 @@

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(
@{ModuleName = 'PSAppDeployToolkit'; GUID = '8c3c366b-8606-4576-9f2d-4051144f7ca2'; ModuleVersion = '4.0.3'; }
@{ModuleName = 'PSAppDeployToolkit'; GUID = '8c3c366b-8606-4576-9f2d-4051144f7ca2'; ModuleVersion = '4.0.4'; }
@{ModuleName = 'PSScriptAnalyzer'; GUID = 'd6245802-193d-4068-a631-8863a4342a18'; ModuleVersion = '1.23.0'; }
)

Expand Down

0 comments on commit ff20981

Please sign in to comment.