From 016b23b159c748fb7b3dff1672678cdaf7758ed2 Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Tue, 30 Jul 2019 21:40:36 +0200 Subject: [PATCH] Bumped to version number 1.2.1 * Spark.Engine and Spark.Mongo bumped to v1.2.1 * Spark web project bumped to 14.7.1 --- src/Spark.Engine/Properties/AssemblyInfo.cs | 4 ++-- src/Spark.Mongo/Properties/AssemblyInfo.cs | 4 ++-- src/Spark/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Spark.Engine/Properties/AssemblyInfo.cs b/src/Spark.Engine/Properties/AssemblyInfo.cs index 68a33bb12..df5de4970 100644 --- a/src/Spark.Engine/Properties/AssemblyInfo.cs +++ b/src/Spark.Engine/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyFileVersion("1.2.1.0")] diff --git a/src/Spark.Mongo/Properties/AssemblyInfo.cs b/src/Spark.Mongo/Properties/AssemblyInfo.cs index 5fa31cf8d..26355f923 100644 --- a/src/Spark.Mongo/Properties/AssemblyInfo.cs +++ b/src/Spark.Mongo/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyFileVersion("1.2.1.0")] diff --git a/src/Spark/Properties/AssemblyInfo.cs b/src/Spark/Properties/AssemblyInfo.cs index ecb339276..0af7edd98 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.7.0.0")] +[assembly: AssemblyVersion("14.7.1.0")]