C# Class Orchestra.VersionHelper

Mostra file Open project: WildGums/Orchestra

Public Methods

Method Description
GetCurrentVersion ( Assembly assembly = null ) : string

Gets the current version of the specified assembly.

Method Details

GetCurrentVersion() public static method

Gets the current version of the specified assembly.
public static GetCurrentVersion ( Assembly assembly = null ) : string
assembly System.Reflection.Assembly The assembly. If null, will be used.
return string