Skip to content

Commit

Permalink
This is PSAppDeployToolkit.Tools 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGough committed Dec 16, 2024
1 parent 40ec1d0 commit 9aa5121
Showing 1 changed file with 3 additions and 3 deletions.
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'
#
# Generated on: 2024-12-03
# Last modified: 2024-12-16
#

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

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

# 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.2'; }
@{ModuleName = 'PSAppDeployToolkit'; GUID = '8c3c366b-8606-4576-9f2d-4051144f7ca2'; ModuleVersion = '4.0.3'; }
@{ModuleName = 'PSScriptAnalyzer'; GUID = 'd6245802-193d-4068-a631-8863a4342a18'; ModuleVersion = '1.23.0'; }
)

Expand Down

0 comments on commit 9aa5121

Please sign in to comment.