From acc530a92b02a7637fb87da2ea18b1db885669d9 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Fri, 10 Feb 2017 21:09:38 +0100 Subject: [PATCH] update version to 4.3.1 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 24501408..ad0471c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.2.0.{build} +version: 4.3.0.{build} clone_folder: c:\projects\nlogweb configuration: Release platform: Any CPU @@ -19,7 +19,7 @@ build: build_script: - cmd: >- - call build_aspnet.bat -nuget_version=4.3.0 + call build_aspnet.bat -nuget_version=4.3.1 call build_aspnetcore.bat