Last active
July 11, 2020 02:51
-
-
Save marckassay/6fd3ff8464b66b6168378903434e0eeb to your computer and use it in GitHub Desktop.
(1 of 2) Shell output for: https://github.com/MicrosoftDocs/PowerShell-Docs/issues/5089
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
E:\> Get-PackageProvider | fl | |
Name : NuGet | |
ProviderName : NuGet | |
Features : {[supports-powershell-modules, System.Collections.Generic.List`1[System.String]], [file-extensions, System.Collections.Generic.List`1[System.String]], [uri-schemes, | |
System.Collections.Generic.List`1[System.String]], [magic-signatures, System.Collections.Generic.List`1[System.String]]} | |
Version : 3.0.0.1 | |
ProviderPath : C:\Users\marck\OneDrive\Documents\PowerShell\Modules\PackageManagement\1.4.5\coreclr\netstandard2.0\Microsoft.PackageManagement.NuGetProvider.dll | |
SupportedFileExtensions : {nupkg} | |
SupportedUriSchemes : {http, https, file} | |
DynamicOptions : {Destination, ExcludeVersion, Scope, SkipDependencies…} | |
FastPackageReference : | |
Source : | |
Status : | |
SearchKey : | |
FullPath : | |
PackageFilename : | |
FromTrustedSource : False | |
Summary : | |
SwidTags : {NuGet} | |
CanonicalId : | |
Metadata : {} | |
SwidTagText : <?xml version="1.0" encoding="utf-16" standalone="yes"?> | |
<SoftwareIdentity | |
version="3.0.0.1" | |
name="NuGet" xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" /> | |
Dependencies : {} | |
IsCorpus : | |
VersionScheme : | |
TagVersion : | |
TagId : | |
IsPatch : | |
IsSupplemental : | |
AppliesToMedia : | |
Meta : {} | |
Links : {} | |
Entities : {} | |
Payload : | |
Evidence : | |
Culture : | |
Attributes : {version,name} | |
Name : PowerShellGet | |
ProviderName : PowerShellGet | |
Features : {[supports-powershell-modules, System.Collections.Generic.List`1[System.String]]} | |
Version : 2.2.1.0 | |
ProviderPath : C:\Users\marck\OneDrive\Documents\PowerShell\Modules\PowerShellGet\2.2.1\PSModule.psm1 | |
SupportedFileExtensions : {} | |
SupportedUriSchemes : {} | |
DynamicOptions : {PackageManagementProvider, Type, Scope, AllowClobber…} | |
FastPackageReference : | |
Source : | |
Status : | |
SearchKey : | |
FullPath : | |
PackageFilename : | |
FromTrustedSource : False | |
Summary : | |
SwidTags : {PowerShellGet} | |
CanonicalId : | |
Metadata : {} | |
SwidTagText : <?xml version="1.0" encoding="utf-16" standalone="yes"?> | |
<SoftwareIdentity | |
version="2.2.1.0" | |
name="PowerShellGet" xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" /> | |
Dependencies : {} | |
IsCorpus : | |
VersionScheme : | |
TagVersion : | |
TagId : | |
IsPatch : | |
IsSupplemental : | |
AppliesToMedia : | |
Meta : {} | |
Links : {} | |
Entities : {} | |
Payload : | |
Evidence : | |
Culture : | |
Attributes : {version,name} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment