Skip to content

Commit beba352

Browse files
Bump Akka.TestKit from 1.5.34 to 1.5.35 (#162)
* Bump NUnit.Analyzers from 4.5.0 to 4.6.0 Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](nunit/nunit.analyzers@4.5.0...4.6.0) --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump Akka.TestKit from 1.5.34 to 1.5.35 * Update RELEASE_NOTES.md for 1.5.35 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4437518 commit beba352

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<PublishRepositoryUrl>true</PublishRepositoryUrl><!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#publishrepositoryurl -->
1919
</PropertyGroup>
2020
<PropertyGroup>
21-
<AkkaTestKitVersion>1.5.34</AkkaTestKitVersion>
21+
<AkkaTestKitVersion>1.5.35</AkkaTestKitVersion>
2222
<MicrosoftNetTestSdkVersion>17.12.0</MicrosoftNetTestSdkVersion>
2323
<NUnit3Version>3.14.0</NUnit3Version>
2424
<NUnit4Version>4.3.2</NUnit4Version>
25-
<NUnitAnalyzersVersion>4.5.0</NUnitAnalyzersVersion>
25+
<NUnitAnalyzersVersion>4.6.0</NUnitAnalyzersVersion>
2626
<NUnitTestAdapterVersion>4.6.0</NUnitTestAdapterVersion>
2727
</PropertyGroup>
2828
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 1.5.35 January 13th 2025 ####
2+
- Bump `Akka.TestKit` to [1.5.35](https://github.com/akkadotnet/akka.net/releases/tag/1.5.35)
3+
- Bump `NUnit.Analyzers` to [4.6.0](https://github.com/nunit/nunit.analyzers/releases/tag/4.6.0)
4+
15
#### 1.5.34 January 7th 2025 ####
26
- Bump `Akka.TestKit` to [1.5.34](https://github.com/akkadotnet/akka.net/releases/tag/1.5.34)
37

0 commit comments

Comments
 (0)