3737
3838 - name : Dotnet pack
3939 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
40- run : dotnet pack -c Release /p:Version=1.13.1
40+ run : dotnet pack -c Release /p:Version=1.14.0
4141
4242 - name : Add local feed
4343 run : dotnet nuget add source ${{runner.workspace}}/nugets
8484
8585 - name : Dotnet pack
8686 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
87- run : dotnet pack -c Release /p:Version=1.13.1
87+ run : dotnet pack -c Release /p:Version=1.14.0
8888
8989 - name : Add local feed
9090 run : dotnet nuget add source ${{runner.workspace}}/nugets
@@ -128,7 +128,7 @@ jobs:
128128
129129 - name : Dotnet pack
130130 working-directory : /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
131- run : dotnet pack -c Release /p:Version=1.13.1
131+ run : dotnet pack -c Release /p:Version=1.14.0
132132
133133 - name : Add local feed
134134 run : dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -172,7 +172,7 @@ jobs:
172172
173173 - name : Dotnet pack
174174 working-directory : /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
175- run : dotnet pack -c Release /p:Version=1.13.1
175+ run : dotnet pack -c Release /p:Version=1.14.0
176176
177177 - name : Add local feed
178178 run : dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -217,7 +217,7 @@ jobs:
217217
218218 - name : Dotnet pack
219219 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
220- run : dotnet pack -c Release /p:Version=1.13.1
220+ run : dotnet pack -c Release /p:Version=1.14.0
221221
222222 - name : Add local feed
223223 run : dotnet nuget add source -n name ${{runner.workspace}}\nugets
@@ -233,5 +233,5 @@ jobs:
233233 dotnet new console
234234 rm Program.cs
235235 cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
236- dotnet add package Highs.Native -v 1.13.1 -s ${{runner.workspace}}\nugets
236+ dotnet add package Highs.Native -v 1.14.0 -s ${{runner.workspace}}\nugets
237237 dotnet run
0 commit comments