From 6ace8365b718c8dbadffe22e5ab22f18dbad84a3 Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Sun, 16 Aug 2020 16:39:49 +0200 Subject: [PATCH] Bumped version number to v1.5 * Packages Spark.Engine and Spark.Mongo bumped to version 1.5 * Spark.Web reference implementation bumped to version 1.5 * Spark reference implementation bumped to 14.11 --- src/Spark.Engine/Spark.Engine.csproj | 2 +- src/Spark.Mongo/Spark.Mongo.csproj | 2 +- src/Spark.Web/Spark.Web.csproj | 1 + src/Spark/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Spark.Engine/Spark.Engine.csproj b/src/Spark.Engine/Spark.Engine.csproj index 45941523b..8ad7251b5 100644 --- a/src/Spark.Engine/Spark.Engine.csproj +++ b/src/Spark.Engine/Spark.Engine.csproj @@ -3,7 +3,7 @@ netstandard2.0;net461 Spark.Engine.DSTU2 - 1.4.1 + 1.5.0 Copyright © Firely 2014, © Kufu 2018 Firely and Kufu Firely, Kufu and contributors diff --git a/src/Spark.Mongo/Spark.Mongo.csproj b/src/Spark.Mongo/Spark.Mongo.csproj index fe0ca3078..4c42bc923 100644 --- a/src/Spark.Mongo/Spark.Mongo.csproj +++ b/src/Spark.Mongo/Spark.Mongo.csproj @@ -3,7 +3,7 @@ netstandard2.0 Spark.Mongo.DSTU2 - 1.4.1 + 1.5.0 Copyright © Firely 2014, © Kufu 2018 Kufu Firely, Kufu and contributors diff --git a/src/Spark.Web/Spark.Web.csproj b/src/Spark.Web/Spark.Web.csproj index 82e976254..1d749a6dd 100644 --- a/src/Spark.Web/Spark.Web.csproj +++ b/src/Spark.Web/Spark.Web.csproj @@ -4,6 +4,7 @@ netcoreapp3.1 AspNetCoreModuleV2 a4d3c2a3-5edd-47d1-8407-62489d5568c5 + 1.5.0 diff --git a/src/Spark/Properties/AssemblyInfo.cs b/src/Spark/Properties/AssemblyInfo.cs index 7fba5f66c..3145d94d6 100644 --- a/src/Spark/Properties/AssemblyInfo.cs +++ b/src/Spark/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("14.10.0.0")] +[assembly: AssemblyVersion("14.11.0.0")]