diff options
author | Rob Mensching <rob@firegiant.com> | 2024-04-07 03:26:12 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-04-25 13:31:39 -0700 |
commit | 4983aeeb2da6e96bc8aad698752b3b962f58e585 (patch) | |
tree | 40a5eee15554c599086f12d0d426ba37060b050a /src/internal/SetBuildNumber/SomeVerInfo.cs.pp | |
parent | 973a1764223d7313beef03a66f6218905b07870b (diff) | |
download | wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.gz wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.bz2 wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.zip |
Move to ReleaseFlow and SomeVer
Diffstat (limited to 'src/internal/SetBuildNumber/SomeVerInfo.cs.pp')
-rw-r--r-- | src/internal/SetBuildNumber/SomeVerInfo.cs.pp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/internal/SetBuildNumber/SomeVerInfo.cs.pp b/src/internal/SetBuildNumber/SomeVerInfo.cs.pp new file mode 100644 index 00000000..3a468ef0 --- /dev/null +++ b/src/internal/SetBuildNumber/SomeVerInfo.cs.pp | |||
@@ -0,0 +1,29 @@ | |||
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 | } | ||