From 613f79136cb89654ee530181333e72a4476ac556 Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Mon, 17 Aug 2020 15:15:36 +0200 Subject: [PATCH] Bumped version number to v1.5.1 * Packages Spark.Engine and Spark.Mongo bumped to version 1.5.1 * Spark.Web reference implementation bumped to version 1.5.1 * Spark reference implementation bumped to 14.11.1 --- src/Spark.Engine/Spark.Engine.csproj | 2 +- src/Spark.Mongo/Spark.Mongo.csproj | 2 +- src/Spark.Web/Spark.Web.csproj | 2 +- src/Spark/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Spark.Engine/Spark.Engine.csproj b/src/Spark.Engine/Spark.Engine.csproj index 8ad7251b5..9053b9f4d 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.5.0 + 1.5.1 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 4c42bc923..91bf3e407 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.5.0 + 1.5.1 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 1d749a6dd..5210b8a08 100644 --- a/src/Spark.Web/Spark.Web.csproj +++ b/src/Spark.Web/Spark.Web.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 AspNetCoreModuleV2 a4d3c2a3-5edd-47d1-8407-62489d5568c5 - 1.5.0 + 1.5.1 diff --git a/src/Spark/Properties/AssemblyInfo.cs b/src/Spark/Properties/AssemblyInfo.cs index 3145d94d6..7892100d1 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.11.0.0")] +[assembly: AssemblyVersion("14.12.0.0")]