Skip to content

Commit 5b271f1

Browse files
committed
Fixed version number for Nuget Upload v11.0.7.1
1 parent cdc41b0 commit 5b271f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GraphQL.AzureFunctionsProxy/GraphQL.AzureFunctionsProxy.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>11.0.4.2</Version>
5+
<Version>11.0.7.1</Version>
66
<Authors>BBernard / CajunCoding</Authors>
77
<Company>CajunCoding</Company>
88
<Description>This is a extension package for HotChocolate GraphQL framework to enable execution within AzureFunctions using the new v11 API. Provides very easy integration with Azure Functions with maximum support for out-of-the-box HotChocolate functionality.</Description>
@@ -12,7 +12,7 @@
1212
<PackageTags>graphql, graph-ql, hotchocolate, azure, functions, serverless</PackageTags>
1313
<PackageReleaseNotes>- Added support for download of the Schema (?SDL)
1414
- Added support for functioning Playground (when configured correctly in the Azure Function HttpTrigger &amp; Route Binding)
15-
- Maintained current version compatibility with HC v11.0.4
15+
- Bumped to HC v11.0.7
1616

1717
Prior Releases Notes:
1818
- Added ConfigureAwait(false) to all awaits for performance.

0 commit comments

Comments
 (0)