Commit Graph

14 Commits

Author SHA1 Message Date
Jonas Dellinger
7acffd96ba Update documentation 2022-05-21 21:04:46 +02:00
Jonas Dellinger
5cebb910f7 Updated to .net 6.0 and remove .net-standard2.0 support 2021-11-10 20:12:12 +01:00
Jonas Dellinger
16a831ad40 Some smaller fixes and ignore case when parsing type of iplayableitem, fixes #604 2021-05-01 17:11:24 +02:00
dependabot[bot]
9e344283b4
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 (#584)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 16:40:11 +02:00
Jonas Dellinger
66064aa0f5 Added migration from 5.x to 6.x to docs 2020-11-14 13:19:20 +01:00
Nick Hansen
152ec6381e
Fixing typo (#503) 2020-09-07 09:02:57 +02:00
Jonas Dellinger
24459453a6 Finished PKCE Docs & Implementation - Example.CLI.PersistentConfig now uses PKCE 2020-08-19 14:03:01 +02:00
Jonas Dellinger
df009e0316 Remove Task/Func paging methods, c# types are too strict for that 2020-06-13 13:28:50 +02:00
Jonas Dellinger
5ae126699c Pagination implementation adapted - Less methods,more defaults #451 2020-05-31 15:56:49 +02:00
Jonas Dellinger
0ef07bed0b Added Reflection Cache for RequestParams #451 2020-05-29 13:06:27 +02:00
Jonas Dellinger
f1ca557c6e Enabled nullable for most projects 2020-05-25 18:00:47 +02:00
Jonas Dellinger
51887644fd Added better Pagination support via IAsyncEnumerable 2020-05-20 20:59:11 +02:00
Jonas Dellinger
24bb3d345f Finished UWP Example using protocol registration - Docs TODO 2020-05-18 11:39:01 +02:00
Jonas Dellinger
f39fbf8757 Updated example dirs 2020-05-16 22:31:44 +02:00