Skip to content

Commit

Permalink
Finalize bump to v1.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk committed Mar 10, 2019
1 parent afbfa98 commit af579c9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# posh-git Release History

## 1.0.0-beta3 - March 4, 2019
## 1.0.0-beta3 - March 10, 2019

### Removed

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ branch names e.g.: `git pull or<tab> ma<tab>` tab completes to `git pull origin

#### Releases

- v1.0.0-beta3
( [README][v1b3-readme][CHANGELOG][v1b3-change] )
- v1.0.0-beta2
( [README][v1b2-readme][CHANGELOG][v1b2-change] )
- v1.0.0-beta1
Expand Down Expand Up @@ -432,7 +434,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-beta2
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta3
[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 @@ -465,4 +467,7 @@ function prompt {
[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

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

[wiki-custom-prompt]: https://github.com/dahlbyk/posh-git/wiki/Customizing-Your-PowerShell-Prompt
4 changes: 2 additions & 2 deletions 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-beta2x</version>
<version>1.0.0-beta3</version>
<authors>Keith Dahlby, Mark Embling, Jeremy Skinner, Keith Hill</authors>
<owners>Keith Dahlby</owners>
<description>### posh-git
Expand All @@ -27,7 +27,7 @@ Note on performance: displaying file status in the git prompt for a very large r
<summary>Provides prompt with Git status summary information and tab completion for Git commands, parameters, remotes and branch names.</summary>
<tags>poshgit posh-git powershell git</tags>
<projectUrl>https://github.com/dahlbyk/posh-git</projectUrl>
<licenseUrl>https://github.com/dahlbyk/posh-git/blob/master/LICENSE.txt</licenseUrl>
<licenseUrl>https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="chocolatey" version="0.9.10" />
Expand Down
4 changes: 2 additions & 2 deletions src/posh-git.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ PrivateData = @{
Tags = @('git', 'prompt', 'tab', 'tab-completion', 'tab-expansion', 'tabexpansion', 'PSEdition_Core')

# A URL to the license for this module.
LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/master/LICENSE.txt'
LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/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/master/CHANGELOG.md'
ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/CHANGELOG.md'

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

0 comments on commit af579c9

Please sign in to comment.