From a6a40858d6339c7b102a2212426c4b4182357df4 Mon Sep 17 00:00:00 2001 From: ArchLeaders Date: Tue, 5 Dec 2023 01:41:51 -0800 Subject: [PATCH] Forget about that last commit :| --- .github/workflows/nuget.yaml | 6 +++--- src/MessageStudio.Core/MessageStudio.Core.csproj | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuget.yaml b/.github/workflows/nuget.yaml index 1a1a4ef..1c9b0fa 100644 --- a/.github/workflows/nuget.yaml +++ b/.github/workflows/nuget.yaml @@ -51,7 +51,7 @@ jobs: dotnet pack src/${{ env.project_name }}/${{ env.project_name }}.csproj \ --no-restore \ -c Release \ - -o ./build-output/ \ + -o ./build-output/ \ -p:Authors="${{ env.authors }}" \ -p:Description="${{ env.description }}" \ -p:PackageLicenseExpression="${{ env.spdx }}" \ @@ -65,5 +65,5 @@ jobs: shell: bash run: |- dotnet nuget push ./build-output/*.nupkg \ - -k ${{ secrets.NUGET_AUTH }} \ - -s ${{ env.nuget }} \ \ No newline at end of file + -k ${{ secrets.NUGET_AUTH }} \ + -s ${{ env.nuget }} \ \ No newline at end of file diff --git a/src/MessageStudio.Core/MessageStudio.Core.csproj b/src/MessageStudio.Core/MessageStudio.Core.csproj index fbf366b..5033be7 100644 --- a/src/MessageStudio.Core/MessageStudio.Core.csproj +++ b/src/MessageStudio.Core/MessageStudio.Core.csproj @@ -6,6 +6,14 @@ enable true 8500 + Readme.md + + + True + \ + + +