TriEngine  v0.0.16
General-purpose engine in C#/OpenGL
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
TriDevs.TriEngine.Version Class Reference

Version class specifiying the version of this project. More...

Public Attributes

const int Major = 0
 Major version of the project. More...
 
const int Minor = 0
 Minor version of the project. More...
 
const int Patch = 16
 Patch version of the project. More...
 
const string Suffix = ""
 Optional suffix, empty if no suffix for this version. More...
 
const string VersionStringFormat = "{0}.{1}.{2}"
 The format string used when formatting major, minor and patch version to their string representation. More...
 
const string VersionStringFormatWithSuffix = VersionStringFormat + "-{3}"
 The format string used when formatting major, minor and patch version to their string representation (with suffix). More...
 

Properties

static string VersionString [get]
 String representation of the current project version. More...
 

Detailed Description

Version class specifiying the version of this project.

Member Data Documentation

const int TriDevs.TriEngine.Version.Major = 0

Major version of the project.

const int TriDevs.TriEngine.Version.Minor = 0

Minor version of the project.

const int TriDevs.TriEngine.Version.Patch = 16

Patch version of the project.

const string TriDevs.TriEngine.Version.Suffix = ""

Optional suffix, empty if no suffix for this version.

Example values could be "beta" and "alpha".

const string TriDevs.TriEngine.Version.VersionStringFormat = "{0}.{1}.{2}"

The format string used when formatting major, minor and patch version to their string representation.

const string TriDevs.TriEngine.Version.VersionStringFormatWithSuffix = VersionStringFormat + "-{3}"

The format string used when formatting major, minor and patch version to their string representation (with suffix).

Property Documentation

string TriDevs.TriEngine.Version.VersionString
staticget

String representation of the current project version.


The documentation for this class was generated from the following file: