Skip to content

Commit

Permalink
chore: Bump Hangfire (#3361)
Browse files Browse the repository at this point in the history
* bump
* bump samples
* Update CHANGELOG.md

---------

Co-authored-by: James Crosswell <jamescrosswell@users.noreply.github.com>
  • Loading branch information
bitsandfoxes and jamescrosswell authored May 12, 2024
1 parent ed4d19b commit f329875
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Dependencies

- Bump Hangfire ([#3361](https://github.com/getsentry/sentry-dotnet/pull/3361))

## 4.6.0

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hangfire.Core" Version="1.8.7" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.7" />
<PackageReference Include="Hangfire.Core" Version="1.8.12" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.1" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.12" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Sentry.Hangfire/Sentry.Hangfire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<ProjectReference Include="..\Sentry\Sentry.csproj" />
<PackageReference Include="Hangfire.Core" Version="1.8.7" />
<PackageReference Include="Hangfire.Core" Version="1.8.12" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f329875

Please sign in to comment.