Product name change

This commit is contained in:
tidusjar 2016-12-19 19:24:54 +00:00
parent 83c37d926e
commit a1ec30c641
45 changed files with 256 additions and 234 deletions

View file

@ -43,14 +43,14 @@ namespace PlexRequests.Core.StatusChecker
public StatusChecker(ISettingsService<SystemSettings> ss)
{
SystemSettings = ss;
Git = new GitHubClient(new ProductHeaderValue("PlexRequests-StatusChecker"));
Git = new GitHubClient(new ProductHeaderValue("Ombi-StatusChecker"));
}
private ISettingsService<SystemSettings> SystemSettings { get; }
private IGitHubClient Git { get; }
private const string Owner = "tidusjar";
private const string RepoName = "PlexRequests.Net";
private const string RepoName = "Ombi";
private const string AppveyorApiUrl = "https://ci.appveyor.com/api";
private const string Api =