Skip to content

Commit 9c34bb9

Browse files
committed
Bump to v0.7.3.1 (Chocolatey only)
1 parent 56aabdf commit 9c34bb9

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
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>0.7.4-pre0</version>
6+
<version>0.7.3.1</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/v0/LICENSE.txt</licenseUrl>
30+
<licenseUrl>https://github.com/dahlbyk/posh-git/blob/v0.7.3.1/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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ModuleToProcess = 'posh-git.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '0.7.4.0'
7+
ModuleVersion = '0.7.3.1'
88

99
# ID used to uniquely identify this module
1010
GUID = '74c9fd30-734b-4c89-a8ae-7727ad21d1d5'
@@ -63,16 +63,13 @@ PrivateData = @{
6363
Tags = @('git', 'prompt', 'tab', 'tab-completion', 'tab-expansion', 'tabexpansion')
6464

6565
# A URL to the license for this module.
66-
LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/v0/LICENSE.txt'
66+
LicenseUri = 'https://github.com/dahlbyk/posh-git/blob/v0.7.3.1/LICENSE.txt'
6767

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

7171
# ReleaseNotes of this module
72-
ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/v0/CHANGELOG.md'
73-
74-
# TODO: REMOVE BEFORE RELEASE
75-
Prerelease = 'pre0'
72+
ReleaseNotes = 'https://github.com/dahlbyk/posh-git/blob/v0.7.3.1/CHANGELOG.md'
7673
}
7774

7875
}

0 commit comments

Comments
 (0)