3434
3535 - name : Dotnet pack
3636 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
37- run : dotnet pack -c Release /p:Version=1.11 .0
37+ run : dotnet pack -c Release /p:Version=1.12 .0
3838
3939 - name : Add local feed
4040 run : dotnet nuget add source ${{runner.workspace}}/nugets
7979
8080 - name : Dotnet pack
8181 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
82- run : dotnet pack -c Release /p:Version=1.11 .0
82+ run : dotnet pack -c Release /p:Version=1.12 .0
8383
8484 - name : Add local feed
8585 run : dotnet nuget add source ${{runner.workspace}}/nugets
@@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Dotnet pack
125125 working-directory : /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
126- run : dotnet pack -c Release /p:Version=1.11 .0
126+ run : dotnet pack -c Release /p:Version=1.12 .0
127127
128128 - name : Add local feed
129129 run : dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Dotnet pack
169169 working-directory : /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
170- run : dotnet pack -c Release /p:Version=1.11 .0
170+ run : dotnet pack -c Release /p:Version=1.12 .0
171171
172172 - name : Add local feed
173173 run : dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -212,7 +212,7 @@ jobs:
212212
213213 - name : Dotnet pack
214214 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
215- run : dotnet pack -c Release /p:Version=1.11 .0
215+ run : dotnet pack -c Release /p:Version=1.12 .0
216216
217217 - name : Add local feed
218218 run : dotnet nuget add source -n name ${{runner.workspace}}\nugets
@@ -228,5 +228,5 @@ jobs:
228228 dotnet new console
229229 rm Program.cs
230230 cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
231- dotnet add package Highs.Native -v 1.11 .0 -s ${{runner.workspace}}\nugets
231+ dotnet add package Highs.Native -v 1.12 .0 -s ${{runner.workspace}}\nugets
232232 dotnet run
0 commit comments