Skip to content

Commit

Permalink
Fixed version number for Nuget Upload v11.0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cajuncoding committed Feb 2, 2021
1 parent cdc41b0 commit 5b271f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>11.0.4.2</Version>
<Version>11.0.7.1</Version>
<Authors>BBernard / CajunCoding</Authors>
<Company>CajunCoding</Company>
<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>
Expand All @@ -12,7 +12,7 @@
<PackageTags>graphql, graph-ql, hotchocolate, azure, functions, serverless</PackageTags>
<PackageReleaseNotes>- Added support for download of the Schema (?SDL)
- Added support for functioning Playground (when configured correctly in the Azure Function HttpTrigger &amp; Route Binding)
- Maintained current version compatibility with HC v11.0.4
- Bumped to HC v11.0.7

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

0 comments on commit 5b271f1

Please sign in to comment.