File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/GitVersionCore.Tests/VersionConverters Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . IO ;
3
- using System . Xml . Linq ;
4
1
using GitVersion ;
5
2
using GitVersion . Extensions ;
6
3
using GitVersion . Logging ;
12
9
using NSubstitute ;
13
10
using NUnit . Framework ;
14
11
using Shouldly ;
12
+ using System ;
13
+ using System . IO ;
14
+ using System . Xml . Linq ;
15
15
16
16
namespace GitVersionCore . Tests
17
17
{
@@ -298,6 +298,7 @@ public void UpdateProjectFileAddsVersionToFile(string xml)
298
298
<AssemblyVersion>2.3.1.0</AssemblyVersion>
299
299
<FileVersion>2.3.1.0</FileVersion>
300
300
<InformationalVersion>2.3.1+3.Branch.foo.Sha.hash</InformationalVersion>
301
+ <Version>2.3.1</Version>
301
302
</PropertyGroup>
302
303
</Project>" ;
303
304
var transformedXml = fs . ReadAllText ( fileName ) ;
You can’t perform that action at this time.
0 commit comments