Skip to content

Commit 879d422

Browse files
committed
Updated dependencies
1 parent 8b130ad commit 879d422

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

GameOn.Documentation/GameOn! API.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
33
"_postman_id": "1319992f-a208-4bcb-91f5-9faa28794297",
4-
"name": "GameOn! 5.2.7",
4+
"name": "GameOn! 5.2.8",
55
"description": "This API goal is to monitor players performance across real-world and virtual games.",
66
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
77
"_exporter_id": "6882080"

GameOn.Documentation/GameOn!.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "Valentin Virot",
88
"email": "virot.valentin@gmail.com"
99
},
10-
"version": "5.2.7"
10+
"version": "5.2.8"
1111
},
1212
"paths": {
1313
"/Admin/dashboard": {

GameOn.Presentation/GameOn.Presentation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<PrivateAssets>all</PrivateAssets>
4949
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5050
</PackageReference>
51-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.4" />
52-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="8.1.4" />
51+
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.1" />
52+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="9.0.1" />
5353
</ItemGroup>
5454

5555
<ItemGroup>

GameOn.Presentation/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
c.EnableAnnotations();
2424
c.SwaggerDoc("v1", new Microsoft.OpenApi.Models.OpenApiInfo
2525
{
26-
Version = "5.2.7",
26+
Version = "5.2.8",
2727
Title = "LeadOn's Corp - GameOn! API",
2828
Description = "This API goal is to monitor players performance across multiple games.",
2929
Contact = new Microsoft.OpenApi.Models.OpenApiContact

0 commit comments

Comments
 (0)