Skip to content

Commit

Permalink
Merge pull request #48 from bobbahbrown/v1.3.16
Browse files Browse the repository at this point in the history
Version 1.3.16 - Fix Swagger documentation
  • Loading branch information
bobbah authored Sep 9, 2021
2 parents c391b0a + 1867cd1 commit 18b36dd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CentCom.API/CentCom.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.15</Version>
<Version>1.3.16</Version>
<UserSecretsId>1f5f48fa-862f-4472-ba34-2c5a26035e88</UserSecretsId>
</PropertyGroup>

Expand Down
2 changes: 2 additions & 0 deletions CentCom.API/Controllers/ScraperInfoController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

namespace CentCom.API.Controllers
{
[ApiExplorerSettings(IgnoreApi = true)]
[Route("scraper")]
public class ScraperInfoController : Controller
{
[HttpGet]
public IActionResult Index()
{
return View();
Expand Down
1 change: 1 addition & 0 deletions CentCom.API/Controllers/ViewerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace CentCom.API.Controllers
{
[ApiExplorerSettings(IgnoreApi = true)]
public class ViewerController : Controller
{
private readonly IBanService _banService;
Expand Down
2 changes: 1 addition & 1 deletion CentCom.Bot/CentCom.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.3.15</Version>
<Version>1.3.16</Version>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>c8af1449-8cdf-4707-a66d-51e896551bfb</UserSecretsId>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion CentCom.Common/CentCom.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.15</Version>
<Version>1.3.16</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CentCom.Exporter/CentCom.Exporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.15</Version>
<Version>1.3.16</Version>
<UserSecretsId>a625260b-31a1-4f4b-84f4-96ccc7a335e7</UserSecretsId>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion CentCom.Server/CentCom.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.15</Version>
<Version>1.3.16</Version>
<UserSecretsId>94572412-7eb8-4652-aff2-8afc154cf139</UserSecretsId>
</PropertyGroup>

Expand Down

0 comments on commit 18b36dd

Please sign in to comment.