3 Commits

Author SHA1 Message Date
2aae676fa3 Update .github/workflows/release.yml
All checks were successful
Build and Release / Build (push) Successful in 23s
2025-12-19 06:06:10 +01:00
e9e6937794 Merge branch 'main' of ssh://gitea.lozy.pink:22222/lozy360/spotify-honorific
Some checks failed
Build and Release / Build (push) Failing after 25s
2025-12-19 06:59:10 +02:00
abd7e2515f Update Dalamud SDK and Packager to v14.0.1
Upgraded Dalamud.NET.Sdk and DalamudPackager from version 14.0.0 to 14.0.1 in the project file and package lock. No other dependencies were changed.
2025-12-19 06:58:58 +02:00
3 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Build Project
run: dotnet build --configuration Release SpotifyHonorific/SpotifyHonorific.csproj -p:AssemblyVersion=${{ github.ref_name }}
- name: Create Release
uses: actions/create-release@v1
id: create_release
@@ -45,7 +45,7 @@ jobs:
run: |
curl \
-X POST \
-H "Authorization: token ${{ github.token }}" \
-H "Authorization: token ${{ gitea.token }}" \
-H "Content-Type: application/zip" \
--data-binary @latest.zip \
--data-binary @SpotifyHonorific/bin/Release/SpotifyHonorific/latest.zip \
"${{ steps.create_release.outputs.upload_url }}?name=latest.zip"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Dalamud.NET.Sdk/14.0.0">
<Project Sdk="Dalamud.NET.Sdk/14.0.1">
<PropertyGroup>
<Description>Update honorific title based on spotify informations</Description>
<IsPackable>false</IsPackable>
@@ -16,7 +16,7 @@
<Reference Include="Dalamud.Bindings.ImGuizmo" Private="false" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="DalamudPackager" Version="14.0.0" />
<PackageReference Update="DalamudPackager" Version="14.0.1" />
<PackageReference Update="DotNet.ReproducibleBuilds" Version="1.2.39" />
</ItemGroup>
</Project>

View File

@@ -4,9 +4,9 @@
"net10.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[14.0.0, )",
"resolved": "14.0.0",
"contentHash": "9c1q/eAeAs82mkQWBOaCvbt3GIQxAIadz5b/7pCXDIy9nHPtnRc+tDXEvKR+M36Wvi7n+qBTevRupkLUQp6DFA=="
"requested": "[14.0.1, )",
"resolved": "14.0.1",
"contentHash": "y0WWyUE6dhpGdolK3iKgwys05/nZaVf4ZPtIjpLhJBZvHxkkiE23zYRo7K7uqAgoK/QvK5cqF6l3VG5AbgC6KA=="
},
"DotNet.ReproducibleBuilds": {
"type": "Direct",