-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get DxNugets
apobekiaris edited this page Sep 4, 2020
·
8 revisions
Lists all assemblies in a DevExpress Nuget package.
Get-DXNugets [-version] <String> [<CommonParameters>]
Lists all assemblies in a DevExpress Nuget package. The function uses the DevExpress.PackageContent repository.
PS C:\> Get-DxNugets 18.2.4|Where{$_.Assembly -like "*xpo*"}
Package Version Assembly
------- ------- --------
DevExpress.ExpressApp.Security.Xpo.ja 18.2.5 DevExpress.ExpressApp.Security.Xpo.v18.2.resources
DevExpress.ExpressApp.Security.Xpo.ru 18.2.5 DevExpress.ExpressApp.Security.Xpo.v18.2.resources
DevExpress.ExpressApp.Security.Xpo 18.2.5 DevExpress.ExpressApp.Security.Xpo.v18.2
DevExpress.ExpressApp.Security.Xpo.de 18.2.5 DevExpress.ExpressApp.Security.Xpo.v18.2.resources
DevExpress.ExpressApp.Xpo 18.2.5 DevExpress.ExpressApp.Xpo.v18.2
DevExpress.RichEdit.Export 18.2.5 DevExpress.RichEdit.v18.2.Export
Get details of the xpo DevExpress Nugets for 18.2.4
A version filter
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.