Skip to content

Commit af579c9

Browse files
committed
Finalize bump to v1.0.0-beta3
1 parent afbfa98 commit af579c9

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# posh-git Release History
22

3-
## 1.0.0-beta3 - March 4, 2019
3+
## 1.0.0-beta3 - March 10, 2019
44

55
### Removed
66

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ branch names e.g.: `git pull or<tab> ma<tab>` tab completes to `git pull origin
4545

4646
#### Releases
4747

48+
- v1.0.0-beta3
49+
( [README][v1b3-readme][CHANGELOG][v1b3-change] )
4850
- v1.0.0-beta2
4951
( [README][v1b2-readme][CHANGELOG][v1b2-change] )
5052
- v1.0.0-beta1
@@ -432,7 +434,7 @@ function prompt {
432434
[choco-site]: https://chocolatey.org/packages/poshgit/
433435
[psgallery-img]: https://img.shields.io/powershellgallery/dt/posh-git.svg
434436
[psgallery-site]: https://www.powershellgallery.com/packages/posh-git
435-
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta2
437+
[psgallery-v1]: https://www.powershellgallery.com/packages/posh-git/1.0.0-beta3
436438
[w3c-colors]: https://www.w3schools.com/colors/colors_names.asp
437439

438440
[prompt-def-long]: https://github.com/dahlbyk/posh-git/wiki/images/PromptDefaultLong.png "~\GitHub\posh-git [master ≡ +0 ~1 -0 | +0 ~1 -0 !]> "
@@ -465,4 +467,7 @@ function prompt {
465467
[v1b2-change]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta2/CHANGELOG.md
466468
[v1b2-readme]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta2/README.md
467469

470+
[v1b3-change]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/CHANGELOG.md
471+
[v1b3-readme]: https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/README.md
472+
468473
[wiki-custom-prompt]: https://github.com/dahlbyk/posh-git/wiki/Customizing-Your-PowerShell-Prompt

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-beta2x</version>
6+
<version>1.0.0-beta3</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/master/LICENSE.txt</licenseUrl>
30+
<licenseUrl>https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/LICENSE.txt</licenseUrl>
3131
<requireLicenseAcceptance>false</requireLicenseAcceptance>
3232
<dependencies>
3333
<dependency id="chocolatey" version="0.9.10" />

src/posh-git.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ PrivateData = @{
6464
Tags = @('git', 'prompt', 'tab', 'tab-completion', 'tab-expansion', 'tabexpansion', 'PSEdition_Core')
6565

6666
# A URL to the license for this module.
67-
LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/master/LICENSE.txt'
67+
LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/LICENSE.txt'
6868

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

7272
# ReleaseNotes of this module
73-
ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/master/CHANGELOG.md'
73+
ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/v1.0.0-beta3/CHANGELOG.md'
7474

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

0 commit comments

Comments
 (0)