Skip to content

Commit 3c5c367

Browse files
committed
Updated details for publish of v12.0.0.1 initial release with full HotChocolate v12 support to Nuget!
1 parent 4eb840a commit 3c5c367

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

GraphQL.AzureFunctionsProxy/GraphQL.AzureFunctionsProxy.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>12.0.0.2</Version>
5+
<Version>12.0.0.1</Version>
66
<Authors>BBernard / CajunCoding</Authors>
77
<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>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<PackageProjectUrl>https://github.com/cajuncoding/HotChocolate.AzureFunctionsProxy</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/cajuncoding/HotChocolate.AzureFunctionsProxy</RepositoryUrl>
12-
<PackageTags>graphql, graph-ql, hotchocolate, azure, functions, serverless</PackageTags>
13-
<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.
14-
15-
v12.0.0 Release Notes:
12+
<PackageTags>graphql, graph-ql, hotchocolate, azure, functions, serverless, azurefunctionsproxy, graph, ql</PackageTags>
13+
<PackageReleaseNotes>v12.0.0 Release Notes:
1614
- Fully updated for new Hot Chocolate v12 released today (09/28/2021) with no significant breaking changes.
1715
- Corrected GraphQL IDE naming to now be "Banana Cake Pop" instead of incorrrectly calling it "Playground" (the old IDE).
1816
- Original option EnablePlaygroundWebApp is now deprecated as obsolete and will be removed in a future release; use EnableBananaCakePop instead.
1917
- 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.
2019
- Otherwise there are no other breaking changes other than IDE route path.
2120

2221
Prior Releases Notes:
@@ -34,6 +33,8 @@ Prior Releases Notes:
3433
</PackageReleaseNotes>
3534
<Copyright>Copyright © 2020</Copyright>
3635
<PackageId>GraphQL.AzureFunctionsProxy</PackageId>
36+
<AssemblyVersion>12.0.0.1</AssemblyVersion>
37+
<FileVersion>12.0.0.1</FileVersion>
3738
</PropertyGroup>
3839

3940
<ItemGroup>

0 commit comments

Comments
 (0)