Skip to content

Commit

Permalink
Update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jun 3, 2024
1 parent b21970c commit 6b6a5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hangfire.InMemory/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Hangfire.InMemory")]
[assembly: AssemblyDescription("In-memory job storage for Hangfire with transactional implementation.")]
[assembly: AssemblyDescription("In-memory job storage for Hangfire with an efficient implementation.")]
[assembly: Guid("0111B3E0-EB76-439B-969C-5C029ED74C51")]
[assembly: InternalsVisibleTo("Hangfire.InMemory.Tests")]

Expand Down

0 comments on commit 6b6a5e6

Please sign in to comment.