File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/main/Hangfire.Storage.SQLite Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 >
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" >
3637 <PackageReference Condition =" '$(TargetFramework)' != 'net45'" Include =" sqlite-net-pcl" Version =" 1.7.335" />
3738 </ItemGroup >
3839
39- </Project >
40+ </Project >
You can’t perform that action at this time.
0 commit comments