From b6a4a5c014802b2d15fa2a1cf7478e917d45cabf Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Tue, 9 Jan 2024 15:05:51 -0600 Subject: [PATCH] distribute Akka.Analyzers as transitive dependency through Akka (#7050) * distribute Akka.Analyzers as transitive dependency through Akka * added v1.5.15 temp notes --- RELEASE_NOTES.md | 2 ++ src/Directory.Build.props | 32 ++++++-------------------------- src/core/Akka/Akka.csproj | 5 +++++ 3 files changed, 13 insertions(+), 26 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 778ea6d9f36..80c6da2d3b5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +#### 1.5.15 January 9th 2024 #### + #### 1.5.14 September 24th 2023 #### Akka.NET v1.5.14 is a maintenance release with several bug fixes. diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5428860dcc4..fb99b8b34c2 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,7 +2,7 @@ Copyright © 2013-2023 Akka.NET Team Akka.NET Team - 1.5.14 + 1.5.15 akkalogo.png https://github.com/akkadotnet/akka.net https://github.com/akkadotnet/akka.net/blob/master/LICENSE @@ -39,38 +39,18 @@ 1.5.13 [6.0.*,) [6.0.*,) + 0.2.1 akka;actors;actor model;Akka;concurrency true - Akka.NET v1.5.14 is a maintenance release with several bug fixes. -[Streams: Ensure stream are closed on shutdown](https://github.com/akkadotnet/akka.net/pull/6935) -[Akka: Fix PeriodicTimer HashWheelTimerScheduler deadlock during start](https://github.com/akkadotnet/akka.net/pull/6949) -[Cluster: Old version of LeastShardAllocationStrategy is now deprecated](https://github.com/akkadotnet/akka.net/pull/6975) -[Query: Add a more descriptive ToString() values to Offset types](https://github.com/akkadotnet/akka.net/pull/6978) -Package dependency upgrades -[MNTR: Bump Akka.Multinode.TestAdapter to 1.5.13](https://github.com/akkadotnet/akka.net/pull/6926) -[Akka: Bump Polyfill to 1.28](https://github.com/akkadotnet/akka.net/pull/6936) -[Akka: Bump Google.Protobuf to 3.24.4](https://github.com/akkadotnet/akka.net/pull/6951) -[DData: Bump LightningDB to 0.16.0](https://github.com/akkadotnet/akka.net/pull/6960) -[Persistence: Bump Microsoft.Data.SQLite to 7.0.13](https://github.com/akkadotnet/akka.net/pull/6969) -If you want to see the [full set of changes made in Akka.NET v1.5.14, click here](https://github.com/akkadotnet/akka.net/milestone/96?closed=1). -| COMMITS | LOC+ | LOC- | AUTHOR | -|---------|------|------|---------------------| -| 11 | 25 | 21 | dependabot[bot] | -| 3 | 14 | 2 | Aaron Stannard | -| 3 | 114 | 369 | Simon Cropp | -| 2 | 36 | 31 | Gregorius Soedharmo | -| 1 | 41 | 43 | Lehonti Ramos | -| 1 | 38 | 0 | Yaroslav Paslavskiy | -| 1 | 3 | 0 | Sean Killeen | -| 1 | 227 | 25 | Drew | -| 1 | 1 | 1 | szaliszali | + + - - + + diff --git a/src/core/Akka/Akka.csproj b/src/core/Akka/Akka.csproj index 95b4bcbf818..30a3acf1ad4 100644 --- a/src/core/Akka/Akka.csproj +++ b/src/core/Akka/Akka.csproj @@ -20,6 +20,11 @@ + + + + +