Skip to content

Commit 0678efa

Browse files
authored
Merge pull request #1249 from bording/assemblyInfo
Clean up AssemblyInfo file updating
2 parents 70196e8 + 227d720 commit 0678efa

File tree

84 files changed

+777
-2107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+777
-2107
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// GitVersion
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
[global::System.Runtime.CompilerServices.CompilerGenerated]
12+
static class GitVersionInformation
13+
{
14+
public static string Major = "1";
15+
public static string Minor = "2";
16+
public static string Patch = "3";
17+
public static string PreReleaseTag = "unstable.4";
18+
public static string PreReleaseTagWithDash = "-unstable.4";
19+
public static string PreReleaseLabel = "unstable";
20+
public static string PreReleaseNumber = "4";
21+
public static string BuildMetaData = "5";
22+
public static string BuildMetaDataPadded = "0005";
23+
public static string FullBuildMetaData = "5.Branch.feature1.Sha.commitSha";
24+
public static string MajorMinorPatch = "1.2.3";
25+
public static string SemVer = "1.2.3-unstable.4";
26+
public static string LegacySemVer = "1.2.3-unstable4";
27+
public static string LegacySemVerPadded = "1.2.3-unstable0004";
28+
public static string AssemblySemVer = "1.2.3.0";
29+
public static string AssemblySemFileVer = "1.2.3.0";
30+
public static string FullSemVer = "1.2.3-unstable.4+5";
31+
public static string InformationalVersion = "1.2.3-unstable.4+5.Branch.feature1.Sha.commitSha";
32+
public static string BranchName = "feature1";
33+
public static string Sha = "commitSha";
34+
public static string NuGetVersionV2 = "1.2.3-unstable0004";
35+
public static string NuGetVersion = "1.2.3-unstable0004";
36+
public static string NuGetPreReleaseTagV2 = "unstable0004";
37+
public static string NuGetPreReleaseTag = "unstable0004";
38+
public static string CommitsSinceVersionSource = "5";
39+
public static string CommitsSinceVersionSourcePadded = "0005";
40+
public static string CommitDate = "2014-03-06";
41+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// You can modify this code as we will not overwrite it when re-executing GitVersion
66
// </auto-generated>
77
//------------------------------------------------------------------------------
8+
namespace GitVersionAssemblyInfoFile
89

910
open System.Reflection
1011

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// You can modify this code as we will not overwrite it when re-executing GitVersion
66
// </auto-generated>
77
//------------------------------------------------------------------------------
8+
namespace GitVersionAssemblyInfoFile
89

910
open System.Reflection
1011

0 commit comments

Comments
 (0)