Skip to content

Commit 18b36dd

Browse files
authored
Merge pull request #48 from bobbahbrown/v1.3.16
Version 1.3.16 - Fix Swagger documentation
2 parents c391b0a + 1867cd1 commit 18b36dd

File tree

7 files changed

+8
-5
lines changed

7 files changed

+8
-5
lines changed

CentCom.API/CentCom.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5-
<Version>1.3.15</Version>
5+
<Version>1.3.16</Version>
66
<UserSecretsId>1f5f48fa-862f-4472-ba34-2c5a26035e88</UserSecretsId>
77
</PropertyGroup>
88

CentCom.API/Controllers/ScraperInfoController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
namespace CentCom.API.Controllers
44
{
5+
[ApiExplorerSettings(IgnoreApi = true)]
56
[Route("scraper")]
67
public class ScraperInfoController : Controller
78
{
9+
[HttpGet]
810
public IActionResult Index()
911
{
1012
return View();

CentCom.API/Controllers/ViewerController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
namespace CentCom.API.Controllers
99
{
10+
[ApiExplorerSettings(IgnoreApi = true)]
1011
public class ViewerController : Controller
1112
{
1213
private readonly IBanService _banService;

CentCom.Bot/CentCom.Bot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<Version>1.3.15</Version>
5+
<Version>1.3.16</Version>
66
<TargetFramework>net5.0</TargetFramework>
77
<UserSecretsId>c8af1449-8cdf-4707-a66d-51e896551bfb</UserSecretsId>
88
</PropertyGroup>

CentCom.Common/CentCom.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5-
<Version>1.3.15</Version>
5+
<Version>1.3.16</Version>
66
</PropertyGroup>
77

88
<ItemGroup>

CentCom.Exporter/CentCom.Exporter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5-
<Version>1.3.15</Version>
5+
<Version>1.3.16</Version>
66
<UserSecretsId>a625260b-31a1-4f4b-84f4-96ccc7a335e7</UserSecretsId>
77
</PropertyGroup>
88

CentCom.Server/CentCom.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
6-
<Version>1.3.15</Version>
6+
<Version>1.3.16</Version>
77
<UserSecretsId>94572412-7eb8-4652-aff2-8afc154cf139</UserSecretsId>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)