Skip to content

Commit

Permalink
Update nuspec authors/description
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk authored Feb 11, 2017
1 parent ed9a7a1 commit 4884150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chocolatey/poshgit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>poshgit</id>
<title>posh-git</title>
<version>0.7.0-pre5</version>

This comment has been minimized.

Copy link
@rkeithhill

rkeithhill Feb 11, 2017

Collaborator

Don't forget to remove the -pre5.

This comment has been minimized.

Copy link
@dahlbyk

dahlbyk Feb 11, 2017

Author Owner

Already queued up in #400!

<authors>Keith Dahlby, Mark Embling, Jeremy Skinner</authors>
<authors>Keith Dahlby, Mark Embling, Jeremy Skinner, Keith Hill</authors>
<owners>Keith Dahlby</owners>
<description>### posh-git
A set of PowerShell scripts which provide Git/PowerShell integration
Expand All @@ -24,7 +24,7 @@ See profile.example.ps1 as to how you can integrate the tab completion and/or gi

Note on performance: displaying file status in the git prompt for a very large repo can be prohibitively slow. Rather than turn off file status entirely, you can disable it on a repo-by-repo basis by adding individual repository paths to `$GitPromptSettings.RepositoriesInWhichToDisableFileStatus`.
</description>
<summary>PoshGit - A PowerShell environment for Git</summary>
<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>
Expand Down

0 comments on commit 4884150

Please sign in to comment.