You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GraphQL.AzureFunctionsProxy/GraphQL.AzureFunctionsProxy.csproj
+7-6
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,20 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
-
<Version>12.0.0.2</Version>
5
+
<Version>12.0.0.1</Version>
6
6
<Authors>BBernard / CajunCoding</Authors>
7
7
<Company>CajunCoding</Company>
8
-
<Description>This is a extension package for HotChocolate GraphQL framework to enable execution within AzureFunctions V1 using the new v12 API. Provides very easy integration with Azure Functions with maximum support for out-of-the-box HotChocolate functionality.</Description>
8
+
<Description>This is a extension package for HotChocolate GraphQL framework to enable execution within AzureFunctions V1/V2 using the new v12 API. Provides very easy integration with Azure Functions with maximum support for out-of-the-box HotChocolate functionality.</Description>
<PackageReleaseNotes>- Updated all references to v11 in code, comments, and readme (including some class names) to now reference v11+ for consistency; non-breaking changes as long as custom extensions for proper initialization is used.
- Fully updated for new Hot Chocolate v12 released today (09/28/2021) with no significant breaking changes.
17
15
- Corrected GraphQL IDE naming to now be "Banana Cake Pop" instead of incorrrectly calling it "Playground" (the old IDE).
18
16
- Original option EnablePlaygroundWebApp is now deprecated as obsolete and will be removed in a future release; use EnableBananaCakePop instead.
19
17
- Default route is now /graphql/bcp/ instead of /graphql/playground.
18
+
- Updated all references to v11 in code, comments, and readme (including some class names) to now reference v11+ for consistency; non-breaking changes as long as custom extensions for proper initialization is used.
20
19
- Otherwise there are no other breaking changes other than IDE route path.
0 commit comments