From 6f7cab5ed297d38d1f5b4871041db52d25f073e4 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Wed, 3 Jan 2024 11:23:26 -0600 Subject: [PATCH] added v0.1.2 release notes --- Directory.Build.props | 8 +++++--- RELEASE_NOTES.md | 6 ++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 3fe97c5..9915521 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,11 +2,13 @@ Copyright © 2013-2024 Akka.NET Project $(NoWarn);CS1591;NU1701;CA1707; - 0.1.1 + 0.1.2 true Akka.NET Team https://github.com/akkadotnet/akka.analyzers - Fixed Roslyn NuGet package format for analyzers and code fixes per https://learn.microsoft.com/en-us/nuget/guides/analyzers-conventions + * [Resolved issues with `AK1001` Code Fix overwriting other `PipeTo` arguments](https://github.com/akkadotnet/akka.analyzers/issues/32) +* Updated `AK1001` to also check if `Sender` is being used as the `PipeTo` `IActorRef sender` argument, which is now also handled by both the analyzer and the Code Fix. +* Corrected casing on all issue numbers. akka.net, akka.analyzers, akakdotnet, roslyn, analyzers README.md Apache-2.0 @@ -38,4 +40,4 @@ - + \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 597ddfa..bc9f805 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +#### 0.1.2 January 3rd 2024 #### + +* [Resolved issues with `AK1001` Code Fix overwriting other `PipeTo` arguments](https://github.com/akkadotnet/akka.analyzers/issues/32) +* Updated `AK1001` to also check if `Sender` is being used as the `PipeTo` `IActorRef sender` argument, which is now also handled by both the analyzer and the Code Fix. +* Corrected casing on all issue numbers. + #### 0.1.1 January 2nd 2024 #### Fixed Roslyn NuGet package format for analyzers and code fixes per https://learn.microsoft.com/en-us/nuget/guides/analyzers-conventions