Skip to content

Get DxNugets

apobekiaris edited this page Sep 4, 2020 · 8 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-DXNugets

SYNOPSIS

Lists all assemblies in a DevExpress Nuget package.

SYNTAX

Get-DXNugets [-version] <String> [<CommonParameters>]

DESCRIPTION

Lists all assemblies in a DevExpress Nuget package. The function uses the DevExpress.PackageContent repository.

EXAMPLES

Example 1

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

PARAMETERS

-version

A version filter

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally