Skip to content

Commit c92e486

Browse files
committed
Preparing 0.2.0 release
1 parent 504e2f4 commit c92e486

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

posh-sshell.psd1

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@{
1+
@{
22

33
# Script module or binary module file associated with this manifest.
44
RootModule = 'posh-sshell.psm1'
@@ -52,17 +52,18 @@
5252
# Tags applied to this module. These help with module discovery in online galleries.
5353
Tags = @('ssh', 'openssh', 'open-ssh', 'putty', 'pageant', 'PSEdition_Core')
5454
# A URL to the license for this module.
55-
LicenseUri = 'https://github.com/dahlbyk/posh-sshell/blob/master/LICENSE.txt'
55+
LicenseUri = 'https://github.com/dahlbyk/posh-sshell/blob/v0.2.0/LICENSE.txt'
5656

5757
# A URL to the main website for this project.
5858
ProjectUri = 'https://github.com/dahlbyk/posh-sshell'
5959

6060
# ReleaseNotes of this module
61-
ReleaseNotes = 'https://github.com/dahlbyk/posh-sshell/blob/master/CHANGELOG.md'
61+
ReleaseNotes = 'https://github.com/dahlbyk/posh-sshell/blob/v0.2.0/CHANGELOG.md'
6262

6363
# OVERRIDE THIS FIELD FOR PUBLISHED RELEASES - LEAVE AT 'alpha' FOR CLONED/LOCAL REPO USAGE
64-
Prerelease = 'pre0'
64+
6565
}
6666
}
6767
}
6868

69+

0 commit comments

Comments
 (0)