diff --git a/src/main/Hangfire.Storage.SQLite/Hangfire.Storage.SQLite.csproj b/src/main/Hangfire.Storage.SQLite/Hangfire.Storage.SQLite.csproj index a4ac199..c3af8fb 100644 --- a/src/main/Hangfire.Storage.SQLite/Hangfire.Storage.SQLite.csproj +++ b/src/main/Hangfire.Storage.SQLite/Hangfire.Storage.SQLite.csproj @@ -7,7 +7,7 @@ netstandard2.0;net45 - 0.3.0 + 0.3.1 RaisedApp RaisedApp Copyright © 2019 - Present @@ -20,9 +20,10 @@ Hangfire Storage SQLite An Alternative SQLite Storage for Hangfire - 0.3.0 - - Fix DistributedLockTimeoutException with Hangfire.Storage.SQLite - + 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 + @@ -36,4 +37,4 @@ - + \ No newline at end of file