Skip to content

Commit 6c70750

Browse files
committed
Fix csproj xml markup
1 parent 5752b47 commit 6c70750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlurlGraphQL/FlurlGraphQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RepositoryUrl>https://github.com/cajuncoding/FlurlGraphQL</RepositoryUrl>
1818
<PackageReleaseNotes>
1919
Release Notes:
20-
- Fix bug resulting in incorrect Exceptions when automatically enumerating (as IAsyncEnumerable) Connection Pages when a request returns with no results (NextPage = false & EndCursor = null).
20+
- Fix bug resulting in incorrect Exceptions when automatically enumerating (as IAsyncEnumerable) Connection Pages when a request returns with no results (NextPage = false &amp; EndCursor = null).
2121

2222
Prior Release Notes:
2323
- Fix issue with incorrect deserialization when using wrapper convenience class GraphQLEdge&lt;T&gt;.

0 commit comments

Comments
 (0)