Skip to content

Commit

Permalink
Bump Tingle.EventBus.Transports.InMemory from 0.18.1 to 0.19.0 (#37)
Browse files Browse the repository at this point in the history
Bumps [Tingle.EventBus.Transports.InMemory](https://github.com/tinglesoftware/eventbus) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/tinglesoftware/eventbus/releases)
- [Commits](tinglesoftware/eventbus@0.18.1...0.19.0)

---
updated-dependencies:
- dependency-name: Tingle.EventBus.Transports.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2023
1 parent b1f31b5 commit c275b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/EventBusSample/EventBusSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ItemGroup>
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.18.1" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.19.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.18.1" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.19.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c275b6d

Please sign in to comment.