Skip to content

Commit

Permalink
Bump GraphQl* packages to 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Sep 4, 2024
1 parent 944aea1 commit 5b24a20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static partial class LibraryVersion
new List<PackageBuildInfo>
{
new("7.5.0", additionalMetaData: new() {{"GraphQLMicrosoftDI","7.5.0"},{"GraphQLServerTransportsAspNetCore","7.5.0"},{"GraphQLServerUIPlayground","7.5.0"}}),
new("7.8.0", additionalMetaData: new() {{"GraphQLMicrosoftDI","7.8.0"},{"GraphQLServerTransportsAspNetCore","7.7.1"},{"GraphQLServerUIPlayground","7.7.1"}}),
new("8.0.2", additionalMetaData: new() {{"GraphQLMicrosoftDI","8.0.2"},{"GraphQLServerTransportsAspNetCore","8.0.2"},{"GraphQLServerUIPlayground","8.0.2"}}),
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<PackageVersion Include="Confluent.Kafka" Version="2.5.3" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Google.Protobuf" Version="3.28.0" />
<PackageVersion Include="GraphQL" Version="7.8.0" />
<PackageVersion Include="GraphQL.MicrosoftDI" Version="7.8.0" />
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="7.7.1" />
<PackageVersion Include="GraphQL.Server.Ui.Playground" Version="7.7.1" />
<PackageVersion Include="GraphQL" Version="8.0.2" />
<PackageVersion Include="GraphQL.MicrosoftDI" Version="8.0.2" />
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="8.0.2" />
<PackageVersion Include="GraphQL.Server.Ui.Playground" Version="8.0.2" />
<PackageVersion Include="Grpc.AspNetCore" Version="2.65.0" />
<PackageVersion Include="Grpc.Net.Client" Version="2.65.0" />
<PackageVersion Include="Grpc.Net.Client.Web" Version="2.65.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static TheoryData<string> GraphQL
theoryData.Add(string.Empty);
#else
theoryData.Add("7.5.0");
theoryData.Add("7.8.0");
theoryData.Add("8.0.2");
#endif
return theoryData;
}
Expand Down

0 comments on commit 5b24a20

Please sign in to comment.