Skip to content

Commit da69dd4

Browse files
committed
Update distribute (7fd1026b8734d5b5593d54b7f723ee5efff2e435)
1 parent a2a021d commit da69dd4

File tree

3 files changed

+64
-5
lines changed

3 files changed

+64
-5
lines changed

stable/NextUIPlugin/NextUIPlugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"Author": "Kaminaris",
33
"Name": "NextUIPlugin",
44
"InternalName": "NextUIPlugin",
5-
"AssemblyVersion": "10.0.0.2",
5+
"AssemblyVersion": "11.0.0.0",
66
"Description": "OverlayPlugin replacement for Dalamud, works similarly to BrowserHost with addition to having more options and built in websocket server.",
77
"ApplicableVersion": "any",
88
"RepoUrl": "https://gitlab.com/kaminariss/nextui-plugin",
99
"Tags": [
1010
"UI"
1111
],
12-
"DalamudApiLevel": 10,
12+
"DalamudApiLevel": 11,
1313
"LoadRequiredState": 0,
1414
"LoadSync": false,
1515
"CanUnloadAsync": false,

stable/NextUIPlugin/latest.zip

-55 Bytes
Binary file not shown.

state.json

Lines changed: 62 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28752,9 +28752,9 @@
2875228752
}
2875328753
},
2875428754
"NextUIPlugin": {
28755-
"BuiltCommit": "e76592ba4a67c7b677a8224e9d9ab8f4002ac4d9",
28756-
"TimeBuilt": "2024-07-23T02:11:12.041",
28757-
"EffectiveVersion": "10.0.0.2",
28755+
"BuiltCommit": "19238d1cd0ad0db3dfbfc1fa63d7e8ad644e3df3",
28756+
"TimeBuilt": "2025-01-19T16:54:33.3885263+00:00",
28757+
"EffectiveVersion": "11.0.0.0",
2875828758
"MinimumVersion": null,
2875928759
"Changelogs": {
2876028760
"7.0.0.6": {
@@ -28786,6 +28786,37 @@
2878628786
"Changelog": "Updated for patch 7 - pid and path fix\nUpdated for patch 6.5",
2878728787
"UsedNeeds": null,
2878828788
"Reviewer": null
28789+
},
28790+
"11.0.0.0": {
28791+
"TimeReleased": "2025-01-19T16:54:33.3885824+00:00",
28792+
"Changelog": "Updated for patch 7.15\nUpdated for patch 7 - pid and path fix\nUpdated for patch 6.5",
28793+
"UsedNeeds": [
28794+
{
28795+
"Key": "cef.redist.x64",
28796+
"Version": "110.0.28"
28797+
},
28798+
{
28799+
"Key": "Microsoft.NET.ILLink.Tasks",
28800+
"Version": "8.0.7"
28801+
},
28802+
{
28803+
"Key": "NSubsys",
28804+
"Version": "1.0.0"
28805+
},
28806+
{
28807+
"Key": "DalamudPackager",
28808+
"Version": "11.0.0"
28809+
},
28810+
{
28811+
"Key": "Fleck",
28812+
"Version": "1.2.0"
28813+
},
28814+
{
28815+
"Key": "System.Reactive",
28816+
"Version": "5.0.0"
28817+
}
28818+
],
28819+
"Reviewer": "philpax"
2878928820
}
2879028821
}
2879128822
},
@@ -77986,6 +78017,34 @@
7798678017
"Version": "7.1.3",
7798778018
"ReviewedBy": "philpax",
7798878019
"ReviewedAt": "2025-01-19T16:35:22.1615398Z"
78020+
},
78021+
{
78022+
"Type": 1,
78023+
"Key": "cef.redist.x64",
78024+
"Version": "110.0.28",
78025+
"ReviewedBy": "philpax",
78026+
"ReviewedAt": "2025-01-19T16:54:33.4224235Z"
78027+
},
78028+
{
78029+
"Type": 1,
78030+
"Key": "Microsoft.NET.ILLink.Tasks",
78031+
"Version": "8.0.7",
78032+
"ReviewedBy": "philpax",
78033+
"ReviewedAt": "2025-01-19T16:54:33.4224711Z"
78034+
},
78035+
{
78036+
"Type": 1,
78037+
"Key": "NSubsys",
78038+
"Version": "1.0.0",
78039+
"ReviewedBy": "philpax",
78040+
"ReviewedAt": "2025-01-19T16:54:33.4224713Z"
78041+
},
78042+
{
78043+
"Type": 1,
78044+
"Key": "Fleck",
78045+
"Version": "1.2.0",
78046+
"ReviewedBy": "philpax",
78047+
"ReviewedAt": "2025-01-19T16:54:33.4224718Z"
7798978048
}
7799078049
]
7799178050
}

0 commit comments

Comments
 (0)