Skip to content

Commit 0db296c

Browse files
authored
Merge pull request #81 from raisedapp/develop
v0.4.3
2 parents ae8933b + dc0c1e0 commit 0db296c

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,5 @@ Below is a description of them:
6363

6464
This 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&currency_code=USD&source=url)
70-
7166
## License
7267
This project is under MIT license. You can obtain the license copy [here](https://github.com/raisedapp/Hangfire.Storage.SQLite/blob/develop/LICENSE).

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
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">

0 commit comments

Comments
 (0)