Skip to content

Commit 2d92a79

Browse files
Lib version bump & Strawberry Shake demo (#91)
* Added demo project using the strawberry shake client * Updated library version to 1.4.3 on all projects
1 parent 83d6472 commit 2d92a79

File tree

31 files changed

+519
-17
lines changed

31 files changed

+519
-17
lines changed

Authorization/Authorization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GraphQL.AspNet" Version="1.4.2" />
9+
<PackageReference Include="GraphQL.AspNet" Version="1.4.3" />
1010
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.1.39" />
1111
</ItemGroup>
1212

Custom-Directives/Custom-Directives.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GraphQL.AspNet" Version="1.4.2" />
9+
<PackageReference Include="GraphQL.AspNet" Version="1.4.3" />
1010
</ItemGroup>
1111

1212
</Project>

Custom-HttpProcessor/Custom-HttpProcessor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GraphQL.AspNet" Version="1.4.2" />
9+
<PackageReference Include="GraphQL.AspNet" Version="1.4.3" />
1010
</ItemGroup>
1111

1212
</Project>

Custom-HttpProcessor/README.md

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

33
This example project shows how to override the default HTTP Processor to take control of the `HttpContext` and perform any custom processing that may be needed related to the request/response pipeline surrounding GraphQL ASP.NET.
44

5-
_Project Type_: .NET 7.0
6-
75
_Solution:_ `Custom-HttpProcessor.sln`

File-Uploads/src/FileUploads.API/FileUploads.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GraphQL.AspNet" version="1.4.2" />
9+
<PackageReference Include="GraphQL.AspNet" version="1.4.3" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

Firebase-Authentication/firebase-authentication/firebase-authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.12" />
10-
<PackageReference Include="GraphQL.AspNet" Version="1.4.2" />
10+
<PackageReference Include="GraphQL.AspNet" Version="1.4.3" />
1111
</ItemGroup>
1212

1313
</Project>

LoggingProvider/LoggingProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GraphQL.AspNet" Version="1.4.2" />
9+
<PackageReference Include="GraphQL.AspNet" Version="1.4.3" />
1010
</ItemGroup>
1111

1212
</Project>

Subscriptions-AzureServiceBus/src/SharedResources/SharedResources.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313

1414
<ItemGroup>
15-
<PackageReference Include="GraphQL.AspNet" Version="1.4.2" />
16-
<PackageReference Include="GraphQL.AspNet.Subscriptions" Version="1.4.2" />
15+
<PackageReference Include="GraphQL.AspNet" Version="1.4.3" />
16+
<PackageReference Include="GraphQL.AspNet.Subscriptions" Version="1.4.3" />
1717
</ItemGroup>
1818

1919
</Project>

Subscriptions-AzureServiceBus/src/graphql-aspnet-azure-servicebus-connector/graphql-aspnet-azure-servicebus-connector.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="GraphQL.AspNet" Version="1.4.2" />
18-
<PackageReference Include="GraphQL.AspNet.Subscriptions" Version="1.4.2" />
17+
<PackageReference Include="GraphQL.AspNet" Version="1.4.3" />
18+
<PackageReference Include="GraphQL.AspNet.Subscriptions" Version="1.4.3" />
1919
</ItemGroup>
2020

2121
</Project>

Subscriptions-ReactApolloClient/src/Bakery.API/Bakery.API.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GraphQL.AspNet" Version="1.3.0" />
10-
<PackageReference Include="GraphQL.AspNet.Subscriptions" Version="1.3.0" />
9+
<PackageReference Include="GraphQL.AspNet" Version="1.4.3" />
10+
<PackageReference Include="GraphQL.AspNet.Subscriptions" Version="1.4.3" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)