From c1929643d82f237bb10b3eb5824dc0c6f0108ac9 Mon Sep 17 00:00:00 2001 From: "Denis Kuzmin [ github.com/3F ]" Date: Fri, 4 Aug 2017 17:07:00 +0300 Subject: [PATCH] Fixed problem "Input string was not in a correct format" when used version with release type, e.g.: 1.2.3-alpha, 1.2.3-beta-2, 1.2.3-rc ... --- logic.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic.targets b/logic.targets index 49648dc..19555e5 100644 --- a/logic.targets +++ b/logic.targets @@ -295,7 +295,7 @@ _err.WriteLine("The format of `{0}` is not correct.", ID); return false; // throw new FormatException(); } - new Version(metadata[VER]); // check with System.Version + //new Version(metadata[VER]); // check with System.Version // Format package