-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c58281
commit 036d8c3
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
Module Name: AnyPackage.DotNet.Tool | ||
Module Guid: 2f27ec2e-002e-4145-8fd1-8959884ec06b | ||
Download Help Link: https://go.anypackage.dev/help | ||
Help Version: 0.1.0.0 | ||
Locale: en-US | ||
nav_exclude: true | ||
search_exclude: true | ||
--- |
36 changes: 36 additions & 0 deletions
36
docs/provider-catalog/dotnet-tool/about_DotNet-Tool_Provider.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: .NET Tool | ||
parent: Provider Catalog | ||
--- | ||
|
||
# DotNet-Tool_Package_Provider | ||
|
||
## about_DotNet-Tool_Package_Provider | ||
|
||
## Short Description | ||
|
||
Provides access to .NET Tool package manager. | ||
|
||
## Long Description | ||
|
||
The Windows .NET Tool package provider for `AnyPackage` module lets you get .NET Tools from nuget.org | ||
|
||
The .NET Tool package provider supports the following cmdlets. | ||
|
||
* Find-Package | ||
* Get-Package | ||
* Install-Package | ||
* Update-Package | ||
* Uninstall-Package | ||
|
||
## Dynamic Parameters | ||
|
||
Dynamic parameters are cmdlet parameters that are added by a package | ||
provider and are available only when `-Provider '.NET Tool'` parameter is used. | ||
|
||
The .NET Tool provider currently has no dynamic parameters. | ||
|
||
## See Also | ||
|
||
* [about_Package_Providers](../../reference/about_Package_Providers.md) | ||
* [about_AnyPackage](../../reference/about_AnyPackage.md) |