6 Commits

Author SHA1 Message Date
cb3f8c4f45 Update .github/workflows/release.yml
All checks were successful
Build and Release / Build (push) Successful in 24s
2025-12-20 10:59:11 +01:00
adceee7547 Update .github/workflows/release.yml
Some checks failed
Build and Release / Build (push) Failing after 28s
2025-12-20 10:57:44 +01:00
202b057c3a Merge branch 'main' of ssh://gitea.lozy.pink:22222/lozy360/HouseStealerPlugin 2025-12-20 11:57:04 +02:00
e93a3fe9ff Update to .NET 10, bump dependencies, fix Punchline typo
Upgraded project to target .NET 10.0 and updated Dalamud SDK and DalamudPackager to 14.0.1. Also updated DotNet.ReproducibleBuilds to 1.2.39 and adjusted packages.lock.json accordingly. Fixed a typo in the plugin Punchline in HouseStealerPlugin.json.
2025-12-20 11:56:00 +02:00
4562eb803f Actually fix 2025-08-16 21:02:25 +03:00
233ba8e165 Fix flow 2025-08-16 20:54:41 +03:00
4 changed files with 13 additions and 13 deletions

View File

@@ -18,11 +18,11 @@ jobs:
- name: Set up .NET - name: Set up .NET
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 9.0.x dotnet-version: 10.0.x
- 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://goatcorp.github.io/dalamud-distrib/stg/latest.zip -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

@@ -1,8 +1,8 @@
<Project Sdk="Dalamud.NET.Sdk/13.0.0"> <Project Sdk="Dalamud.NET.Sdk/14.0.1">
<PropertyGroup> <PropertyGroup>
<PluginVersion>1.0.0</PluginVersion> <PluginVersion>1.0.0</PluginVersion>
<TargetFramework>net9.0-windows</TargetFramework> <TargetFramework>net10.0-windows</TargetFramework>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<AssemblyTitle>HouseStealerPlugin</AssemblyTitle> <AssemblyTitle>HouseStealerPlugin</AssemblyTitle>
<Product>HouseStealerPlugin</Product> <Product>HouseStealerPlugin</Product>
@@ -35,7 +35,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DalamudPackager" Version="13.0.0" /> <PackageReference Include="DalamudPackager" Version="14.0.1" />
<PackageReference Include="Lumina.Excel" Version="7.3.1" /> <PackageReference Include="Lumina.Excel" Version="7.3.1" />
</ItemGroup> </ItemGroup>

View File

@@ -7,5 +7,5 @@
"housing", "housing",
"furniture" "furniture"
], ],
"Punchline": "irating houses was never this easy before" "Punchline": "Pirating houses was never this easy before"
} }

View File

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