From 83bc63d276750f32453c59447c9cf9096a93b9a0 Mon Sep 17 00:00:00 2001 From: Enrico Campidoglio Date: Thu, 21 Feb 2019 17:20:55 +0100 Subject: [PATCH] Increases the version to 2.0.0 Upgrading to .NET Core 2.1 is a breaking change, so we increase the major version. --- src/Linker/Linker.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Linker/Linker.csproj b/src/Linker/Linker.csproj index 745e1ff..be7e6b2 100755 --- a/src/Linker/Linker.csproj +++ b/src/Linker/Linker.csproj @@ -1,7 +1,7 @@ - 1.0.0 + 2.0.0