Skip to content

Get AssemblyVersion

Apostolis Bekiaris edited this page Apr 26, 2020 · 2 revisions

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

Get-AssemblyVersion

SYNOPSIS

Returns the Assembly Version.

SYNTAX

File (Default)

Get-AssemblyVersion [-Assembly] <FileInfo> [<CommonParameters>]

Mono

Get-AssemblyVersion -AssemblyDefinition <Object> [<CommonParameters>]

DESCRIPTION

Returns the Assembly Version.

EXAMPLES

Example 1

PS C:\> Get-AssemblyVersion .\Xpand.XAF.Modules.Reactive.dll

Major  Minor  Build  Revision
-----  -----  -----  --------
2      201    14     0

Get the version of the Reactive assembly.

PARAMETERS

-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

-AssemblyDefinition

{{ 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

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

System.IO.FileInfo

System.Object

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