-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get AssemblyVersion
Apostolis Bekiaris edited this page Apr 26, 2020
·
2 revisions
Returns the Assembly Version.
Get-AssemblyVersion [-Assembly] <FileInfo> [<CommonParameters>]
Get-AssemblyVersion -AssemblyDefinition <Object> [<CommonParameters>]
Returns the Assembly Version.
PS C:\> Get-AssemblyVersion .\Xpand.XAF.Modules.Reactive.dll
Major Minor Build Revision
----- ----- ----- --------
2 201 14 0
Get the version of the Reactive assembly.
{{ Fill Assembly Description }}
Type: FileInfo
Parameter Sets: File
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill AssemblyDefinition Description }}
Type: Object
Parameter Sets: Mono
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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.