4 Commits
Author SHA1 Message Date
lozy360 202b057c3a Merge branch 'main' of ssh://gitea.lozy.pink:22222/lozy360/HouseStealerPlugin 2025-12-20 11:57:04 +02:00
lozy360 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
lozy360 4562eb803f Actually fix 2025-08-16 21:02:25 +03:00
lozy360 233ba8e165 Fix flow 2025-08-16 20:54:41 +03:00
3 changed files with 11 additions and 11 deletions
+3 -3
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>
+1 -1
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"
} }
+7 -7
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",