Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.0-beta2 #577

Merged
merged 2 commits into from
May 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ You can also tab complete remote names and branch names e.g.: `git pull or<tab>

#### Releases

- v1.0.0-beta2
( [README][v1b2-readme] • [CHANGELOG][v1b2-change] )
- v1.0.0-beta1
( [README][v1b1-readme] • [CHANGELOG][v1b1-change] )

Expand Down Expand Up @@ -423,7 +425,7 @@ function prompt {
[choco-site]: https://chocolatey.org/packages/poshgit/
[psgallery-img]: https://img.shields.io/powershellgallery/dt/posh-git.svg
[psgallery-site]: https://www.powershellgallery.com/packages/posh-git
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta1
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta2
[w3c-colors]: https://www.w3schools.com/colors/colors_names.asp

[prompt-def-long]: https://github.com/dahlbyk/posh-git/wiki/images/PromptDefaultLong.png "~\GitHub\posh-git [master ≡ +0 ~1 -0 | +0 ~1 -0 !]> "
Expand Down Expand Up @@ -453,4 +455,7 @@ function prompt {
[v1b1-change]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta1/CHANGELOG.md
[v1b1-readme]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta1/README.md

[v1b2-change]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta2/CHANGELOG.md
[v1b2-readme]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta2/README.md

[wiki-custom-prompt]: https://github.com/dahlbyk/posh-git/wiki/Customizing-Your-PowerShell-Prompt
2 changes: 1 addition & 1 deletion chocolatey/poshgit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>poshgit</id>
<title>posh-git</title>
<version>1.0.0-beta1x</version>
<version>1.0.0-beta2x</version>
<authors>Keith Dahlby, Mark Embling, Jeremy Skinner, Keith Hill</authors>
<owners>Keith Dahlby</owners>
<description>### posh-git
Expand Down
2 changes: 1 addition & 1 deletion src/posh-git.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ PrivateData = @{
ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/master/CHANGELOG.md'

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

Expand Down