Skip to content

Commit d7e85f8

Browse files
committed
Update ProjectFileUpdaterTests
1 parent e8f7879 commit d7e85f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/GitVersionCore.Tests/VersionConverters/ProjectFileUpdaterTests.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
using System.IO;
3-
using System.Xml.Linq;
41
using GitVersion;
52
using GitVersion.Extensions;
63
using GitVersion.Logging;
@@ -12,6 +9,9 @@
129
using NSubstitute;
1310
using NUnit.Framework;
1411
using Shouldly;
12+
using System;
13+
using System.IO;
14+
using System.Xml.Linq;
1515

1616
namespace GitVersionCore.Tests
1717
{
@@ -298,6 +298,7 @@ public void UpdateProjectFileAddsVersionToFile(string xml)
298298
<AssemblyVersion>2.3.1.0</AssemblyVersion>
299299
<FileVersion>2.3.1.0</FileVersion>
300300
<InformationalVersion>2.3.1+3.Branch.foo.Sha.hash</InformationalVersion>
301+
<Version>2.3.1</Version>
301302
</PropertyGroup>
302303
</Project>";
303304
var transformedXml = fs.ReadAllText(fileName);

0 commit comments

Comments
 (0)