Skip to content

Commit 4cdb915

Browse files
author
Jake Ginnivan
committed
Approved changes to classic version
1 parent c8cd383 commit 4cdb915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/AssemblyInfoBuilderTests.VerifyCreatedCode.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static class GitVersionInformation
3636
public static string AssemblySemVer = "1.2.3.0";
3737
public static string FullSemVer = "1.2.3-unstable.4+5.Branch.feature1.Sha.a682956dc1a2752aa24597a0f5cd939f93614509";
3838
public static string FullSemVerPadded = "1.2.3-unstable.0004+5.Branch.feature1.Sha.a682956dc1a2752aa24597a0f5cd939f93614509";
39-
public static string ClassicVersion = "1.2.35";
39+
public static string ClassicVersion = "1.2.3.5";
4040
public static string BranchName = "feature1";
4141
public static string Sha = "a682956dc1a2752aa24597a0f5cd939f93614509";
4242

Tests/JsonVersionBuilderTests.Json.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"AssemblySemVer":"1.2.3.0",
1313
"FullSemVer":"1.2.3-unstable.4+5.Branch.feature1.Sha.a682956dc1a2752aa24597a0f5cd939f93614509",
1414
"FullSemVerPadded":"1.2.3-unstable.0004+5.Branch.feature1.Sha.a682956dc1a2752aa24597a0f5cd939f93614509",
15-
"ClassicVersion":"1.2.35",
15+
"ClassicVersion":"1.2.3.5",
1616
"BranchName":"feature1",
1717
"Sha":"a682956dc1a2752aa24597a0f5cd939f93614509"
1818
}

0 commit comments

Comments
 (0)