Compare commits
12 Commits
detached
...
1.42.0.71-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4665a0909 | ||
|
|
cb4bcec5e9 | ||
|
|
e5fa477eee | ||
|
|
af607e4380 | ||
|
|
29e6555480 | ||
|
|
9402731b2b | ||
|
|
f43fb28257 | ||
|
|
465da1bdf2 | ||
|
|
0a592c87dd | ||
|
|
321a9c8b55 | ||
|
|
4aa09ce05e | ||
|
|
fea633b6f6 |
@@ -13,7 +13,7 @@ namespace LightlessSync.Interop.Ipc;
|
||||
|
||||
public sealed class IpcCallerBrio : IpcServiceBase
|
||||
{
|
||||
private static readonly IpcServiceDescriptor BrioDescriptor = new("Brio", "Brio", new Version(3, 0, 0, 0));
|
||||
private static readonly IpcServiceDescriptor BrioDescriptor = new("Brio", "Brio", new Version(0, 0, 0, 0));
|
||||
|
||||
private readonly ILogger<IpcCallerBrio> _logger;
|
||||
private readonly DalamudUtilService _dalamudUtilService;
|
||||
@@ -144,7 +144,7 @@ public sealed class IpcCallerBrio : IpcServiceBase
|
||||
try
|
||||
{
|
||||
var version = _apiVersion.Invoke();
|
||||
return version.Item1 == 3 && version.Item2 >= 0
|
||||
return version.Breaking == 3 && version.Feature >= 0
|
||||
? IpcConnectionState.Available
|
||||
: IpcConnectionState.VersionMismatch;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors></Authors>
|
||||
<Company></Company>
|
||||
<Version>2.0.0</Version>
|
||||
<Version>1.42.0.71</Version>
|
||||
<Description></Description>
|
||||
<Copyright></Copyright>
|
||||
<PackageProjectUrl>https://github.com/Light-Public-Syncshells/LightlessClient</PackageProjectUrl>
|
||||
|
||||
Reference in New Issue
Block a user