The Versioning class provides methods and properties related to versioning.
More...
|
| static string | AssemblyFileVersion () |
| | Gets the assembly version as a string.
|
| static Version | ShortVersion (this Version version) |
| | Get the short version of the version.
|
|
|
static readonly Version | InvalidVersion = new Version(0, 0, 0) |
| | Represents an invalid version with all components set to zero.
|
|
|
static Version | GetCurrentVersion [get] |
| | Gets the current version of the assembly.
|
The Versioning class provides methods and properties related to versioning.
◆ 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
-
| version | The version to get the short version of. |