7 changed files with 132 additions and 41 deletions
Binary file not shown.
@ -1,48 +1,48 @@ |
|||||||
TOPIC |
TOPIC |
||||||
about_NuGet |
about_NuGet |
||||||
|
|
||||||
SHORT DESCRIPTION |
SHORT DESCRIPTION |
||||||
Provides information about NuGet Package Manager commands. |
Provides information about NuGet Package Manager commands. |
||||||
|
|
||||||
LONG DESCRIPTION |
LONG DESCRIPTION |
||||||
This topic describes the NuGet Package Manager commands. NuGet is an integrated package |
This topic describes the NuGet Package Manager commands. NuGet is an integrated package |
||||||
management tool for adding libraries and tools to .NET projects. |
management tool for adding libraries and tools to .NET projects. |
||||||
|
|
||||||
|
|
||||||
The following NuGet cmdlets are included. |
The following NuGet cmdlets are included. |
||||||
|
|
||||||
Cmdlet Description |
Cmdlet Description |
||||||
------------------ ---------------------------------------------- |
------------------ ---------------------------------------------- |
||||||
Get-Package Gets the set of packages available from the package source. |
Get-Package Gets the set of packages available from the package source. |
||||||
|
|
||||||
Install-Package Installs a package and its dependencies into the project. |
Install-Package Installs a package and its dependencies into the project. |
||||||
|
|
||||||
Uninstall-Package Uninstalls a package. If other packages depend on this package, |
Uninstall-Package Uninstalls a package. If other packages depend on this package, |
||||||
the command will fail unless the –Force option is specified. |
the command will fail unless the –Force option is specified. |
||||||
|
|
||||||
Update-Package Updates a package and its dependencies to a newer version. |
Update-Package Updates a package and its dependencies to a newer version. |
||||||
|
|
||||||
New-Package Creates a new package when supplied with a Nuspec package specification file. |
New-Package Creates a new package when supplied with a Nuspec package specification file. |
||||||
|
|
||||||
Add-BindingRedirect Examines all assemblies within the output path for a project and adds binding |
Add-BindingRedirect Examines all assemblies within the output path for a project and adds binding |
||||||
redirects to the application (or web) configuration file where necessary. |
redirects to the application (or web) configuration file where necessary. |
||||||
|
|
||||||
Get-Project Returns a reference to the DTE (Development Tools Environment) for the specified project. |
Get-Project Returns a reference to the DTE (Development Tools Environment) for the specified project. |
||||||
If none is specifed, returns the default project selected in the Package Manager Console. |
If none is specifed, returns the default project selected in the Package Manager Console. |
||||||
|
|
||||||
Open-PackagePage Open the browser pointing to ProjectUrl, LicenseUrl or ReportAbuseUrl of the |
Open-PackagePage Open the browser pointing to ProjectUrl, LicenseUrl or ReportAbuseUrl of the |
||||||
specified package. |
specified package. |
||||||
|
|
||||||
Register-TabExpansion Registers a tab expansion for the parameters of a command. |
Register-TabExpansion Registers a tab expansion for the parameters of a command. |
||||||
|
|
||||||
SEE ALSO |
SEE ALSO |
||||||
Online documentation: http://go.microsoft.com/fwlink/?LinkID=206619 |
Online documentation: http://go.microsoft.com/fwlink/?LinkID=206619 |
||||||
Get-Package |
Get-Package |
||||||
Install-Package |
Install-Package |
||||||
Uninstall-Package |
Uninstall-Package |
||||||
Update-Package |
Update-Package |
||||||
New-Package |
New-Package |
||||||
Add-BindingRedirect |
Add-BindingRedirect |
||||||
Get-Project |
Get-Project |
||||||
Open-PackagePage |
Open-PackagePage |
||||||
Register-TabExpansion |
Register-TabExpansion |
||||||
|
|||||||
Loading…
Reference in new issue