Skip to content

Commit 46afff5

Browse files
committed
Update version to 1.4.0
1 parent a1196d6 commit 46afff5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

BuildScripts/build.cake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ Task("TestNetFull")
135135
MSTest(System.IO.Path.Combine(folder, dllName), new MSTestSettings()
136136
{
137137
NoIsolation = false,
138-
WorkingDirectory = folder
138+
WorkingDirectory = folder,
139+
// Fix Cake problem
140+
ToolPath = @"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\MSTest.exe"
139141
});
140142
}
141143
});

src/Version.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<LocalBuildVersion>1.3.0</LocalBuildVersion>
4+
<LocalBuildVersion>1.4.0</LocalBuildVersion>
55
<LocalBuildRevision>0</LocalBuildRevision>
66
<NowYear>$([System.DateTime]::Now.Year.ToString())</NowYear>
77
</PropertyGroup>

0 commit comments

Comments
 (0)