Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rabbicse/mehedi.hangfire.extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
MD. Mehedi Hasan Rabbi committed May 20, 2024
2 parents 1393beb + 05c3430 commit 5ccdee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ jobs:
TAG_COMMIT: true # Flag to enable / disable git tagging
TAG_FORMAT: v* # Format of the git tag, [*] gets replaced with version
NUGET_KEY: ${{secrets.NUGET_API_KEY}} # nuget.org API key
continue-on-error: true
1 change: 1 addition & 0 deletions src/Mehedi.Hangfire.Extensions/MediatrHangfireBridge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace Mehedi.Hangfire.Extensions;

/// <summary>
/// Initializes a new instance of the <see cref="MediatrHangfireBridge"/> class.
///
/// Source: https://gist.github.com/dcomartin/8ddbd86a7df893cfcef38b6fa06dd8ea#file-mediatorhangfirebridge-cs
/// </summary>
/// <param name="mediator">An instance of <see cref="IMediator"/> to send commands.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.2</Version>
<Version>1.0.10</Version>
<Company>Md Mehedi Hasan</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/rabbicse/mehedi.hangfire.extensions</RepositoryUrl>
Expand Down

0 comments on commit 5ccdee5

Please sign in to comment.