3434
3535 - name : Dotnet pack
3636 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
37- run : dotnet pack -c Release /p:Version=1.13.0
37+ run : dotnet pack -c Release /p:Version=1.13.1
3838
3939 - name : Add local feed
4040 run : dotnet nuget add source ${{runner.workspace}}/nugets
7777
7878 - name : Dotnet pack
7979 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
80- run : dotnet pack -c Release /p:Version=1.13.0
80+ run : dotnet pack -c Release /p:Version=1.13.1
8181
8282 - name : Add local feed
8383 run : dotnet nuget add source ${{runner.workspace}}/nugets
@@ -121,7 +121,7 @@ jobs:
121121
122122 - name : Dotnet pack
123123 working-directory : /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
124- run : dotnet pack -c Release /p:Version=1.13.0
124+ run : dotnet pack -c Release /p:Version=1.13.1
125125
126126 - name : Add local feed
127127 run : dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -165,7 +165,7 @@ jobs:
165165
166166 - name : Dotnet pack
167167 working-directory : /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
168- run : dotnet pack -c Release /p:Version=1.13.0
168+ run : dotnet pack -c Release /p:Version=1.13.1
169169
170170 - name : Add local feed
171171 run : dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -210,7 +210,7 @@ jobs:
210210
211211 - name : Dotnet pack
212212 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
213- run : dotnet pack -c Release /p:Version=1.13.0
213+ run : dotnet pack -c Release /p:Version=1.13.1
214214
215215 - name : Add local feed
216216 run : dotnet nuget add source -n name ${{runner.workspace}}\nugets
@@ -226,5 +226,5 @@ jobs:
226226 dotnet new console
227227 rm Program.cs
228228 cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
229- dotnet add package Highs.Native -v 1.13.0 -s ${{runner.workspace}}\nugets
229+ dotnet add package Highs.Native -v 1.13.1 -s ${{runner.workspace}}\nugets
230230 dotnet run
0 commit comments