Skip to content

Commit e8a5c15

Browse files
committed
Bumped HC preview version, published official stable v11.0.0 package to Nuget
1 parent 1ce0aeb commit e8a5c15

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

HotChocolate.AzureFunctionsProxy/HotChocolate.AzureFunctionsProxy.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>11.0.0-preview.162</Version>
5+
<Version>11.0.0</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 using the new v11 API.</Description>
8+
<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>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<PackageProjectUrl>https://github.com/cajuncoding/HotChocolate.AzureFunctionsProxy</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/cajuncoding/HotChocolate.AzureFunctionsProxy</RepositoryUrl>
1212
<PackageTags>graphql, graph-ql, hotchocolate, azure, functions, serverless</PackageTags>
13-
<PackageReleaseNotes>Currently compatible with v11 API pre-releases versions. Limited testing but being actively used in projects in preparation for v11 official release. Version number is synced with the pre-release version of HotCholate V11 API.</PackageReleaseNotes>
13+
<PackageReleaseNotes>Updated this package to now be stable v11.0.0 (no longer preview). Additional testing and use has showwn this to be stable and actively used in projects in preparation for v11 official release. Bumped HotChocolate version to v11-preview.176.</PackageReleaseNotes>
14+
<Copyright>Copyright © 2020</Copyright>
1415
</PropertyGroup>
1516

1617
<ItemGroup>
1718
<None Include="..\README.md" Link="README.md" />
1819
</ItemGroup>
1920

2021
<ItemGroup>
21-
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-preview.162" />
22+
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-preview.176" />
2223
</ItemGroup>
2324

2425
</Project>

PureCodeFirst-AzureFunctions-v11/StarWars-AzureFunctions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<RootNamespace>StarWars_AzureFunctions</RootNamespace>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-preview.162" />
9-
<PackageReference Include="HotChocolate.Data" Version="11.0.0-preview.162" />
8+
<PackageReference Include="HotChocolate.AspNetCore" Version="11.0.0-preview.176" />
9+
<PackageReference Include="HotChocolate.Data" Version="11.0.0-preview.176" />
1010
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
1111
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.9" />
1212
</ItemGroup>

0 commit comments

Comments
 (0)