Skip to content

Commit

Permalink
Reference git repos
Browse files Browse the repository at this point in the history
Conflicts:
	src/Paket.Bootstrapper/Properties/AssemblyInfo.cs
	src/Paket.Core/AssemblyInfo.fs
	src/Paket.PowerShell/AssemblyInfo.fs
	src/Paket/AssemblyInfo.fs
  • Loading branch information
forki committed Apr 12, 2016
1 parent fbeb488 commit d2c6fb9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Join the chat at https://gitter.im/fsprojects/Paket](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fsprojects/Paket?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Twitter](https://img.shields.io/badge/Twitter-PaketManager-blue.svg)](https://twitter.com/PaketManager)

A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
A dependency manager for .NET with support for NuGet packages and git repositories.

## Why Paket?

Expand All @@ -22,7 +22,7 @@ Even more importantly: If two packages reference conflicting versions of a packa
Paket on the other hand maintains this information on a consistent and stable basis within the [`paket.lock` file][7] in the solution root.
This file, together with the [`paket.dependencies` file][8] enables you to determine exactly what's happening with your dependencies.

Paket also enables you to [reference files directly from GitHub (and Gist)][9] repositories or any [http-resource][11].
Paket also enables you to [reference files directly from git][9] repositories or any [http-resource][11].

For more reasons see the [FAQ][10].

Expand Down Expand Up @@ -73,7 +73,7 @@ The default maintainer account for projects under "fsprojects" is [@fsprojectsgi
[6]: https://github.com/fsprojects/Paket/blob/master/LICENSE.txt
[7]: http://fsprojects.github.io/Paket/lock-file.html
[8]: http://fsprojects.github.io/Paket/dependencies-file.html
[9]: http://fsprojects.github.io/Paket/github-dependencies.html
[9]: http://fsprojects.github.io/Paket/git-dependencies.html
[10]: http://fsprojects.github.io/Paket/faq.html
[11]: http://fsprojects.github.io/Paket/http-dependencies.html
[badge-pr-stats]: http://www.issuestats.com/github/fsprojects/Paket/badge/pr
Expand Down
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ let project = "Paket"

// Short summary of the project
// (used as description in AssemblyInfo and as a short summary for NuGet package)
let summary = "A package dependency manager for .NET with support for NuGet packages and GitHub repositories."
let summary = "A dependency manager for .NET with support for NuGet packages and git repositories."

// Longer description of the project
// (used as a description for NuGet package; line breaks are automatically cleaned up)
let description = "A package dependency manager for .NET with support for NuGet packages and GitHub repositories."
let description = "A dependency manager for .NET with support for NuGet packages and git repositories."

// List of author names (for NuGet package)
let authors = [ "Paket team" ]
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/generate.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let githubLink = "http://github.com/fsprojects/Paket"
let info =
[ "project-name", "Paket"
"project-author", "Steffen Forkmann, Alexander Gross"
"project-summary", "A package dependency manager for .NET with support for NuGet packages and GitHub repositories."
"project-summary", "A dependency manager for .NET with support for NuGet packages and git repositories."
"project-github", githubLink
"project-nuget", "http://nuget.org/packages/Paket" ]

Expand Down
4 changes: 2 additions & 2 deletions nuget/paket.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type file
id Paket
description
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
A dependency manager for .NET with support for NuGet packages and git repositories.
version
0.30.0-alpha014
authors
Expand All @@ -11,7 +11,7 @@ releasenotes
New command: `paket push` - http://fsprojects.github.io/Paket/paket-push.html
BUGFIX: fix no_auto_restore option parsing - https://github.com/fsprojects/Paket/issues/632
summary
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
A dependency manager for .NET with support for NuGet packages and git repositories.
licenseurl http://fsprojects.github.io/Paket/license.html
projecturl http://fsprojects.github.com/Paket
iconurl https://raw.githubusercontent.com/fsprojects/Paket/master/docs/files/img/logo.png
Expand Down
2 changes: 1 addition & 1 deletion src/Paket.Bootstrapper/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ releasenotes
New command: `paket push` - http://fsprojects.github.io/Paket/paket-push.html
BUGFIX: fix no_auto_restore option parsing - https://github.com/fsprojects/Paket/issues/632
summary
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
A manager for .NET with support for NuGet packages and git repositories.
authors
Paket team
licenseurl http://fsprojects.github.io/Paket/license.html
Expand Down
2 changes: 1 addition & 1 deletion src/Paket.Core/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ releasenotes
New command: `paket push` - http://fsprojects.github.io/Paket/paket-push.html
BUGFIX: fix no_auto_restore option parsing - https://github.com/fsprojects/Paket/issues/632
summary
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
A dependency manager for .NET with support for NuGet packages and git repositories.
licenseurl http://fsprojects.github.io/Paket/license.html
projecturl http://fsprojects.github.com/Paket
iconurl https://raw.githubusercontent.com/fsprojects/Paket/master/docs/files/img/logo.png
Expand Down
4 changes: 2 additions & 2 deletions src/Paket.PowerShell/paket.template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
type file
id Paket.PowerShell
description
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
A dependency manager for .NET with support for NuGet packages and git repositories.
authors
Paket team
summary
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
A dependency manager for .NET with support for NuGet packages and git repositories.
licenseurl http://fsprojects.github.io/Paket/license.html
projecturl http://fsprojects.github.com/Paket
iconurl https://raw.githubusercontent.com/fsprojects/Paket/master/docs/files/img/logo.png
Expand Down

0 comments on commit d2c6fb9

Please sign in to comment.