3535
3636 - name : Dotnet pack
3737 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
38- run : dotnet pack -c Release /p:Version=1.7.2
38+ run : dotnet pack -c Release /p:Version=1.8.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.7.2
84+ run : dotnet pack -c Release /p:Version=1.8.0
8585
8686 - name : Add local feed
8787 run : dotnet nuget add source ${{runner.workspace}}/nugets
@@ -124,7 +124,7 @@ jobs:
124124
125125 - name : Dotnet pack
126126 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
127- run : dotnet pack -c Release /p:Version=1.7.2
127+ run : dotnet pack -c Release /p:Version=1.8.0
128128
129129 - name : Add local feed
130130 run : dotnet nuget add source ${{runner.workspace}}/nugets
@@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Dotnet pack
169169 working-directory : ${{runner.workspace}}/build/dotnet/Highs.Native
170- run : dotnet pack -c Release /p:Version=1.7.2
170+ run : dotnet pack -c Release /p:Version=1.8.0
171171
172172 - name : Add local feed
173173 run : dotnet nuget add source ${{runner.workspace}}/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.7.2
215+ run : dotnet pack -c Release /p:Version=1.8.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.7.2 -s ${{runner.workspace}}\nugets
231+ dotnet add package Highs.Native -v 1.8.0 -s ${{runner.workspace}}\nugets
232232 dotnet run
0 commit comments