// DO NOT MODIFY! Auto-generated from SomeVerInfo.cs.pp
/// Provides access to the current assembly information.
partial class SomeVerInfo
{
/// Full information version: {informationalversion}
public const string InformationalVersion = @"{informationalversion}";
/// File version: {fileversion}
public const string FileVersion = @"{fileversion}";
/// Commits on top of base version: 2
public const string Commits = @"{height}";
/// Major version: {major}
public const string Major = @"{major}";
/// Minor version: {minor}
public const string Minor = @"{minor}";
/// Patch version: {patch}
public const string Patch = @"{patch}";
/// Label: {dashlabel}
public const string Label = @"{dashlabel}";
/// ShortSha: {shortsha}
public const string ShortSha = @"{shortsha}";
}