Skip to content

Commit d9ca134

Browse files
committed
Updated remaining approved.txt test files and added them to the project.
Issue #709
1 parent 32ed8f6 commit d9ca134

6 files changed

+10
-5
lines changed

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinorPatchTag_NugetAssemblyInfo.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using System.Reflection;
1818
namespace Fake
1919
{
2020

21-
[System.Runtime.CompilerServices.CompilerGenerated]
21+
[global::System.Runtime.CompilerServices.CompilerGenerated]
2222
static class GitVersionInformation
2323
{
2424
public static string Major = "2";

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinorPatch_NugetAssemblyInfo.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using System.Reflection;
1818
namespace Fake
1919
{
2020

21-
[System.Runtime.CompilerServices.CompilerGenerated]
21+
[global::System.Runtime.CompilerServices.CompilerGenerated]
2222
static class GitVersionInformation
2323
{
2424
public static string Major = "2";

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinor_NugetAssemblyInfo.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using System.Reflection;
1818
namespace Fake
1919
{
2020

21-
[System.Runtime.CompilerServices.CompilerGenerated]
21+
[global::System.Runtime.CompilerServices.CompilerGenerated]
2222
static class GitVersionInformation
2323
{
2424
public static string Major = "2";

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinor_NugetAssemblyInfoWithMultipleVariables.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using System.Reflection;
1818
namespace Fake
1919
{
2020

21-
[System.Runtime.CompilerServices.CompilerGenerated]
21+
[global::System.Runtime.CompilerServices.CompilerGenerated]
2222
static class GitVersionInformation
2323
{
2424
public static string Major = "2";

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyAssemblyVersion_Major_NugetAssemblyInfo.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using System.Reflection;
1818
namespace Fake
1919
{
2020

21-
[System.Runtime.CompilerServices.CompilerGenerated]
21+
[global::System.Runtime.CompilerServices.CompilerGenerated]
2222
static class GitVersionInformation
2323
{
2424
public static string Major = "2";

src/GitVersionTask.Tests/GitVersionTask.Tests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@
143143
<Content Include="AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinor.approved.txt" />
144144
<Content Include="AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinorPatch.approved.txt" />
145145
<Content Include="AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinorPatchTag.approved.txt" />
146+
<Content Include="AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinorPatchTag_NugetAssemblyInfo.approved.txt" />
147+
<Content Include="AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinorPatch_NugetAssemblyInfo.approved.txt" />
148+
<Content Include="AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinor_NugetAssemblyInfo.approved.txt" />
149+
<Content Include="AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinor_NugetAssemblyInfoWithMultipleVariables.approved.txt" />
150+
<Content Include="AssemblyInfoBuilderTests.VerifyAssemblyVersion_Major_NugetAssemblyInfo.approved.txt" />
146151
<Content Include="AssemblyInfoBuilderTests.VerifyCreatedCode_NoNamespaceConflict.approved.txt" />
147152
<Content Include="AssemblyInfoBuilderTests.VerifyCreatedCode.approved.txt" />
148153
<Content Include="FodyWeavers.xml" />

0 commit comments

Comments
 (0)