Skip to content

Commit 8393022

Browse files
committed
version bump and build wheels
1 parent a268d89 commit 8393022

File tree

14 files changed

+22
-22
lines changed

14 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
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Dotnet pack
186186
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
187-
run: dotnet pack -c Release /p:Version=1.11.0
187+
run: dotnet pack -c Release /p:Version=1.12.0
188188

189189
- uses: actions/upload-artifact@v4
190190
with:

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build-wheels
22

33
# on: [push]
4-
on: [pull_request]
4+
on: [push, pull_request]
55

66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}

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

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

7979
- name: Dotnet pack
8080
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
81-
run: dotnet pack -c Release /p:Version=1.11.0
81+
run: dotnet pack -c Release /p:Version=1.12.0
8282

8383
- name: Add local feed
8484
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
@@ -34,7 +34,7 @@ jobs:
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
@@ -79,7 +79,7 @@ jobs:
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

.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.11.0
35+
run: dotnet pack -c Release /p:Version=1.12.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.11.0
79+
run: dotnet pack -c Release /p:Version=1.12.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.11.0
36+
run: dotnet pack -c Release /p:Version=1.12.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.11.0 -s ${{runner.workspace}}\nugets
52+
dotnet add package Highs.Native -v 1.12.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.11.0",
5+
version = "1.12.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.11.0
225+
dotnet add package Highs.Native --version 1.12.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=11
2+
HIGHS_MINOR=12
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.11.0
20+
dotnet add package Highs.Native --version 1.12.0
2121
```
2222

2323
The nuget package contains runtime libraries for

0 commit comments

Comments
 (0)