SDK update.

This commit is contained in:
Ottermandias 2025-12-19 01:26:19 +01:00
parent 598f598e82
commit cf87184c92
12 changed files with 24 additions and 20 deletions

View file

@ -9,13 +9,15 @@ jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v5
with: with:
submodules: recursive submodules: recursive
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v5
with: with:
dotnet-version: '9.x.x' dotnet-version: |
10.x.x
9.x.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
- name: Download Dalamud - name: Download Dalamud

View file

@ -9,13 +9,15 @@ jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v5
with: with:
submodules: recursive submodules: recursive
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v5
with: with:
dotnet-version: '9.x.x' dotnet-version: |
10.x.x
9.x.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore
- name: Download Dalamud - name: Download Dalamud

@ -1 +1 @@
Subproject commit 3bfd1db3a471f6e808c4d981485a08f58a4bf6cd Subproject commit 5b6730d46f17bdd02a441e23e2141576cf7acf53

View file

@ -1,4 +1,4 @@
<Project Sdk="Dalamud.NET.Sdk/14.0.0"> <Project Sdk="Dalamud.NET.Sdk/14.0.1">
<PropertyGroup> <PropertyGroup>
<RootNamespace>Glamourer</RootNamespace> <RootNamespace>Glamourer</RootNamespace>
<AssemblyName>Glamourer</AssemblyName> <AssemblyName>Glamourer</AssemblyName>

View file

@ -8,7 +8,7 @@
"AssemblyVersion": "9.0.0.1", "AssemblyVersion": "9.0.0.1",
"RepoUrl": "https://github.com/Ottermandias/Glamourer", "RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"DalamudApiLevel": 13, "DalamudApiLevel": 14,
"ImageUrls": null, "ImageUrls": null,
"IconUrl": "https://raw.githubusercontent.com/Ottermandias/Glamourer/master/images/icon.png" "IconUrl": "https://raw.githubusercontent.com/Ottermandias/Glamourer/master/images/icon.png"
} }

View file

@ -1,4 +1,3 @@
using Dalamud.Game.ClientState.Objects;
using Dalamud.Interface.DragDrop; using Dalamud.Interface.DragDrop;
using Dalamud.Plugin; using Dalamud.Plugin;
using Dalamud.Plugin.Services; using Dalamud.Plugin.Services;
@ -17,6 +16,7 @@ public class DalamudServices
services.AddDalamudService<ICommandManager>(pi); services.AddDalamudService<ICommandManager>(pi);
services.AddDalamudService<IDataManager>(pi); services.AddDalamudService<IDataManager>(pi);
services.AddDalamudService<IClientState>(pi); services.AddDalamudService<IClientState>(pi);
services.AddDalamudService<IPlayerState>(pi);
services.AddDalamudService<ICondition>(pi); services.AddDalamudService<ICondition>(pi);
services.AddDalamudService<IGameGui>(pi); services.AddDalamudService<IGameGui>(pi);
services.AddDalamudService<IChatGui>(pi); services.AddDalamudService<IChatGui>(pi);

View file

@ -4,9 +4,9 @@
"net10.0-windows7.0": { "net10.0-windows7.0": {
"DalamudPackager": { "DalamudPackager": {
"type": "Direct", "type": "Direct",
"requested": "[14.0.0, )", "requested": "[14.0.1, )",
"resolved": "14.0.0", "resolved": "14.0.1",
"contentHash": "9c1q/eAeAs82mkQWBOaCvbt3GIQxAIadz5b/7pCXDIy9nHPtnRc+tDXEvKR+M36Wvi7n+qBTevRupkLUQp6DFA==" "contentHash": "y0WWyUE6dhpGdolK3iKgwys05/nZaVf4ZPtIjpLhJBZvHxkkiE23zYRo7K7uqAgoK/QvK5cqF6l3VG5AbgC6KA=="
}, },
"DotNet.ReproducibleBuilds": { "DotNet.ReproducibleBuilds": {
"type": "Direct", "type": "Direct",
@ -109,7 +109,7 @@
"FlatSharp.Runtime": "[7.9.0, )", "FlatSharp.Runtime": "[7.9.0, )",
"OtterGui": "[1.0.0, )", "OtterGui": "[1.0.0, )",
"Penumbra.Api": "[5.13.0, )", "Penumbra.Api": "[5.13.0, )",
"Penumbra.String": "[1.0.6, )" "Penumbra.String": "[1.0.7, )"
} }
}, },
"penumbra.string": { "penumbra.string": {

@ -1 +1 @@
Subproject commit 6f3236453b1edfaa25c8edcc8b39a9d9b2fc18ac Subproject commit ff1e6543845e3b8c53a5f8b240bc38faffb1b3bf

@ -1 +1 @@
Subproject commit e4934ccca0379f22dadf989ab2d34f30b3c5c7ea Subproject commit 1750c41b53e1000c99a7fb9d8a0f082aef639a41

@ -1 +1 @@
Subproject commit 2ff50e68f7c951f0f8b25957a400a2e32ed9d6dc Subproject commit 0e973ed6eace6afd31cd298f8c58f76fa8d5ef60

@ -1 +1 @@
Subproject commit 0315144ab5614c11911e2a4dddf436fb18c5d7e3 Subproject commit 9bd016fbef5fb2de467dd42165267fdd93cd9592

View file

@ -21,8 +21,8 @@
"TestingAssemblyVersion": "1.5.1.5", "TestingAssemblyVersion": "1.5.1.5",
"RepoUrl": "https://github.com/Ottermandias/Glamourer", "RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"DalamudApiLevel": 13, "DalamudApiLevel": 14,
"TestingDalamudApiLevel": 13, "TestingDalamudApiLevel": 14,
"IsHide": "False", "IsHide": "False",
"IsTestingExclusive": "False", "IsTestingExclusive": "False",
"DownloadCount": 1, "DownloadCount": 1,