Skip to content

Commit dbec78e

Browse files
committed
Fix using namespace, update package for Nuget.
1 parent 20c39a4 commit dbec78e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

HotChocolate.AzureFunctionsProxy/HotChocolate.AzureFunctionsProxy.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<Version>11.0.0-preview.162</Version>
6+
<Authors>BBernard / CajunCoding</Authors>
7+
<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>
9+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10+
<PackageProjectUrl>https://github.com/cajuncoding/HotChocolate.AzureFunctionsProxy</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/cajuncoding/HotChocolate.AzureFunctionsProxy</RepositoryUrl>
12+
<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>
514
</PropertyGroup>
615

716
<ItemGroup>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ using HotChocolate.AzureFunctions
7070

7171
2. Dependency Inject the new **IGraphQLAzureFunctionsExecutorProxy** into the Function Endpoint:
7272
```csharp
73-
using HotChocolate.AzureFunctions
73+
using HotChocolate.AzureFunctionsProxy
7474
using....
7575

7676
public class StarWarsFunctionEndpoint

0 commit comments

Comments
 (0)