-
-
Notifications
You must be signed in to change notification settings - Fork 7
Find XpandPackage
Apostolis Bekiaris edited this page Apr 22, 2020
·
7 revisions
Find eXpandFrameoWork only packages.
Find-XpandPackage [-Filter] <String> [[-PackageSource] <String>] [<CommonParameters>]
Allows you to search for eXpandFrameWork packages in a given source and list all their versions.
See also Efficient package management and Find-XpandNugetPackage
PS C:\> Find-XpandPackage Xpand.XAF* Lab
Id Version
-- -------
Xpand.XAF.Modules.AutoCommit 0.0.26
Xpand.XAF.Modules.CloneMemberValue 1.2.25
Xpand.XAF.Modules.CloneModelView 0.0.12
Xpand.XAF.Modules.MasterDetail 0.0.26
Xpand.XAF.Modules.ModelViewInheritance 1.1.20
Xpand.XAF.Modules.Reactive 1.2.25
Xpand.XAF.Modules.SuppressConfirmation 0.0.26
Xpand.XAF.Modules.SupressConfirmation 0.0.3
Xpand.XAF.Modules.ViewEditMode 1.2.25
Lists all standalone packages in the lab.
Package filter with wildCards.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Allows you to choose a package source.
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: All, Release, Lab
Required: False
Position: 1
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.