From 58faf96b21c25613d518af7a1c312ca239d69ba7 Mon Sep 17 00:00:00 2001 From: Stefan Seeland Date: Sun, 31 May 2020 20:42:22 +0200 Subject: [PATCH] Major version increased --- PdfAValidator/PdfAValidator.csproj | 1 + appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PdfAValidator/PdfAValidator.csproj b/PdfAValidator/PdfAValidator.csproj index cd5cdfc..913a540 100644 --- a/PdfAValidator/PdfAValidator.csproj +++ b/PdfAValidator/PdfAValidator.csproj @@ -1,5 +1,6 @@  + Api is now async netstandard2.0 true true diff --git a/appveyor.yml b/appveyor.yml index 2358ed2..a648387 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.{build} +version: 2.0.{build} image: - Visual Studio 2019 - Ubuntu