Skip to content

Commit fbe59fb

Browse files
committed
Bump version to 2.18.0 in project file
1 parent 77bbe6f commit fbe59fb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

GraphQLSharp/GraphQLSharp.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<PackageProjectUrl>https://github.com/Wish-Org/GraphQLSharp</PackageProjectUrl>
55
<RepositoryUrl>https://github.com/Wish-Org/GraphQLSharp</RepositoryUrl>
66
<Description>.NET Client for GraphQL - Modern and fast</Description>
7-
<Version>2.17.0</Version>
7+
<Version>2.18.0</Version>
88
<PackageTags>graphql;client;graphql-client;graphql-generator</PackageTags>
99
<Authors>Wish-Org</Authors>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
1111
<!-- <Nullable>enable</Nullable> -->
1212

1313
<!-- Ensure the XML doc file is generated -->
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
15-
15+
1616
<!-- This prevents the warning about missing XML documentation on public members -->
1717
<NoWarn>$(NoWarn);1591</NoWarn>
1818

1919
<!-- Embed PDBs in DLL -->
20-
<DebugType>embedded</DebugType>
20+
<DebugType>embedded</DebugType>
2121
</PropertyGroup>
2222

2323
<ItemGroup>
@@ -26,8 +26,8 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<None Include="..\README.md" Pack="true" PackagePath="README.md" />
29+
<None Include="..\README.md" Pack="true" PackagePath="README.md" />
3030
</ItemGroup>
3131

3232

33-
</Project>
33+
</Project>

0 commit comments

Comments
 (0)