Skip to content

Commit

Permalink
Bump AkkaHostingVersion from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps `AkkaHostingVersion` from 1.0.0 to 1.0.1.

Updates `Akka.Cluster.Hosting` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.Hosting@1.0.0...1.0.1)

Updates `Akka.Hosting` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.Hosting@1.0.0...1.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2023
1 parent 0646ba1 commit a9e91af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Akka.Cluster.Hosting" Version="1.0.0" />
<PackageReference Include="Akka.Cluster.Hosting" Version="1.0.1" />
<PackageReference Include="Akka.Persistence.Hosting" Version="1.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Bumped Akka version to 1.4.1</PackageReleaseNotes>
<CoverletVersion>3.2.0</CoverletVersion>
<FluentAssertionVersion>6.8.0</FluentAssertionVersion>
<AkkaVersion>1.4.48</AkkaVersion>
<AkkaHostingVersion>1.0.0</AkkaHostingVersion>
<AkkaHostingVersion>1.0.1</AkkaHostingVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetTestVersion>net6.0</NetTestVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
Expand Down

0 comments on commit a9e91af

Please sign in to comment.