Skip to content

Commit 0f4913a

Browse files
committed
Increment semver to 8.4.0.
1 parent 029e8d0 commit 0f4913a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project DefaultTargets="All" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
33
<PropertyGroup>
44
<!-- Increment the overall semantic version here. -->
5-
<Version>8.3.0</Version>
5+
<Version>8.4.0</Version>
66
<Configuration Condition="'$(Configuration)'==''">Release</Configuration>
77
<ArtifactDirectory>$([System.IO.Path]::Combine($(MSBuildProjectDirectory),"artifacts"))</ArtifactDirectory>
88
<PackageDirectory>$([System.IO.Path]::Combine($(ArtifactDirectory),"packages"))</PackageDirectory>

0 commit comments

Comments
 (0)