We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3704671 commit c10146fCopy full SHA for c10146f
Directory.Build.props
@@ -11,7 +11,7 @@
11
<PropertyGroup>
12
<RepoRootDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)"))</RepoRootDir>
13
<NupkgsDir>$([System.IO.Path]::GetFullPath("$(RepoRootDir)/bin/nupkg"))</NupkgsDir>
14
- <Version Condition=" '$(Version)' == '' ">0.13.0$(VersionSuffix)</Version>
+ <Version Condition=" '$(Version)' == '' ">0.20.0$(VersionSuffix)</Version>
15
<MonoOrEmpty Condition=" '$(OS)' != 'Windows_NT' ">mono </MonoOrEmpty>
16
</PropertyGroup>
17
0 commit comments