From d27e6eb8b42c23702b68cd4fdf1800e75590a8c0 Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Thu, 4 Apr 2024 17:20:26 +0200 Subject: [PATCH] chore: nuget improvements --- .gitea/workflows/release.yaml | 1 + RaiNote.PacketMediator/RaiNote.PacketMediator.csproj | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 5d82c23..222edee 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -58,6 +58,7 @@ jobs: run: | cd RaiNote.PacketMediator dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/index.json + dotnet nuget push "*.snupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/index.json generate-licences: needs: [ build, preprocess ] diff --git a/RaiNote.PacketMediator/RaiNote.PacketMediator.csproj b/RaiNote.PacketMediator/RaiNote.PacketMediator.csproj index bc84f10..fc6427c 100644 --- a/RaiNote.PacketMediator/RaiNote.PacketMediator.csproj +++ b/RaiNote.PacketMediator/RaiNote.PacketMediator.csproj @@ -6,7 +6,7 @@ enable $(PackageVersion) https://forge.rainote.dev/rainote/PacketMediator - https://forge.rainote.dev/rainote/PacketMediator/src/branch/main/LICENSE + Apache-2.0 https://forge.rainote.dev/rainote/PacketMediator GIT $(PackageVersion) @@ -17,9 +17,13 @@ Packet Mediator A mediator specifically for packet handling when dispatching to respective packet handlers. RaiNote.PacketMediator + README.md + true + snupkg +