From 49f33b0fd77638b2615bdab2c35191f1ef37d2c7 Mon Sep 17 00:00:00 2001 From: Nathan C Date: Mon, 17 Feb 2025 22:40:58 -0500 Subject: [PATCH] update --- QuestShare.Dalamud/Services/SocketClientService.cs | 2 +- QuestShare.sln | 5 +++++ plogonmaster.json | 12 ++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/QuestShare.Dalamud/Services/SocketClientService.cs b/QuestShare.Dalamud/Services/SocketClientService.cs index 2d8b315..b387df1 100644 --- a/QuestShare.Dalamud/Services/SocketClientService.cs +++ b/QuestShare.Dalamud/Services/SocketClientService.cs @@ -18,7 +18,7 @@ namespace QuestShare.Services internal class SocketClientService { - private readonly string socketUrl = "http://localhost:8080/Hub"; + private readonly string socketUrl = "http://sol.nate.lan:8080/Hub"; internal static HubConnection connection { get; private set; } = null!; internal static bool IsConnected => connection.State == HubConnectionState.Connected; internal static bool IsAuthorized { get; private set; } = false; diff --git a/QuestShare.sln b/QuestShare.sln index cc40152..15a2de3 100644 --- a/QuestShare.sln +++ b/QuestShare.sln @@ -8,6 +8,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestShare.Server", "QuestS EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestShare.Common", "QuestShare.Common\QuestShare.Common.csproj", "{7A4BDE00-BF8F-4A09-8363-6434609B6865}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE8C4212-4861-444C-9E4E-36DA4CC86458}" + ProjectSection(SolutionItems) = preProject + plogonmaster.json = plogonmaster.json + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 diff --git a/plogonmaster.json b/plogonmaster.json index 3663b90..2d3132e 100644 --- a/plogonmaster.json +++ b/plogonmaster.json @@ -12,11 +12,11 @@ ], "RepoUrl": "https://git.nathanc.tech/nate/QuestShare/", "AcceptsFeedback": false, - "DownloadLinkInstall": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-1/latest.zip", - "DownloadLinkTesting": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-1/latest.zip", - "DownloadLinkUpdate": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-1/latest.zip", - "DownloadCount": 0, - "LastUpdate": "1739848677", + "DownloadLinkInstall": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip", + "DownloadLinkTesting": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip", + "DownloadLinkUpdate": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip", + "DownloadCount": 1, + "LastUpdate": "1739848676", "IsHide": false, "IsTestingExclusive": false, "IconUrl": "", @@ -25,4 +25,4 @@ "AssemblyVersion": "1.0.0.0" } -] \ No newline at end of file +]