File tree Expand file tree Collapse file tree
src/main/Hangfire.Storage.SQLite Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,10 +63,5 @@ Below is a description of them:
6363
6464This project is mainly based on ** Hangfire.LiteDB** storage by [ @codeyu ] ( https://github.com/codeyu ) (https://github.com/codeyu/Hangfire.LiteDB )
6565
66- ## Donation
67- If this project help you reduce time to develop, you can give me a cup of coffee :)
68-
69- [ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=RMLQM296TCM38&item_name=For+the+development+of+Hangfire.Storage.SQLite¤cy_code=USD&source=url )
70-
7166## License
7267This project is under MIT license. You can obtain the license copy [ here] ( https://github.com/raisedapp/Hangfire.Storage.SQLite/blob/develop/LICENSE ) .
Original file line number Diff line number Diff line change 2020 <title >Hangfire Storage SQLite</title >
2121 <Description >An Alternative SQLite Storage for Hangfire</Description >
2222 <PackageReleaseNotes >
23- 0.4.3
24- - Upgrade projects to .NET 8.0 (LTS).
25- - Update dependencies (Hangfire 1.8.23, Newtonsoft.Json 13.0.4).
26- - Explicitly referenced SQLitePCLRaw.bundle_green 2.1.11 to resolve NETSDK1206 RID-related warnings.
27- - Support for modern Hangfire 1.8 background process registration (GetStorageWideProcesses).
28- </PackageReleaseNotes >
23+ 0.4.3 (thanks to @itsC-Ramesh)
24+ - Upgrade projects to .NET 8.0 (LTS).
25+ - Update dependencies (Hangfire 1.8.23, Newtonsoft.Json 13.0.4).
26+ - Explicitly referenced SQLitePCLRaw.bundle_green 2.1.11 to resolve NETSDK1206 RID-related warnings.
27+ - Support for modern Hangfire 1.8 background process registration (GetStorageWideProcesses).
28+ </PackageReleaseNotes >
2929 </PropertyGroup >
3030 <ItemGroup >
3131 <None Include =" ..\..\..\LICENSE" >
You can’t perform that action at this time.
0 commit comments