-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get XpandReleaseChange
Query all eXpandFramework releases.
Get-XpandReleaseChange [[-Label] <Object>] [[-SinceVersion] <String>] [[-UntilVersion] <String>]
[-ShowInBrowser] [<CommonParameters>]
Query all eXpandFramework releases. See also history.expandframework.com.
PS C:\> Get-XpandReleaseChange ExcelImporter,Modeldifference 18.1.4.2 19.1.201.0 -ShowInBrowser
Let's say for example we want to see what changed for the ExcelImporter and ModelDifference labels between 18.1.4.2 and 19.1.201.0 releases and we we want to display the results in a browser so we can navigate with hyperlinks which are not supported in the console
An array of Labels, the cmdlet provides autocomplete functionality for this parameter based on the labels of the eXpandFrameowrk.
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Display results in browser with hyperlinks.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The start release, the cmdlet provides autocomplete functionality for this parameter based on the releases of the eXpandFramework.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The end release, the cmdlet provides autocomplete functionality for this parameter based on the releases of the eXpandFramework.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
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.