We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737988c commit 65c37b8Copy full SHA for 65c37b8
1 file changed
src/main/Hangfire.Storage.SQLite/Hangfire.Storage.SQLite.csproj
@@ -7,7 +7,7 @@
7
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
8
</PropertyGroup>
9
<PropertyGroup>
10
- <Version>0.3.3</Version>
+ <Version>0.3.4</Version>
11
<Authors>RaisedApp</Authors>
12
<Company>RaisedApp</Company>
13
<Copyright>Copyright © 2019 - Present</Copyright>
@@ -20,8 +20,8 @@
20
<title>Hangfire Storage SQLite</title>
21
<Description>An Alternative SQLite Storage for Hangfire</Description>
22
<PackageReleaseNotes>
23
- 0.3.3
24
- - Bug Fix (Duplicate key in hash), thanks to daniel@systematix.se
+ 0.3.4
+ - Bug Fix (GetTimelineStats and GetHourlyTimelineStats return wrongly matched results), thanks to @MaxTheWhale
25
</PackageReleaseNotes>
26
27
<ItemGroup>
0 commit comments