Skip to content

Commit c10146f

Browse files
committed
bump version
1 parent 3704671 commit c10146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PropertyGroup>
1212
<RepoRootDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)"))</RepoRootDir>
1313
<NupkgsDir>$([System.IO.Path]::GetFullPath("$(RepoRootDir)/bin/nupkg"))</NupkgsDir>
14-
<Version Condition=" '$(Version)' == '' ">0.13.0$(VersionSuffix)</Version>
14+
<Version Condition=" '$(Version)' == '' ">0.20.0$(VersionSuffix)</Version>
1515
<MonoOrEmpty Condition=" '$(OS)' != 'Windows_NT' ">mono </MonoOrEmpty>
1616
</PropertyGroup>
1717

0 commit comments

Comments
 (0)