Skip to content

Commit e155465

Browse files
authored
Merge pull request #281 from Syriiin/renovate/major-swashbuckle-aspnetcore-monorepo
Update swashbuckle-aspnetcore monorepo to v10 (major)
2 parents 27beb16 + 35413bf commit e155465

7 files changed

Lines changed: 27 additions & 7 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"swashbuckle.aspnetcore.cli": {
6-
"version": "9.0.6",
6+
"version": "10.1.5",
77
"commands": [
88
"swagger"
99
]

Difficalcy/Difficalcy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<FrameworkReference Include="Microsoft.AspNetCore.App" />
77
</ItemGroup>
88
<ItemGroup>
9-
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
9+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.5" />
1010
<PackageReference Include="StackExchange.Redis" Version="2.12.1" />
1111
</ItemGroup>
1212
</Project>

Difficalcy/DifficalcyStartup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using Microsoft.Extensions.DependencyInjection;
66
using Microsoft.Extensions.Hosting;
77
using Microsoft.Extensions.Logging;
8-
using Microsoft.OpenApi.Models;
8+
using Microsoft.OpenApi;
99
using StackExchange.Redis;
1010

1111
namespace Difficalcy

docs/docs/api-reference/difficalcy-catch.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,10 @@
377377
"additionalProperties": false
378378
}
379379
}
380-
}
380+
},
381+
"tags": [
382+
{
383+
"name": "CatchCalculator"
384+
}
385+
]
381386
}

docs/docs/api-reference/difficalcy-mania.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,5 +386,10 @@
386386
"additionalProperties": false
387387
}
388388
}
389-
}
389+
},
390+
"tags": [
391+
{
392+
"name": "ManiaCalculator"
393+
}
394+
]
390395
}

docs/docs/api-reference/difficalcy-osu.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,5 +445,10 @@
445445
"additionalProperties": false
446446
}
447447
}
448-
}
448+
},
449+
"tags": [
450+
{
451+
"name": "OsuCalculator"
452+
}
453+
]
449454
}

docs/docs/api-reference/difficalcy-taiko.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,5 +375,10 @@
375375
"additionalProperties": false
376376
}
377377
}
378-
}
378+
},
379+
"tags": [
380+
{
381+
"name": "TaikoCalculator"
382+
}
383+
]
379384
}

0 commit comments

Comments
 (0)