Photon Fusion 2.1.1

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.
static Version ShortVersion (this Version version)
 Get the short version of the version.

Static Public Attributes

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

Properties

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

Detailed Description

The Versioning class provides methods and properties related to versioning.

Member Function Documentation

◆ AssemblyFileVersion()

string AssemblyFileVersion ( )
static

Gets the assembly version as a string.

Returns
The assembly version as a string.

◆ ShortVersion()

Version ShortVersion ( this Version version)
static

Get the short version of the version.

Parameters
versionThe version to get the short version of.