Skip to content

Commit b2d9a68

Browse files
committed
Remove prerelease string from .psd file.
1 parent 0bfa666 commit b2d9a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HPCCache/HPCCache/Az.HPCCache.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ PrivateData = @{
111111
# IconUri = ''
112112

113113
# ReleaseNotes of this module
114-
ReleaseNotes = '* Preview of ''Az.HPCCache'' module'
114+
ReleaseNotes = '* Public release of ''Az.HPCCache'' module'
115115

116116
# Prerelease string of this module
117-
Prerelease = 'preview'
117+
# Prerelease = 'preview'
118118

119119
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
120120
# RequireLicenseAcceptance = $false

0 commit comments

Comments
 (0)