Skip to content

Commit 5fb7518

Browse files
committed
Bump to 1.0.0-beta1
1 parent 21fb58a commit 5fb7518

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

chocolatey/poshgit.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>poshgit</id>
55
<title>posh-git</title>
6-
<version>1.0.0-pre00</version>
6+
<version>1.0.0-beta1</version>
77
<authors>Keith Dahlby, Mark Embling, Jeremy Skinner, Keith Hill</authors>
88
<owners>Keith Dahlby</owners>
99
<description>### posh-git
@@ -27,7 +27,7 @@ Note on performance: displaying file status in the git prompt for a very large r
2727
<summary>Provides prompt with Git status summary information and tab completion for Git commands, parameters, remotes and branch names.</summary>
2828
<tags>poshgit posh-git powershell git</tags>
2929
<projectUrl>https://github.com/dahlbyk/posh-git</projectUrl>
30-
<licenseUrl>https://github.com/dahlbyk/posh-git/blob/develop/LICENSE.txt</licenseUrl>
30+
<licenseUrl>https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta1/LICENSE.txt</licenseUrl>
3131
<requireLicenseAcceptance>false</requireLicenseAcceptance>
3232
<dependencies>
3333
<dependency id="chocolatey" version="0.9.10" />

src/posh-git.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ PrivateData = @{
6565
Tags = @('git', 'prompt', 'tab', 'tab-completion', 'tab-expansion', 'tabexpansion')
6666

6767
# A URL to the license for this module.
68-
LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/develop/LICENSE.txt'
68+
LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta1/LICENSE.txt'
6969

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

7373
# ReleaseNotes of this module
74-
ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/develop/CHANGELOG.md'
74+
ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta1/CHANGELOG.md'
7575

7676
# OVERRIDE THIS FIELD FOR PUBLISHED RELEASES - LEAVE AT 'alpha' FOR CLONED/LOCAL REPO USAGE
77-
Prerelease = 'alpha'
77+
Prerelease = 'beta1'
7878
}
7979
}
8080

0 commit comments

Comments
 (0)