Skip to content

Commit a440803

Browse files
authored
Merge pull request #9 from Wish-Org/feat/GraphQLSharp-2.19.0
Update GraphQLSharp package version to 2.19.0 and bump project version to 2.12.0
2 parents c573b78 + 4a315f2 commit a440803

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ShopifyNet.TypeGenerator/ShopifyNet.TypeGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="GraphQLSharp" Version="2.17.0" />
10+
<PackageReference Include="GraphQLSharp" Version="2.19.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.11.0</Version>
8+
<Version>2.12.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.17.0" />
22+
<PackageReference Include="GraphQLSharp" Version="2.19.0" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)