Skip to content

Commit

Permalink
Merge pull request #44 from raisedapp/develop
Browse files Browse the repository at this point in the history
Version 0.3.1...
  • Loading branch information
felixclase authored Jan 8, 2022
2 parents 21d35f7 + 5d974a7 commit da65c66
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/main/Hangfire.Storage.SQLite/Hangfire.Storage.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<Authors>RaisedApp</Authors>
<Company>RaisedApp</Company>
<Copyright>Copyright © 2019 - Present</Copyright>
Expand All @@ -20,9 +20,10 @@
<title>Hangfire Storage SQLite</title>
<Description>An Alternative SQLite Storage for Hangfire</Description>
<PackageReleaseNotes>
0.3.0
- Fix DistributedLockTimeoutException with Hangfire.Storage.SQLite
</PackageReleaseNotes>
0.3.1
- Revisit the logic for SQLiteDistributedLock, thanks to @fnajera-rac-de
- Heartbeat method should throw a BackgroundServerGoneException when no servers exist for an update, thanks to @todorovicg
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\..\LICENSE">
Expand All @@ -36,4 +37,4 @@
<PackageReference Condition="'$(TargetFramework)' != 'net45'" Include="sqlite-net-pcl" Version="1.7.335" />
</ItemGroup>

</Project>
</Project>

0 comments on commit da65c66

Please sign in to comment.