Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit acfc97a

Browse files
committed
fix version state
1 parent b4a21d5 commit acfc97a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
auth_token:
4848
secure: M+bBX5/nKdJB0eViP7xtrLVTwf3vGDUA9N2MMprZp2i+9ZR3CBVcJnSzJWUmalhB
4949
artifact: PSCredentialStore.zip # upload all NuGet packages to release assets
50-
draft: true
50+
draft: false
5151
prerelease: true
5252
on:
5353
branch: master # release from master branch only

src/PSCredentialStore.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
# IconUri = ''
126126

127127
# ReleaseNotes of this module
128-
ReleaseNotes = 'This is a draft version / pre-release. Do not use in production!'
128+
ReleaseNotes = 'This is a pre-release version!. Do not use in production!'
129129

130130
} # End of PSData hashtable
131131

0 commit comments

Comments
 (0)