From 17aa86267c4e8cefef1af8a194f1154b46ef803a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 25 May 2024 21:41:54 +0000
Subject: [PATCH 1/3] Update chillicream-gql to v14.0.0-tags-13-1-0-preview-5.1
---
.config/dotnet-tools.json | 2 +-
Directory.Packages.props | 40 +++++++++++++++++++--------------------
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 1e3a174d5..2a65b5cf4 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -31,7 +31,7 @@
"commands": ["docfx"]
},
"strawberryshake.tools": {
- "version": "14.0.0-p.97",
+ "version": "14.0.0-tags-13-1-0-preview-5.1",
"commands": ["dotnet-graphql"]
},
"dotnet-outdated-tool": {
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 53c21b046..854411518 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -34,27 +34,27 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 99b91b32d71a5269cb533c143d56e4a315329f51 Mon Sep 17 00:00:00 2001
From: David Driscoll
Date: Sat, 25 May 2024 18:00:00 -0400
Subject: [PATCH 2/3] graphql update
---
.config/dotnet-tools.json | 2 +-
Directory.Packages.props | 40 ++++++++++++++++----------------
sample/Sample.Graphql/Startup.cs | 2 +-
3 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 2a65b5cf4..3a5ecbf03 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -31,7 +31,7 @@
"commands": ["docfx"]
},
"strawberryshake.tools": {
- "version": "14.0.0-tags-13-1-0-preview-5.1",
+ "version": "14.0.0-p.101",
"commands": ["dotnet-graphql"]
},
"dotnet-outdated-tool": {
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 854411518..a71db65e2 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -34,27 +34,27 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sample/Sample.Graphql/Startup.cs b/sample/Sample.Graphql/Startup.cs
index a2086a19f..ed1988a27 100644
--- a/sample/Sample.Graphql/Startup.cs
+++ b/sample/Sample.Graphql/Startup.cs
@@ -292,4 +292,4 @@ protected override void Configure(IFilterInputTypeDescriptor descriptor)
descriptor.AllowAnd(false).AllowOr(false);
}
-}
\ No newline at end of file
+}
From 3318d53620c62b3b7b85b353e99687e7ca70b9ee Mon Sep 17 00:00:00 2001
From: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com>
Date: Sat, 25 May 2024 18:04:33 -0400
Subject: [PATCH 3/3] Automatically linting code
---
sample/Sample.Graphql/Startup.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sample/Sample.Graphql/Startup.cs b/sample/Sample.Graphql/Startup.cs
index ed1988a27..a2086a19f 100644
--- a/sample/Sample.Graphql/Startup.cs
+++ b/sample/Sample.Graphql/Startup.cs
@@ -292,4 +292,4 @@ protected override void Configure(IFilterInputTypeDescriptor descriptor)
descriptor.AllowAnd(false).AllowOr(false);
}
-}
+}
\ No newline at end of file