Skip to content

Commit 815abcd

Browse files
committed
Updated dependencies
1 parent 0c0979f commit 815abcd

4 files changed

Lines changed: 4 additions & 4 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! 6.0.0",
4+
"name": "GameOn! 6.0.3",
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": "6.0.0"
10+
"version": "6.0.3"
1111
},
1212
"paths": {
1313
"/Admin/dashboard": {

GameOn.External/GameOn.External.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.9" />
4848
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.9" />
4949
<PackageReference Include="Minio" Version="6.0.5" />
50-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
50+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
5151
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
5252
<PrivateAssets>all</PrivateAssets>
5353
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

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 = "6.0.2",
26+
Version = "6.0.3",
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)