Skip to content

Commit 65c37b8

Browse files
author
Felix Clase
committed
new release 0.3.4
1 parent 737988c commit 65c37b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/Hangfire.Storage.SQLite/Hangfire.Storage.SQLite.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>0.3.3</Version>
10+
<Version>0.3.4</Version>
1111
<Authors>RaisedApp</Authors>
1212
<Company>RaisedApp</Company>
1313
<Copyright>Copyright © 2019 - Present</Copyright>
@@ -20,8 +20,8 @@
2020
<title>Hangfire Storage SQLite</title>
2121
<Description>An Alternative SQLite Storage for Hangfire</Description>
2222
<PackageReleaseNotes>
23-
0.3.3
24-
- Bug Fix (Duplicate key in hash), thanks to [email protected]
23+
0.3.4
24+
- Bug Fix (GetTimelineStats and GetHourlyTimelineStats return wrongly matched results), thanks to @MaxTheWhale
2525
</PackageReleaseNotes>
2626
</PropertyGroup>
2727
<ItemGroup>

0 commit comments

Comments
 (0)