Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/5.0/PowershellGet/Register-PSRepository.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ myNuGetSource https://myget.c...

The first command registers https://www.myget.org/F/powershellgetdemo/ as a repository for the current user.
After myNuGetSource is registered, you can explicitly reference it when searching for, installing, and publishing modules.
Because the *PackageManamentProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet packkage provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.
Because the *PackageManagementProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet package provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.

The second command gets registered repositories and displays the results.

Expand Down
2 changes: 1 addition & 1 deletion reference/5.1/PowershellGet/Register-PSRepository.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ myNuGetSource https://myget.c...

The first command registers https://www.myget.org/F/powershellgetdemo/ as a repository for the current user.
After myNuGetSource is registered, you can explicitly reference it when searching for, installing, and publishing modules.
Because the *PackageManamentProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet packkage provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.
Because the *PackageManagementProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet package provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.

The second command gets registered repositories and displays the results.

Expand Down
2 changes: 1 addition & 1 deletion reference/6/PowerShellGet/Register-PSRepository.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ myNuGetSource https://myget.c...

The first command registers https://www.myget.org/F/powershellgetdemo/ as a repository for the current user.
After myNuGetSource is registered, you can explicitly reference it when searching for, installing, and publishing modules.
Because the *PackageManamentProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet packkage provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.
Because the *PackageManagementProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet package provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.

The second command gets registered repositories and displays the results.

Expand Down