-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get XpandPackages
apobekiaris edited this page Jun 15, 2020
·
6 revisions
Lists all Xpand Nuget package (Release/Lab)
Get-XpandPackages [-Source] <Object> [[-PackageType] <Object>] [<CommonParameters>]
Lists all Xpand Nuget package (Release/Lab)
PS C:\> Get-XpandPackages -Source Release -PackageType XAF
Id Version
-- -------
Xpand.XAF.Modules.AutoCommit 1.0.6
Xpand.XAF.Modules.CloneMemberValue 1.2.54
Xpand.XAF.Modules.CloneModelView 1.0.5
Xpand.XAF.Modules.GridListEditor 0.0.8
Xpand.XAF.Modules.HideToolBar 1.0.5
Xpand.XAF.Modules.MasterDetail 1.0.5
Xpand.XAF.Modules.ModelMapper 1.1.48
Xpand.XAF.Modules.ModelViewInheritance 1.1.45
Xpand.XAF.Modules.OneView 0.0.8
Lists all standalone Xpand packages published on Nuget.org
{{ Fill PackageType Description }}
Type: Object
Parameter Sets: (All)
Aliases:
Accepted values: All, eXpand, XAFModules, XAFAll, XAFExtensions
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Source Description }}
Type: Object
Parameter Sets: (All)
Aliases:
Accepted values: Release, Lab, All
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.