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 49d4bb8 commit b031d1fCopy full SHA for b031d1f
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>2.3.0</VersionPrefix>
+ <VersionPrefix>2.3.1</VersionPrefix>
5
<DebugType>portable</DebugType>
6
<LangVersion>preview</LangVersion>
7
<Nullable>enable</Nullable>
appveyor.yml
@@ -1,4 +1,4 @@
-version: 2.3.0-ci{build}
+version: 2.3.1-ci{build}
branches:
only:
- master
@@ -20,4 +20,4 @@ notifications:
20
- [email protected]
21
on_build_success: true
22
on_build_failure: true
23
- on_build_status_changed: true
+ on_build_status_changed: true
0 commit comments