Skip to content

Commit 527a08f

Browse files
committed
Update to ShopifyNet 2.17.0
1 parent 753d88c commit 527a08f

4 files changed

Lines changed: 345 additions & 15706 deletions

File tree

ShopifyNet.TypeGenerator/ShopifyNet.TypeGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="GraphQLSharp" Version="2.16.0" />
10+
<PackageReference Include="GraphQLSharp" Version="2.17.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

ShopifyNet.TypeGenerator/TypeGenerator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
ClientClassName = "ShopifyClient",
1010
GraphQLRequestType = typeof(ShopifyGraphQLRequest),
1111
ClientOptionsType = typeof(ShopifyClientOptions),
12-
GenerateMemberNames = true,
1312
EnumMembersAsString = true,
1413
ScalarTypeNameToDotNetTypeName = new Dictionary<string, string>
1514
{

0 commit comments

Comments
 (0)