From 52cb02682b2667345a04a148af99de6bbad27bd3 Mon Sep 17 00:00:00 2001 From: vivet Date: Tue, 9 Sep 2025 08:26:45 +0200 Subject: [PATCH] Fixed missing NuGet symbols --- .github/workflows/build-and-deploy.yml | 2 +- HungarianAlgorithm/HungarianAlgorithm.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e8c8de3..9f86d63 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -8,7 +8,7 @@ on: - master env: APP_NAME: HungarianAlgorithm - VERSION: 2.3.4 + VERSION: 2.3.5 NUGET_HOST: https://api.nuget.org/v3/index.json NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }} jobs: diff --git a/HungarianAlgorithm/HungarianAlgorithm.csproj b/HungarianAlgorithm/HungarianAlgorithm.csproj index 4eaea16..1b69c9c 100644 --- a/HungarianAlgorithm/HungarianAlgorithm.csproj +++ b/HungarianAlgorithm/HungarianAlgorithm.csproj @@ -7,9 +7,9 @@ Michael Vivet AnyCPU latest - 2.3.4.0 - 2.3.4.0 - 2.3.4.0 + 2.3.5.0 + 2.3.5.0 + 2.3.5.0 LICENSE Hungarian Algorithm Implementation Hungarian Algorithm.