We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7c7a8 commit 62094faCopy full SHA for 62094fa
2 files changed
.github/workflows/build-and-deploy.yml
@@ -8,7 +8,7 @@ on:
8
- master
9
env:
10
APP_NAME: HungarianAlgorithm
11
- VERSION: 2.3.4
+ VERSION: 2.3.5
12
NUGET_HOST: https://api.nuget.org/v3/index.json
13
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}
14
jobs:
HungarianAlgorithm/HungarianAlgorithm.csproj
@@ -7,9 +7,9 @@
7
<Company>Michael Vivet</Company>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>latest</LangVersion>
- <AssemblyVersion>2.3.4.0</AssemblyVersion>
- <FileVersion>2.3.4.0</FileVersion>
- <Version>2.3.4.0</Version>
+ <AssemblyVersion>2.3.5.0</AssemblyVersion>
+ <FileVersion>2.3.5.0</FileVersion>
+ <Version>2.3.5.0</Version>
<License>LICENSE</License>
<Product>Hungarian Algorithm</Product>
15
<Summary>Implementation Hungarian Algorithm.</Summary>
0 commit comments