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 @@
-
+
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
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