diff --git a/chocolatey/poshgit.nuspec b/chocolatey/poshgit.nuspec index 01141ef04..c97ec6706 100644 --- a/chocolatey/poshgit.nuspec +++ b/chocolatey/poshgit.nuspec @@ -3,7 +3,7 @@ poshgit posh-git - 1.0.0-pre00 + 1.0.0-beta1 Keith Dahlby, Mark Embling, Jeremy Skinner, Keith Hill Keith Dahlby ### posh-git @@ -27,7 +27,7 @@ Note on performance: displaying file status in the git prompt for a very large r Provides prompt with Git status summary information and tab completion for Git commands, parameters, remotes and branch names. poshgit posh-git powershell git https://github.com/dahlbyk/posh-git - https://github.com/dahlbyk/posh-git/blob/develop/LICENSE.txt + https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta1/LICENSE.txt false diff --git a/src/posh-git.psd1 b/src/posh-git.psd1 index 9d1e2e03b..458efafb1 100644 --- a/src/posh-git.psd1 +++ b/src/posh-git.psd1 @@ -65,16 +65,16 @@ PrivateData = @{ Tags = @('git', 'prompt', 'tab', 'tab-completion', 'tab-expansion', 'tabexpansion') # A URL to the license for this module. - LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/develop/LICENSE.txt' + LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta1/LICENSE.txt' # A URL to the main website for this project. ProjectUri = 'https://github.com/dahlbyk/posh-git' # ReleaseNotes of this module - ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/develop/CHANGELOG.md' + ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta1/CHANGELOG.md' # OVERRIDE THIS FIELD FOR PUBLISHED RELEASES - LEAVE AT 'alpha' FOR CLONED/LOCAL REPO USAGE - Prerelease = 'alpha' + Prerelease = 'beta1' } }