From ee0da02d1cc65834d59ed24768d9fa69bdfba704 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 20 Jan 2023 14:43:42 +0100 Subject: [PATCH] chore: use version prefix to allow for setting a version suffix --- .github/workflows/build-test.yml | 2 +- Core/NosSmooth.Core/NosSmooth.Core.csproj | 4 +--- Core/NosSmooth.Game/NosSmooth.Game.csproj | 4 +--- .../NosSmooth.Data.Abstractions.csproj | 4 +--- Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj | 4 +--- Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj | 4 +--- 6 files changed, 6 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 797ff03..fc9f035 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -36,6 +36,6 @@ jobs: - name: Publish NuGet on MyGet working-directory: nuget if: github.ref == 'refs/heads/main' && github.event_name == 'push' - run: dotnet nuget push *.nupkg --skip-duplicate --version-suffix "main$GITHUB_RUN_ID" -k $MYGET_AUTH_TOKEN -s https://www.myget.org/F/nossmooth/api/v3/index.json + run: dotnet nuget push *.nupkg --skip-duplicate -k $MYGET_AUTH_TOKEN -s https://www.myget.org/F/nossmooth/api/v3/index.json env: MYGET_AUTH_TOKEN: ${{secrets.MYGET_KEY}} \ No newline at end of file diff --git a/Core/NosSmooth.Core/NosSmooth.Core.csproj b/Core/NosSmooth.Core/NosSmooth.Core.csproj index c11ae68..18dc217 100644 --- a/Core/NosSmooth.Core/NosSmooth.Core.csproj +++ b/Core/NosSmooth.Core/NosSmooth.Core.csproj @@ -8,11 +8,9 @@ NosSmooth Core library allowing implementing nostale client, handling packets and commands. https://github.com/Rutherther/NosSmooth/ MIT - 3.2.0 + 3.2.0 Add contract reached state. Avoid deadlocks. - 3.2.0 - 3.2.0 diff --git a/Core/NosSmooth.Game/NosSmooth.Game.csproj b/Core/NosSmooth.Game/NosSmooth.Game.csproj index 658896c..2072b4f 100644 --- a/Core/NosSmooth.Game/NosSmooth.Game.csproj +++ b/Core/NosSmooth.Game/NosSmooth.Game.csproj @@ -8,10 +8,8 @@ NosSmooth Game library handling the current game state by responding to packets. https://github.com/Rutherther/NosSmooth/ MIT - 2.3.5 + 2.3.5 Add safe checks for skill attack type - 2.3.5 - 2.3.5 diff --git a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj index 4332892..da6a62f 100644 --- a/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +++ b/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj @@ -7,11 +7,9 @@ 10 https://github.com/Rutherther/NosSmooth/ MIT - 2.2.0 + 2.2.0 net7.0 Add new skill information: uses secondary weapon, attack type, element - 2.1.0 - 2.1.0 diff --git a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj index cd2fd43..578b972 100644 --- a/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +++ b/Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj @@ -7,11 +7,9 @@ 10 https://github.com/Rutherther/NosSmooth/ MIT - 2.1.0 + 2.1.0 net7.0 Add new skill fields. - 2.1.0 - 2.1.0 diff --git a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj index c0c1227..5f34a78 100644 --- a/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +++ b/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj @@ -7,11 +7,9 @@ 10 https://github.com/Rutherther/NosSmooth/ MIT - 2.2.0 + 2.2.0 Add new skill fields. net7.0 - 2.2.0 - 2.2.0 -- 2.49.0