summaryrefslogtreecommitdiff
path: root/src/internal/SetBuildNumber/SomeVerInfo.cs.pp
blob: 3a468ef005586d8c09bf4c6aa55534f86a116aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// DO NOT MODIFY! Auto-generated from SomeVerInfo.cs.pp

/// <summary>Provides access to the current assembly information.</summary>
partial class SomeVerInfo
{
  /// <summary>Full information version: {informationalversion}</summary>
  public const string InformationalVersion = @"{informationalversion}";

  /// <summary>File version: {fileversion}</summary>
  public const string FileVersion = @"{fileversion}";

  /// <summary>Commits on top of base version: 2</summary>
  public const string Commits = @"{height}";

  /// <summary>Major version: {major}</summary>
  public const string Major = @"{major}";

  /// <summary>Minor version: {minor}</summary>
  public const string Minor = @"{minor}";

  /// <summary>Patch version: {patch}</summary>
  public const string Patch = @"{patch}";

  /// <summary>Label: {dashlabel}</summary>
  public const string Label = @"{dashlabel}";

  /// <summary>ShortSha: {shortsha}</summary>
  public const string ShortSha = @"{shortsha}";
}