Skip to content

Commit fdbdded

Browse files
committed
Update GraphQLSharp to version 2.15.0 and bump project version to 2.8.0
1 parent c829b73 commit fdbdded

2 files changed

Lines changed: 3 additions & 3 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.14.0" />
10+
<PackageReference Include="GraphQLSharp" Version="2.15.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

ShopifyNet/ShopifyNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageProjectUrl>https://github.com/Wish-Org/ShopifyNet</PackageProjectUrl>
66
<RepositoryUrl>https://github.com/Wish-Org/ShopifyNet</RepositoryUrl>
77
<Description>.NET utilities for Shopify GraphQL</Description>
8-
<Version>2.7.1</Version>
8+
<Version>2.8.0</Version>
99
<PackageTags>shopify graphql types classes schema generator strongly typed</PackageTags>
1010

1111
<!-- Ensure the XML doc file is generated -->
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="GraphQLSharp" Version="2.14.0" />
22+
<PackageReference Include="GraphQLSharp" Version="2.15.0" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)