| 1 | // DO NOT MODIFY! Auto-generated from SomeVerInfo.cs.pp |
| 2 | |
| 3 | /// <summary>Provides access to the current assembly information.</summary> |
| 4 | partial class SomeVerInfo |
| 5 | { |
| 6 | /// <summary>Full information version: {informationalversion}</summary> |
| 7 | public const string InformationalVersion = @"{informationalversion}"; |
| 8 | |
| 9 | /// <summary>File version: {fileversion}</summary> |
| 10 | public const string FileVersion = @"{fileversion}"; |
| 11 | |
| 12 | /// <summary>Commits on top of base version: 2</summary> |
| 13 | public const string Commits = @"{height}"; |
| 14 | |
| 15 | /// <summary>Major version: {major}</summary> |
| 16 | public const string Major = @"{major}"; |
| 17 | |
| 18 | /// <summary>Minor version: {minor}</summary> |
| 19 | public const string Minor = @"{minor}"; |
| 20 | |
| 21 | /// <summary>Patch version: {patch}</summary> |
| 22 | public const string Patch = @"{patch}"; |
| 23 | |
| 24 | /// <summary>Label: {dashlabel}</summary> |
| 25 | public const string Label = @"{dashlabel}"; |
| 26 | |
| 27 | /// <summary>ShortSha: {shortsha}</summary> |
| 28 | public const string ShortSha = @"{shortsha}"; |
| 29 | } |