Skip to content

Commit

Permalink
Merge pull request #38 from bobbahbrown/1.3.8
Browse files Browse the repository at this point in the history
Version 1.3.8 - Update Beestation URL
  • Loading branch information
bobbah authored Aug 13, 2021
2 parents b21be8c + 038fae0 commit 53dc581
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions CentCom.API/CentCom.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.7</Version>
<AssemblyVersion>1.3.7.0</AssemblyVersion>
<FileVersion>1.3.7.0</FileVersion>
<Version>1.3.8</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 1 addition & 3 deletions CentCom.Common/CentCom.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>1.3.7</Version>
<AssemblyVersion>1.3.7.0</AssemblyVersion>
<FileVersion>1.3.7.0</FileVersion>
<Version>1.3.8</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions CentCom.Server/CentCom.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>1.3.7.0</AssemblyVersion>
<FileVersion>1.3.7.0</FileVersion>
<Version>1.3.7</Version>
<Version>1.3.8</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CentCom.Server/Services/BeeBanService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class BeeBanService
{
private const int _parallelRequests = 12;
private readonly IRestClient _client;
private const string BaseUrl = "https://beestation13.com/";
private const string BaseUrl = "https://api.beestation13.com/";
private readonly Regex _pagesPattern = new Regex("page [0-9]+ of (?<maxpages>[0-9]+)", RegexOptions.Compiled);
private static readonly BanSource LrpSource = new BanSource() { Name = "bee-lrp" };
private static readonly BanSource MrpSource = new BanSource() { Name = "bee-mrp" };
Expand Down

0 comments on commit 53dc581

Please sign in to comment.