Skip to content

Commit da65c66

Browse files
authored
Merge pull request #44 from raisedapp/develop
Version 0.3.1...
2 parents 21d35f7 + 5d974a7 commit da65c66

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<Version>0.3.0</Version>
10+
<Version>0.3.1</Version>
1111
<Authors>RaisedApp</Authors>
1212
<Company>RaisedApp</Company>
1313
<Copyright>Copyright © 2019 - Present</Copyright>
@@ -20,9 +20,10 @@
2020
<title>Hangfire Storage SQLite</title>
2121
<Description>An Alternative SQLite Storage for Hangfire</Description>
2222
<PackageReleaseNotes>
23-
0.3.0
24-
- Fix DistributedLockTimeoutException with Hangfire.Storage.SQLite
25-
</PackageReleaseNotes>
23+
0.3.1
24+
- Revisit the logic for SQLiteDistributedLock, thanks to @fnajera-rac-de
25+
- Heartbeat method should throw a BackgroundServerGoneException when no servers exist for an update, thanks to @todorovicg
26+
</PackageReleaseNotes>
2627
</PropertyGroup>
2728
<ItemGroup>
2829
<None Include="..\..\..\LICENSE">
@@ -36,4 +37,4 @@
3637
<PackageReference Condition="'$(TargetFramework)' != 'net45'" Include="sqlite-net-pcl" Version="1.7.335" />
3738
</ItemGroup>
3839

39-
</Project>
40+
</Project>

0 commit comments

Comments
 (0)