File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.2.1] - 2024-11-03
9+ ### Fixed
10+ - Fixed IPatreonApi.GetToken missing types error for source generated json deserialization.
11+
812## [ 1.2.0] - 2024-10-12
913### Added
1014- Added fields parameters for tier to IPatreonApi.GetIdentity and IPatreonApi.GetIdentityJson.
Original file line number Diff line number Diff line change 44namespace Patreon . Api . Models ;
55
66[ JsonSourceGenerationOptions ( PropertyNamingPolicy = JsonKnownNamingPolicy . SnakeCaseLower ) ]
7+ [ JsonSerializable ( typeof ( PatreonTokenRequest ) ) ]
8+ [ JsonSerializable ( typeof ( PatreonTokenResponse ) ) ]
79[ JsonSerializable ( typeof ( PatreonIdentityResponse ) ) ]
810[ JsonSerializable ( typeof ( JsonObject ) ) ]
911[ JsonSerializable ( typeof ( JsonValue ) ) ]
You can’t perform that action at this time.
0 commit comments