Skip to content

Commit

Permalink
Bumped version number to v1.5.1
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kennethmyhra committed Aug 17, 2020
1 parent 8e71c3d commit 613f791
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Spark.Engine/Spark.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<PackageId>Spark.Engine.DSTU2</PackageId>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
<Copyright>Copyright © Firely 2014, © Kufu 2018</Copyright>
<Company>Firely and Kufu</Company>
<Authors>Firely, Kufu and contributors</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Spark.Mongo/Spark.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Spark.Mongo.DSTU2</PackageId>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
<Copyright>Copyright © Firely 2014, © Kufu 2018</Copyright>
<Company>Kufu</Company>
<Authors>Firely, Kufu and contributors</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Spark.Web/Spark.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<AspNetCoreModuleName>AspNetCoreModuleV2</AspNetCoreModuleName>
<UserSecretsId>a4d3c2a3-5edd-47d1-8407-62489d5568c5</UserSecretsId>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Spark/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 613f791

Please sign in to comment.