From 78bc065124185747f9d6a6a26ce5764fe6f9cf28 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 19 Mar 2026 09:56:05 +0000
Subject: [PATCH 1/3] Update swashbuckle-aspnetcore monorepo to v10
---
.config/dotnet-tools.json | 2 +-
Difficalcy/Difficalcy.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 06678ba..3788150 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
- "version": "9.0.6",
+ "version": "10.1.5",
"commands": [
"swagger"
]
diff --git a/Difficalcy/Difficalcy.csproj b/Difficalcy/Difficalcy.csproj
index c6f2d92..778e2c5 100644
--- a/Difficalcy/Difficalcy.csproj
+++ b/Difficalcy/Difficalcy.csproj
@@ -6,7 +6,7 @@
-
+
From 835033ad0e963eb05e817cbe65c04c50571d6d0c Mon Sep 17 00:00:00 2001
From: Samuel Cattini-Schultz
Date: Fri, 20 Mar 2026 19:10:01 +0900
Subject: [PATCH 2/3] Update imports for swashbuckle update
---
Difficalcy/DifficalcyStartup.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Difficalcy/DifficalcyStartup.cs b/Difficalcy/DifficalcyStartup.cs
index de3fc73..182b90f 100644
--- a/Difficalcy/DifficalcyStartup.cs
+++ b/Difficalcy/DifficalcyStartup.cs
@@ -5,7 +5,7 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
-using Microsoft.OpenApi.Models;
+using Microsoft.OpenApi;
using StackExchange.Redis;
namespace Difficalcy
From 35413bfc8c89f28a451f2d0bdc69298fb1b880d5 Mon Sep 17 00:00:00 2001
From: Samuel Cattini-Schultz
Date: Fri, 20 Mar 2026 19:10:11 +0900
Subject: [PATCH 3/3] Update docs
---
docs/docs/api-reference/difficalcy-catch.json | 7 ++++++-
docs/docs/api-reference/difficalcy-mania.json | 7 ++++++-
docs/docs/api-reference/difficalcy-osu.json | 7 ++++++-
docs/docs/api-reference/difficalcy-taiko.json | 7 ++++++-
4 files changed, 24 insertions(+), 4 deletions(-)
diff --git a/docs/docs/api-reference/difficalcy-catch.json b/docs/docs/api-reference/difficalcy-catch.json
index f68c12f..ff2e067 100644
--- a/docs/docs/api-reference/difficalcy-catch.json
+++ b/docs/docs/api-reference/difficalcy-catch.json
@@ -377,5 +377,10 @@
"additionalProperties": false
}
}
- }
+ },
+ "tags": [
+ {
+ "name": "CatchCalculator"
+ }
+ ]
}
\ No newline at end of file
diff --git a/docs/docs/api-reference/difficalcy-mania.json b/docs/docs/api-reference/difficalcy-mania.json
index d2a7cfa..509f663 100644
--- a/docs/docs/api-reference/difficalcy-mania.json
+++ b/docs/docs/api-reference/difficalcy-mania.json
@@ -386,5 +386,10 @@
"additionalProperties": false
}
}
- }
+ },
+ "tags": [
+ {
+ "name": "ManiaCalculator"
+ }
+ ]
}
\ No newline at end of file
diff --git a/docs/docs/api-reference/difficalcy-osu.json b/docs/docs/api-reference/difficalcy-osu.json
index 811c3e5..77c2fe1 100644
--- a/docs/docs/api-reference/difficalcy-osu.json
+++ b/docs/docs/api-reference/difficalcy-osu.json
@@ -445,5 +445,10 @@
"additionalProperties": false
}
}
- }
+ },
+ "tags": [
+ {
+ "name": "OsuCalculator"
+ }
+ ]
}
\ No newline at end of file
diff --git a/docs/docs/api-reference/difficalcy-taiko.json b/docs/docs/api-reference/difficalcy-taiko.json
index 2c4a836..a9045bf 100644
--- a/docs/docs/api-reference/difficalcy-taiko.json
+++ b/docs/docs/api-reference/difficalcy-taiko.json
@@ -375,5 +375,10 @@
"additionalProperties": false
}
}
- }
+ },
+ "tags": [
+ {
+ "name": "TaikoCalculator"
+ }
+ ]
}
\ No newline at end of file