Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.27.0 source code.tar.gz | 2024-12-24 | 131.7 MB | |
4.27.0 source code.zip | 2024-12-24 | 133.3 MB | |
README.md | 2024-12-24 | 1.1 kB | |
Totals: 3 Items | 264.9 MB | 0 |
Reown Appkit Blazor support
- Add Reown AppKit library and Blazor example by @Magehernan (Many Thanks!!!) in https://github.com/Nethereum/Nethereum/pull/1056 This works the same as Metamask Blazor / Wallet Connect Blazor here is the example https://github.com/Nethereum/Nethereum/blob/master/consoletests/NethereumReownAppKitBlazor/Pages/Index.razor
Updates
- .Net 9 Target, removal of dotnetcore 2 and dotnetcore 3 (this should use netstandard if needed)
- Support for Microsoft.Extensions.Logging.Abstractions in .net 9 by @andresgutierrez in https://github.com/Nethereum/Nethereum/pull/1054
- Use BouncyCastle.Cryptography for net6.0 and later by @raymens in https://github.com/Nethereum/Nethereum/pull/1057
General changes / Fixes
- Custom Error exceptions typed changes / handling and factories to enable casting and straight decoding
- BigInteger explicit cast and FloorToBigInteger for BigDecimal by @ethanrushh in https://github.com/Nethereum/Nethereum/pull/1055
- Mud Normaliser Postgres dbnull fix / support
Full Changelog: https://github.com/Nethereum/Nethereum/compare/4.26.0...4.27.0