Skip to content

Commit

Permalink
Update Version to publish to Nuget v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cajuncoding committed Oct 3, 2023
1 parent 9e431d6 commit df3cae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlurlGraphQL.Querying/FlurlGraphQL.Querying.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryUrl>https://github.com/cajuncoding/FlurlGraphQL</RepositoryUrl>
<PackageReleaseNotes>
Release Notes:
- Full Null reference issue in GraphQL/Request Error handling of HttpStatusCode.
- Fix null reference issue in GraphQL/Request Error handling of HttpStatusCode.
- Added better support for Mutation handling so that single payload (per Mutation convention best practices) can be returned easily via ReceiveGraphQLMutationResult;
this eliminates the need to use ReceiveGraphQLRawJsonResponse for dynamic Mutation response handling.
- Fixed bug to ensure Errors are returned on IGraphQLQueryResults when possible (not available on Batch Queries).
Expand Down

0 comments on commit df3cae6

Please sign in to comment.