Skip to content

Commit 364c83a

Browse files
authored
Merge pull request ERGO-Code#2393 from ERGO-Code/latest
Latest
2 parents 6eca832 + 4d4e98c commit 364c83a

File tree

13 files changed

+22
-22
lines changed

13 files changed

+22
-22
lines changed

.github/workflows/build-nuget-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187

188188
- name: Dotnet pack
189189
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
190-
run: dotnet pack -c Release /p:Version=1.10.0
190+
run: dotnet pack -c Release /p:Version=1.11.0
191191

192192
- uses: actions/upload-artifact@v4
193193
with:

.github/workflows/test-nuget-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Dotnet pack
8282
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
83-
run: dotnet pack -c Release /p:Version=1.10.0
83+
run: dotnet pack -c Release /p:Version=1.11.0
8484

8585
- name: Add local feed
8686
run: dotnet nuget add source ${{runner.workspace}}/nugets

.github/workflows/test-nuget-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -81,7 +81,7 @@ jobs:
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

.github/workflows/test-nuget-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Dotnet pack
3434
working-directory: /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
35-
run: dotnet pack -c Release /p:Version=1.10.0
35+
run: dotnet pack -c Release /p:Version=1.11.0
3636

3737
- name: Add local feed
3838
run: dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Dotnet pack
7878
working-directory: /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
79-
run: dotnet pack -c Release /p:Version=1.10.0
79+
run: dotnet pack -c Release /p:Version=1.11.0
8080

8181
- name: Add local feed
8282
run: dotnet nuget add source /__w/HiGHS/HiGHS/nugets

.github/workflows/test-nuget-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Dotnet pack
3535
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
36-
run: dotnet pack -c Release /p:Version=1.10.0
36+
run: dotnet pack -c Release /p:Version=1.11.0
3737

3838
- name: Add local feed
3939
run: dotnet nuget add source -n name ${{runner.workspace}}\nugets
@@ -49,5 +49,5 @@ jobs:
4949
dotnet new console
5050
rm Program.cs
5151
cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
52-
dotnet add package Highs.Native -v 1.10.0 -s ${{runner.workspace}}\nugets
52+
dotnet add package Highs.Native -v 1.11.0 -s ${{runner.workspace}}\nugets
5353
dotnet run

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
module(
44
name = "highs",
5-
version = "1.10.0",
5+
version = "1.11.0",
66
)
77

88
bazel_dep(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The nuget package Highs.Native is on https://www.nuget.org, at https://www.nuget
222222
It can be added to your C# project with `dotnet`
223223

224224
```shell
225-
dotnet add package Highs.Native --version 1.10.0
225+
dotnet add package Highs.Native --version 1.11.0
226226
```
227227

228228
The nuget package contains runtime libraries for

Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
HIGHS_MAJOR=1
2-
HIGHS_MINOR=10
2+
HIGHS_MINOR=11
33
HIGHS_PATCH=0
44
#PRE_RELEASE=YES

docs/src/interfaces/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The nuget package Highs.Native is on https://www.nuget.org, at https://www.nuget
1717
It can be added to your C# project with `dotnet`
1818

1919
```shell
20-
dotnet add package Highs.Native --version 1.10.0
20+
dotnet add package Highs.Native --version 1.11.0
2121
```
2222

2323
The nuget package contains runtime libraries for

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('highs', 'cpp', 'c',
2-
version : '1.10.0',
2+
version : '1.11.0',
33
meson_version: '>= 1.1.0',
44
default_options : ['warning_level=1',
55
'cpp_std=c++17',

0 commit comments

Comments
 (0)