Skip to content

Commit b031d1f

Browse files
committed
Version 2.3.1
1 parent 49d4bb8 commit b031d1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>2.3.0</VersionPrefix>
4+
<VersionPrefix>2.3.1</VersionPrefix>
55
<DebugType>portable</DebugType>
66
<LangVersion>preview</LangVersion>
77
<Nullable>enable</Nullable>

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.3.0-ci{build}
1+
version: 2.3.1-ci{build}
22
branches:
33
only:
44
- master
@@ -20,4 +20,4 @@ notifications:
2020
2121
on_build_success: true
2222
on_build_failure: true
23-
on_build_status_changed: true
23+
on_build_status_changed: true

0 commit comments

Comments
 (0)