Skip to content

Commit 04ab958

Browse files
committed
version bump 1.14
1 parent a53fb9d commit 04ab958

13 files changed

Lines changed: 25 additions & 25 deletions

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

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

192192
- name: Dotnet pack
193193
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
194-
run: dotnet pack -c Release /p:Version=1.13.1
194+
run: dotnet pack -c Release /p:Version=1.14.0
195195

196196
- uses: actions/upload-artifact@v4
197197
with:

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

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

3838
- name: Dotnet pack
3939
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
40-
run: dotnet pack -c Release /p:Version=1.13.1
40+
run: dotnet pack -c Release /p:Version=1.14.0
4141

4242
- name: Add local feed
4343
run: dotnet nuget add source ${{runner.workspace}}/nugets
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Dotnet pack
8787
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
88-
run: dotnet pack -c Release /p:Version=1.13.1
88+
run: dotnet pack -c Release /p:Version=1.14.0
8989

9090
- name: Add local feed
9191
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
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Dotnet pack
3939
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
40-
run: dotnet pack -c Release /p:Version=1.13.1
40+
run: dotnet pack -c Release /p:Version=1.14.0
4141

4242
- name: Add local feed
4343
run: dotnet nuget add source ${{runner.workspace}}/nugets
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Dotnet pack
8686
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
87-
run: dotnet pack -c Release /p:Version=1.13.1
87+
run: dotnet pack -c Release /p:Version=1.14.0
8888

8989
- name: Add local feed
9090
run: dotnet nuget add source ${{runner.workspace}}/nugets
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Dotnet pack
130130
working-directory: /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
131-
run: dotnet pack -c Release /p:Version=1.13.1
131+
run: dotnet pack -c Release /p:Version=1.14.0
132132

133133
- name: Add local feed
134134
run: dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Dotnet pack
174174
working-directory: /__w/HiGHS/HiGHS/build/dotnet/Highs.Native
175-
run: dotnet pack -c Release /p:Version=1.13.1
175+
run: dotnet pack -c Release /p:Version=1.14.0
176176

177177
- name: Add local feed
178178
run: dotnet nuget add source /__w/HiGHS/HiGHS/nugets
@@ -217,7 +217,7 @@ jobs:
217217

218218
- name: Dotnet pack
219219
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
220-
run: dotnet pack -c Release /p:Version=1.13.1
220+
run: dotnet pack -c Release /p:Version=1.14.0
221221

222222
- name: Add local feed
223223
run: dotnet nuget add source -n name ${{runner.workspace}}\nugets
@@ -233,5 +233,5 @@ jobs:
233233
dotnet new console
234234
rm Program.cs
235235
cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
236-
dotnet add package Highs.Native -v 1.13.1 -s ${{runner.workspace}}\nugets
236+
dotnet add package Highs.Native -v 1.14.0 -s ${{runner.workspace}}\nugets
237237
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.13.1
35+
run: dotnet pack -c Release /p:Version=1.14.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.13.1
79+
run: dotnet pack -c Release /p:Version=1.14.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.13.1
36+
run: dotnet pack -c Release /p:Version=1.14.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.13.1 -s ${{runner.workspace}}\nugets
52+
dotnet add package Highs.Native -v 1.14.0 -s ${{runner.workspace}}\nugets
5353
dotnet run

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors:
77
- given-names: Ivet
88
family-names: Galabova
99
title: "HiGHS"
10-
version: 1.13.1
10+
version: 1.14.0
1111
date-released: 2022-04-18
12-
url: "https://github.com/ERGO-Code/HiGHS/releases/tag/v1.13.1"
12+
url: "https://github.com/ERGO-Code/HiGHS/releases/tag/v1.14.0"
1313
preferred-citation:
1414
type: article
1515
authors:

README.md

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

250250
```shell
251-
dotnet add package Highs.Native --version 1.13.1
251+
dotnet add package Highs.Native --version 1.14.0
252252
```
253253

254254
The nuget package contains runtime libraries for

Version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
HIGHS_MAJOR=1
2-
HIGHS_MINOR=13
3-
HIGHS_PATCH=1
2+
HIGHS_MINOR=14
3+
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.13.1
20+
dotnet add package Highs.Native --version 1.14.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.13.1',
2+
version : '1.14.0',
33
meson_version: '>= 1.1.0',
44
default_options : ['warning_level=1',
55
'cpp_std=c++17',

0 commit comments

Comments
 (0)