Photon Fusion 1.1.11

Static Public Member Functions | Static Public Attributes | Properties | List of all members
Versioning Class Reference

The Versioning class provides methods and properties related to versioning. More...

Static Public Member Functions

static string AssemblyFileVersion ()
 Gets the assembly version as a string. More...
 
static Version ShortVersion (this Version version)
 Get the short version of the version. More...
 

Static Public Attributes

static readonly Version InvalidVersion = new Version(0, 0, 0)
 Represents an invalid version with all components set to zero. More...
 

Properties

static Version GetCurrentVersion [get]
 Gets the current version of the assembly. More...
 

Detailed Description

The Versioning class provides methods and properties related to versioning.

Member Function Documentation

◆ AssemblyFileVersion()

static string AssemblyFileVersion ( )
static

Gets the assembly version as a string.

Returns
The assembly version as a string.

◆ ShortVersion()

static Version ShortVersion ( this Version  version)
static

Get the short version of the version.

Parameters
versionThe version to get the short version of.

Member Data Documentation

◆ InvalidVersion

readonly Version InvalidVersion = new Version(0, 0, 0)
static

Represents an invalid version with all components set to zero.

Property Documentation

◆ GetCurrentVersion

Version GetCurrentVersion
staticget

Gets the current version of the assembly.