There was an error while loading. Please reload this page.
1 parent 029e8d0 commit 0f4913aCopy full SHA for 0f4913a
1 file changed
default.proj
@@ -2,7 +2,7 @@
2
<Project DefaultTargets="All" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
3
<PropertyGroup>
4
<!-- Increment the overall semantic version here. -->
5
- <Version>8.3.0</Version>
+ <Version>8.4.0</Version>
6
<Configuration Condition="'$(Configuration)'==''">Release</Configuration>
7
<ArtifactDirectory>$([System.IO.Path]::Combine($(MSBuildProjectDirectory),"artifacts"))</ArtifactDirectory>
8
<PackageDirectory>$([System.IO.Path]::Combine($(ArtifactDirectory),"packages"))</PackageDirectory>
0 commit comments