update for API14

fix #1
This commit is contained in:
2025-12-23 23:32:08 +01:00
parent 038f71ceb2
commit d39563ef5e
5 changed files with 19 additions and 14 deletions

View File

@@ -75,7 +75,7 @@ public class Tag
{
m_Inheritables = [];
var inheritableFields = GetType().GetFields().Where(field => typeof(IInheritable).IsAssignableFrom(field.FieldType));
var inheritableFields = GetType().GetFields().Where(f => typeof(IInheritable).IsAssignableFrom(f.FieldType));
foreach (var inheritableField in inheritableFields)
{
IInheritable? inheritable = inheritableField.GetValue(this) as IInheritable;

View File

@@ -1,8 +1,8 @@
<Project Sdk="Dalamud.NET.Sdk/13.0.0">
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
<PropertyGroup>
<Authors>r00telement;Pilzinsel64</Authors>
<Version>1.12.3.0</Version>
<Version>1.12.4.0</Version>
</PropertyGroup>
<PropertyGroup>
@@ -46,4 +46,9 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Update="DalamudPackager" Version="14.0.1" />
<PackageReference Update="DotNet.ReproducibleBuilds" Version="1.2.39" />
</ItemGroup>
</Project>

View File

@@ -1,18 +1,18 @@
{
"version": 1,
"dependencies": {
"net9.0-windows7.0": {
"net10.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[13.0.0, )",
"resolved": "13.0.0",
"contentHash": "Mb3cUDSK/vDPQ8gQIeuCw03EMYrej1B4J44a1AvIJ9C759p9XeqdU9Hg4WgOmlnlPe0G7ILTD32PKSUpkQNa8w=="
"requested": "[14.0.1, )",
"resolved": "14.0.1",
"contentHash": "y0WWyUE6dhpGdolK3iKgwys05/nZaVf4ZPtIjpLhJBZvHxkkiE23zYRo7K7uqAgoK/QvK5cqF6l3VG5AbgC6KA=="
},
"DotNet.ReproducibleBuilds": {
"type": "Direct",
"requested": "[1.2.25, )",
"resolved": "1.2.25",
"contentHash": "xCXiw7BCxHJ8pF6wPepRUddlh2dlQlbr81gXA72hdk4FLHkKXas7EH/n+fk5UCA/YfMqG1Z6XaPiUjDbUNBUzg=="
"requested": "[1.2.39, )",
"resolved": "1.2.39",
"contentHash": "fcFN01tDTIQqDuTwr1jUQK/geofiwjG5DycJQOnC72i1SsLAk1ELe+apBOuZ11UMQG8YKFZG1FgvjZPbqHyatg=="
},
"pilz.dalamud": {
"type": "Project"

View File

@@ -4,14 +4,14 @@ Lightweight job visibility in nameplates and chat. Create custom tags and add th
## Install
### Via official plugin repo
### Official plugin repo
This plugin is available via the official plugin repository of Dalamud. Just search for "Player Tags" and install.
### Via third party repo
### Third party repo
For the case you want instant updates, feel free to add my third party repo for this plugin:\
`https://git.pilzinsel64.de/pilzinsel64/playertags/-/snippets/5/raw/main/pluginmaster.json`
`https://git.pilzinsel64.de/Pilzinsel64/PlayerTags/raw/branch/updates/pluginmaster.json`
## Contribution