Skip to content

Commit

Permalink
Preparing 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Jun 25, 2018
1 parent 57e17f5 commit 9b3d59e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions posh-sshell.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,17 @@
# Tags applied to this module. These help with module discovery in online galleries.
Tags = @('ssh', 'openssh', 'open-ssh', 'putty', 'pageant', 'PSEdition_Core')
# A URL to the license for this module.
LicenseUri = 'https://github.com/dahlbyk/posh-sshell/blob/master/LICENSE.txt'
LicenseUri = 'https://github.com/dahlbyk/posh-sshell/blob/v0.1.0/LICENSE.txt'

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

# ReleaseNotes of this module
ReleaseNotes = 'https://github.com/dahlbyk/posh-sshell/blob/master/CHANGELOG.md'
ReleaseNotes = 'https://github.com/dahlbyk/posh-sshell/blob/v0.1.0/CHANGELOG.md'

# OVERRIDE THIS FIELD FOR PUBLISHED RELEASES - LEAVE AT 'alpha' FOR CLONED/LOCAL REPO USAGE
Prerelease = 'pre0'

}
}
}

0 comments on commit 9b3d59e

Please sign in to comment.