5 Commits

Author SHA1 Message Date
cd23b9e381 yes 2025-08-06 17:01:25 +03:00
f299e04189 Upgrade 13 2025-08-06 17:01:08 +03:00
023418599e api13 2025-08-06 16:53:14 +03:00
b124838915 test 2025-08-06 15:58:06 +03:00
726ecc5688 Fixing readme 2025-06-24 18:10:16 +03:00
6 changed files with 16 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Download Dalamud Latest - name: Download Dalamud Latest
run: | run: |
wget https://goatcorp.github.io/dalamud-distrib/latest.zip -O ${{ env.DALAMUD_HOME }}.zip wget https://kamori.goats.dev/File/Get/c047a875a16963ea8f47c51d87443610dee93285954d7ba60d91ce49c9474488 -O ${{ env.DALAMUD_HOME }}.zip
unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }} unzip ${{ env.DALAMUD_HOME }}.zip -d ${{ env.DALAMUD_HOME }}
- name: Restore Project - name: Restore Project

View File

@@ -2,10 +2,6 @@
Update honorific title based on discord activity informations. Update honorific title based on discord activity informations.
## Installation
Installable using my custom repository (instructions here: https://github.com/anya-hichu/DalamudPluginRepo) or from compiled archives.
## Commands ## Commands

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Dalamud.NET.Sdk/12.0.2"> <Project Sdk="Dalamud.NET.Sdk/13.0.0">
<PropertyGroup> <PropertyGroup>
<Description>Update honorific title based on spotify informations</Description> <Description>Update honorific title based on spotify informations</Description>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
@@ -9,4 +9,13 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Scriban" Version="6.0.0" /> <PackageReference Include="Scriban" Version="6.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Remove="ImGui.NET" />
<Reference Include="Dalamud.Bindings.ImGui" Private="false" />
<Reference Include="Dalamud.Bindings.ImPlot" Private="false" />
<Reference Include="Dalamud.Bindings.ImGuizmo" Private="false" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="DalamudPackager" Version="13.0.0" />
</ItemGroup>
</Project> </Project>

View File

@@ -1,7 +1,7 @@
using Dalamud.Interface.Utility; using Dalamud.Interface.Utility;
using ImGuiNET; using Dalamud.Bindings.ImGui;
using System.Numerics; using System.Numerics;
namespace SpotifyHonorific.Utils; namespace SpotifyHonorific.Utils;

View File

@@ -2,7 +2,7 @@ using Dalamud.Interface.Windowing;
using Dalamud.Utility; using Dalamud.Utility;
using SpotifyHonorific.Updaters; using SpotifyHonorific.Updaters;
using SpotifyHonorific.Utils; using SpotifyHonorific.Utils;
using ImGuiNET; using Dalamud.Bindings.ImGui;
using System.Numerics; using System.Numerics;
namespace SpotifyHonorific.Windows; namespace SpotifyHonorific.Windows;

View File

@@ -4,9 +4,9 @@
"net9.0-windows7.0": { "net9.0-windows7.0": {
"DalamudPackager": { "DalamudPackager": {
"type": "Direct", "type": "Direct",
"requested": "[12.0.0, )", "requested": "[13.0.0, )",
"resolved": "12.0.0", "resolved": "13.0.0",
"contentHash": "J5TJLV3f16T/E2H2P17ClWjtfEBPpq3yxvqW46eN36JCm6wR+EaoaYkqG9Rm5sHqs3/nK/vKjWWyvEs/jhKoXw==" "contentHash": "Mb3cUDSK/vDPQ8gQIeuCw03EMYrej1B4J44a1AvIJ9C759p9XeqdU9Hg4WgOmlnlPe0G7ILTD32PKSUpkQNa8w=="
}, },
"DotNet.ReproducibleBuilds": { "DotNet.ReproducibleBuilds": {
"type": "Direct", "type": "Direct",