Skip to content

Commit

Permalink
Bump Akka.TestKit dependency to 1.5.30 + Akka.TestKit.NUnit package t…
Browse files Browse the repository at this point in the history
…o 1.5.30 (#143)

* Bump Akka.TestKit from 1.5.28 to 1.5.30

Bumps [Akka.TestKit](https://github.com/akkadotnet/akka.net) from 1.5.28 to 1.5.30.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.28...1.5.30)

---
updated-dependencies:
- dependency-name: Akka.TestKit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Synchronize version with Akka.TestKit 1.5.30

* Update release notes for version 1.5.30

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
milang and dependabot[bot] authored Oct 15, 2024
1 parent 42348b1 commit f86c753
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## [1.6.0] / September 2024
## [1.5.30] / October 2024
- Bump `Akka.TestKit` to [1.5.30](https://github.com/akkadotnet/akka.net/releases/tag/1.5.30)

## [1.5.28] / September 2024
- Bump `Akka.TestKit` to [1.5.28](https://github.com/akkadotnet/akka.net/releases/tag/1.5.28)
- Bump `NUnit3TestAdapter` to [4.6.0](https://github.com/nunit/nunit3-vs-adapter/releases/tag/V4.6.0)
- Add `NUnit.Analyzers` version [4.3.0](https://github.com/nunit/nunit.analyzers/releases/tag/4.3.0) to ensure we follow NUnit best practices.
Expand Down
9 changes: 4 additions & 5 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<Project>
<Project>
<PropertyGroup>
<Copyright>Copyright © 2013-$([System.DateTime]::Now.Year)</Copyright>
<Authors>Akka.NET Contrib</Authors>
<Description>TestKit for writing tests for Akka.NET using NUnit.</Description>
<VersionPrefix>1.6.0</VersionPrefix>
<VersionSuffix>preview.1</VersionSuffix>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../../RELEASE_NOTES.md").Substring(0,567))</PackageReleaseNotes>
<VersionPrefix>1.5.30</VersionPrefix>
<PackageReleaseNotes>• Bump Akka.TestKit to [1.5.30](https://github.com/akkadotnet/akka.net/releases/tag/1.5.30)</PackageReleaseNotes>
<PackageTags>akka;actors;actor model;Akka;concurrency;testkit;nunit</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>akka.png</PackageIcon><!-- https://github.com/NuGet/Home/wiki/Packaging-Icon-within-the-nupkg -->
Expand All @@ -20,7 +19,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl><!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#publishrepositoryurl -->
</PropertyGroup>
<PropertyGroup>
<AkkaTestKitVersion>1.5.28</AkkaTestKitVersion>
<AkkaTestKitVersion>1.5.30</AkkaTestKitVersion>
<MicrosoftNetTestSdkVersion>17.11.1</MicrosoftNetTestSdkVersion>
<NUnit3Version>3.14.0</NUnit3Version>
<NUnit4Version>4.2.2</NUnit4Version>
Expand Down

0 comments on commit f86c753

Please sign in to comment.