Skip to content

Commit b479443

Browse files
committed
Set version to 0.1.0, add Prerelease = 'beta' tag
1 parent 99e84a0 commit b479443

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/PSAppDeployToolkit.Tools/PSAppDeployToolkit.Tools.psd1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
RootModule = 'PSAppDeployToolkit.Tools.psm1'
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.0.1'
12+
ModuleVersion = '0.1.0'
1313

1414
# Supported PSEditions
1515
# CompatiblePSEditions = @()
@@ -94,6 +94,9 @@
9494

9595
PSData = @{
9696

97+
# Tag to indicate pre-release status
98+
Prerelease = 'beta'
99+
97100
# Tags applied to this module. These help with module discovery in online galleries.
98101
Tags = 'psappdeploytoolkit', 'adt', 'psadt', 'appdeployment', 'appdeploytoolkit', 'appdeploy', 'deployment', 'toolkit'
99102

@@ -107,7 +110,7 @@
107110
IconUri = 'https://raw.githubusercontent.com/PSAppDeployToolkit/PSAppDeployToolkit/refs/heads/main/src/PSAppDeployToolkit/Assets/AppIcon.png'
108111

109112
# ReleaseNotes of this module
110-
ReleaseNotes = 'https://github.com/PSAppDeployToolkit/PSAppDeployToolkit.Tools/releases/latest'
113+
ReleaseNotes = 'https://github.com/PSAppDeployToolkit/PSAppDeployToolkit.Tools/releases'
111114

112115
} # End of PSData hashtable
113116

0 commit comments

Comments
 (0)