Skip to content

Commit

Permalink
Update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harrison314 committed Aug 27, 2019
1 parent a1196d6 commit 46afff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion BuildScripts/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ Task("TestNetFull")
MSTest(System.IO.Path.Combine(folder, dllName), new MSTestSettings()
{
NoIsolation = false,
WorkingDirectory = folder
WorkingDirectory = folder,
// Fix Cake problem
ToolPath = @"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\MSTest.exe"
});
}
});
Expand Down
2 changes: 1 addition & 1 deletion src/Version.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<LocalBuildVersion>1.3.0</LocalBuildVersion>
<LocalBuildVersion>1.4.0</LocalBuildVersion>
<LocalBuildRevision>0</LocalBuildRevision>
<NowYear>$([System.DateTime]::Now.Year.ToString())</NowYear>
</PropertyGroup>
Expand Down

0 comments on commit 46afff5

Please sign in to comment.