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.