3535
3636 - name : Dotnet pack
3737 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
38- run : dotnet pack -c Release /p:Version=1.10 .0
38+ run : dotnet pack -c Release /p:Version=1.11 .0
3939
4040 - name : Add local feed
4141 run : dotnet nuget add source ${{runner.workspace}}/nugets
8181
8282 - name : Dotnet pack
8383 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
84- run : dotnet pack -c Release /p:Version=1.10 .0
84+ run : dotnet pack -c Release /p:Version=1.11 .0
8585
8686 - name : Add local feed
8787 run : dotnet nuget add source ${{runner.workspace}}/nugets
@@ -125,7 +125,7 @@ jobs:
125125
126126 - name : Dotnet pack
127127 working-directory : /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
128- run : dotnet pack -c Release /p:Version=1.10 .0
128+ run : dotnet pack -c Release /p:Version=1.11 .0
129129
130130 - name : Add local feed
131131 run : dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -169,7 +169,7 @@ jobs:
169169
170170 - name : Dotnet pack
171171 working-directory : /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
172- run : dotnet pack -c Release /p:Version=1.10 .0
172+ run : dotnet pack -c Release /p:Version=1.11 .0
173173
174174 - name : Add local feed
175175 run : dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -214,7 +214,7 @@ jobs:
214214
215215 - name : Dotnet pack
216216 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
217- run : dotnet pack -c Release /p:Version=1.10 .0
217+ run : dotnet pack -c Release /p:Version=1.11 .0
218218
219219 - name : Add local feed
220220 run : dotnet nuget add source -n name ${{runner.workspace}}\nugets
@@ -230,5 +230,5 @@ jobs:
230230 dotnet new console
231231 rm Program.cs
232232 cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
233- dotnet add package Highs.Native -v 1.10 .0 -s ${{runner.workspace}}\nugets
233+ dotnet add package Highs.Native -v 1.11 .0 -s ${{runner.workspace}}\nugets
234234 dotnet run
0 commit comments