Penumbra IPC change test

This commit is contained in:
2025-09-01 18:37:44 +02:00
parent c4d1f427cd
commit 0fde8dc00f
3 changed files with 7 additions and 5 deletions

View File

@@ -216,7 +216,9 @@ public sealed class IpcCallerPenumbra : DisposableMediatorSubscriberBase, IIpcCa
return await _dalamudUtil.RunOnFrameworkThread(() =>
{
var collName = "Namazu_" + uid;
var collId = _penumbraCreateNamedTemporaryCollection.Invoke(collName);
// I'm assuming the identity penumbra wants is what the calling plugin is
// we'll have to see if I'm correct
_penumbraCreateNamedTemporaryCollection.Invoke("NamazuSync", collName, out var collId);
logger.LogTrace("Creating Temp Collection {collName}, GUID: {collId}", collName, collId);
return collId;

View File

@@ -39,7 +39,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
<PackageReference Include="Glamourer.Api" Version="2.4.0" />
<PackageReference Include="NReco.Logging.File" Version="1.2.2" />
<PackageReference Include="Penumbra.Api" Version="5.6.0" />
<PackageReference Include="Penumbra.Api" Version="5.12.0" />
<PackageReference Include="Penumbra.String" Version="1.0.5" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.7.0.110445">

View File

@@ -107,9 +107,9 @@
},
"Penumbra.Api": {
"type": "Direct",
"requested": "[5.6.0, )",
"resolved": "5.6.0",
"contentHash": "zMmkxX1+7COn23aTeq0L+UMA79ocmvQdvj5RgksEfTKrKZLbtaqRPCe6NsChyfGvcj79sgfAW/9hJ+FAzzVcNg=="
"requested": "[5.12.0, )",
"resolved": "5.12.0",
"contentHash": "XGWviAZgokj2djpH50FWgM24jOTpKUuDHvd0HwrzBRY6BEMmpb3HfGIl8+BDE/DqbpH63u6aO2TvzUV6BmXT5w=="
},
"Penumbra.String": {
"type": "Direct",