-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1249 from bording/assemblyInfo
Clean up AssemblyInfo file updating
- Loading branch information
Showing
84 changed files
with
777 additions
and
2,107 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
41 changes: 41 additions & 0 deletions
41
...nCore.Tests/Approved/cs/GitVersionInformationGeneratorTests.ShouldCreateFile.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated by a tool. | ||
// GitVersion | ||
// | ||
// Changes to this file may cause incorrect behavior and will be lost if | ||
// the code is regenerated. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
[global::System.Runtime.CompilerServices.CompilerGenerated] | ||
static class GitVersionInformation | ||
{ | ||
public static string Major = "1"; | ||
public static string Minor = "2"; | ||
public static string Patch = "3"; | ||
public static string PreReleaseTag = "unstable.4"; | ||
public static string PreReleaseTagWithDash = "-unstable.4"; | ||
public static string PreReleaseLabel = "unstable"; | ||
public static string PreReleaseNumber = "4"; | ||
public static string BuildMetaData = "5"; | ||
public static string BuildMetaDataPadded = "0005"; | ||
public static string FullBuildMetaData = "5.Branch.feature1.Sha.commitSha"; | ||
public static string MajorMinorPatch = "1.2.3"; | ||
public static string SemVer = "1.2.3-unstable.4"; | ||
public static string LegacySemVer = "1.2.3-unstable4"; | ||
public static string LegacySemVerPadded = "1.2.3-unstable0004"; | ||
public static string AssemblySemVer = "1.2.3.0"; | ||
public static string AssemblySemFileVer = "1.2.3.0"; | ||
public static string FullSemVer = "1.2.3-unstable.4+5"; | ||
public static string InformationalVersion = "1.2.3-unstable.4+5.Branch.feature1.Sha.commitSha"; | ||
public static string BranchName = "feature1"; | ||
public static string Sha = "commitSha"; | ||
public static string NuGetVersionV2 = "1.2.3-unstable0004"; | ||
public static string NuGetVersion = "1.2.3-unstable0004"; | ||
public static string NuGetPreReleaseTagV2 = "unstable0004"; | ||
public static string NuGetPreReleaseTag = "unstable0004"; | ||
public static string CommitsSinceVersionSource = "5"; | ||
public static string CommitsSinceVersionSourcePadded = "0005"; | ||
public static string CommitDate = "2014-03-06"; | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
40 changes: 40 additions & 0 deletions
40
...nCore.Tests/Approved/fs/GitVersionInformationGeneratorTests.ShouldCreateFile.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated by a tool. | ||
// GitVersion | ||
// | ||
// Changes to this file may cause incorrect behavior and will be lost if | ||
// the code is regenerated. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
[<AbstractClass; Sealed>] | ||
[<global.System.Runtime.CompilerServices.CompilerGenerated>] | ||
module GitVersionInformation | ||
let Major = "1" | ||
let Minor = "2" | ||
let Patch = "3" | ||
let PreReleaseTag = "unstable.4" | ||
let PreReleaseTagWithDash = "-unstable.4" | ||
let PreReleaseLabel = "unstable" | ||
let PreReleaseNumber = "4" | ||
let BuildMetaData = "5" | ||
let BuildMetaDataPadded = "0005" | ||
let FullBuildMetaData = "5.Branch.feature1.Sha.commitSha" | ||
let MajorMinorPatch = "1.2.3" | ||
let SemVer = "1.2.3-unstable.4" | ||
let LegacySemVer = "1.2.3-unstable4" | ||
let LegacySemVerPadded = "1.2.3-unstable0004" | ||
let AssemblySemVer = "1.2.3.0" | ||
let AssemblySemFileVer = "1.2.3.0" | ||
let FullSemVer = "1.2.3-unstable.4+5" | ||
let InformationalVersion = "1.2.3-unstable.4+5.Branch.feature1.Sha.commitSha" | ||
let BranchName = "feature1" | ||
let Sha = "commitSha" | ||
let NuGetVersionV2 = "1.2.3-unstable0004" | ||
let NuGetVersion = "1.2.3-unstable0004" | ||
let NuGetPreReleaseTagV2 = "unstable0004" | ||
let NuGetPreReleaseTag = "unstable0004" | ||
let CommitsSinceVersionSource = "5" | ||
let CommitsSinceVersionSourcePadded = "0005" | ||
let CommitDate = "2014-03-06" |
2 changes: 1 addition & 1 deletion
2
...nUpdatingAssemblyVersionFile.approved.txt → ...nUpdatingAssemblyVersionFile.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<Assembly: AssemblyVersion("2.3.1.0")> | ||
<Assembly: AssemblyFileVersion("2.3.1.0")> | ||
<assembly: AssemblyInformationalVersion("2.3.1+3.Branch.foo.Sha.hash")> | ||
<Assembly: AssemblyInformationalVersion("2.3.1+3.Branch.foo.Sha.hash")> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...lyInformationalVersionWhenUpdatingAssemblyVersionFileWhenVersionSchemeIsNone.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<Assembly: AssemblyFileVersion("2.3.1.0")> | ||
<Assembly: AssemblyInformationalVersion("2.3.1+3.Branch.foo.Sha.hash")> |
2 changes: 2 additions & 0 deletions
2
...yInfoFileUpdaterTests.ShouldNotReplaceAssemblyVersionWhenVersionSchemeIsNone.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<Assembly: AssemblyFileVersion("2.3.1.0")> | ||
<Assembly: AssemblyInformationalVersion("2.3.1+3.Branch.foo.Sha.hash")> |
42 changes: 42 additions & 0 deletions
42
...nCore.Tests/Approved/vb/GitVersionInformationGeneratorTests.ShouldCreateFile.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
'------------------------------------------------------------------------------ | ||
' <auto-generated> | ||
' This code was generated by a tool. | ||
' GitVersion | ||
' | ||
' Changes to this file may cause incorrect behavior and will be lost if | ||
' the code is regenerated. | ||
' </auto-generated> | ||
'------------------------------------------------------------------------------ | ||
|
||
<Global.System.Runtime.CompilerServices.CompilerGenerated()> | ||
NotInheritable Class GitVersionInformation | ||
Private Sub New() | ||
End Sub | ||
Public Shared Major As String = "1" | ||
Public Shared Minor As String = "2" | ||
Public Shared Patch As String = "3" | ||
Public Shared PreReleaseTag As String = "unstable.4" | ||
Public Shared PreReleaseTagWithDash As String = "-unstable.4" | ||
Public Shared PreReleaseLabel As String = "unstable" | ||
Public Shared PreReleaseNumber As String = "4" | ||
Public Shared BuildMetaData As String = "5" | ||
Public Shared BuildMetaDataPadded As String = "0005" | ||
Public Shared FullBuildMetaData As String = "5.Branch.feature1.Sha.commitSha" | ||
Public Shared MajorMinorPatch As String = "1.2.3" | ||
Public Shared SemVer As String = "1.2.3-unstable.4" | ||
Public Shared LegacySemVer As String = "1.2.3-unstable4" | ||
Public Shared LegacySemVerPadded As String = "1.2.3-unstable0004" | ||
Public Shared AssemblySemVer As String = "1.2.3.0" | ||
Public Shared AssemblySemFileVer As String = "1.2.3.0" | ||
Public Shared FullSemVer As String = "1.2.3-unstable.4+5" | ||
Public Shared InformationalVersion As String = "1.2.3-unstable.4+5.Branch.feature1.Sha.commitSha" | ||
Public Shared BranchName As String = "feature1" | ||
Public Shared Sha As String = "commitSha" | ||
Public Shared NuGetVersionV2 As String = "1.2.3-unstable0004" | ||
Public Shared NuGetVersion As String = "1.2.3-unstable0004" | ||
Public Shared NuGetPreReleaseTagV2 As String = "unstable0004" | ||
Public Shared NuGetPreReleaseTag As String = "unstable0004" | ||
Public Shared CommitsSinceVersionSource As String = "5" | ||
Public Shared CommitsSinceVersionSourcePadded As String = "0005" | ||
Public Shared CommitDate As String = "2014-03-06" | ||
End Class |
Oops, something went wrong.