From b031d1f17eb0b84e8f9ba77811863bb68953707f Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Sun, 12 Apr 2020 15:30:58 +1000 Subject: [PATCH] Version 2.3.1 --- Directory.Build.props | 2 +- appveyor.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 027d3ccd4..27a3eb384 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.3.0 + 2.3.1 portable preview enable diff --git a/appveyor.yml b/appveyor.yml index 9265518b4..374f33576 100644 --- a/appveyor.yml +++ b/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: - appveyor@drewnoakes.com on_build_success: true on_build_failure: true - on_build_status_changed: true \ No newline at end of file + on_build_status_changed: true