Skip to content

Commit 17e3dd7

Browse files
rwmcintoshCopilot
andauthored
update 12.2 -> 12.3 (#2732)
* update 12.2 -> 12.3 * Update OSPSuite.Core.sln Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update minor * remove version from file names * revert file rename * fix sln file --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8a85e1b commit 17e3dd7

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/build-and-publish_12.2.yml renamed to .github/workflows/build-and-publish_12.3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Build and Publish 12.2
2-
run-name: Version 12.2.${{ github.run_number }} (${{ github.event.head_commit.message }})
1+
name: Build and Publish 12.3
2+
run-name: Version 12.3.${{ github.run_number }} (${{ github.event.head_commit.message }})
33

44
on:
55
push:
@@ -11,7 +11,7 @@ permissions:
1111

1212
env:
1313
MAJOR: 12
14-
MINOR: 2
14+
MINOR: 3
1515
RUN: ${{ github.run_number }}
1616

1717
jobs:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build PR 12.2
1+
name: Build PR 12.3
22

33
on:
44
pull_request:
@@ -24,7 +24,7 @@ jobs:
2424
dotnet restore
2525
2626
- name: Build
27-
run: dotnet build OSPSuite.Core.sln /p:Version=12.2.9999
27+
run: dotnet build OSPSuite.Core.sln /p:Version=12.3.9999
2828

2929
- name : Test
3030
run: dotnet test .\tests\**\bin\Debug\net472\OSPSuite*Tests.dll -v normal --no-build --logger:"html;LogFileName=../testLog_Windows.html"

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
nuget sources add -username Open-Systems-Pharmacology -password ${{ secrets.GITHUB_TOKEN }} -name OSP-GitHub-Packages -source "https://nuget.pkg.github.com/Open-Systems-Pharmacology/index.json"
5757
dotnet restore
58-
dotnet build OSPSuite.Core.sln /p:Version=12.2.9999
58+
dotnet build OSPSuite.Core.sln /p:Version=12.3.9999
5959
6060
- name: Perform CodeQL Analysis
6161
uses: github/codeql-action/analyze@v3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code Coverage 12.2
1+
name: Code Coverage 12.3
22

33
on:
44
schedule:
@@ -23,7 +23,7 @@ jobs:
2323
dotnet restore
2424
2525
- name: Build
26-
run: dotnet build OSPSuite.Core.sln /p:Version=12.2.999
26+
run: dotnet build OSPSuite.Core.sln /p:Version=12.3.999
2727

2828

2929
- name: Cover and report

OSPSuite.Core.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.0.31912.275
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.1.11312.151
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSPSuite.Core", "src\OSPSuite.Core\OSPSuite.Core.csproj", "{BBEFC737-8370-44A0-B3B4-60A6C405569C}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{25A7357D-0812-44F3-AF90-244FD752FAE2}"
99
ProjectSection(SolutionItems) = preProject
10-
.github\workflows\build-and-publish_12.2.yml = .github\workflows\build-and-publish_12.2.yml
11-
.github\workflows\build-pr_12.2.yml = .github\workflows\build-pr_12.2.yml
12-
.github\workflows\coverage_12.2.yml = .github\workflows\coverage_12.2.yml
10+
.github\workflows\build-and-publish_12.3.yml = .github\workflows\build-and-publish_12.3.yml
11+
.github\workflows\build-pr_12.3.yml = .github\workflows\build-pr_12.3.yml
1312
dotcover.xml = dotcover.xml
13+
.github\workflows\coverage.yml = .github\workflows\coverage.yml
1414
logo.png = logo.png
1515
rakefile.rb = rakefile.rb
1616
SolutionInfo.cs = SolutionInfo.cs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Core functionalities of the Open Systems Pharmacology Suite.
44

55
## Code Status
6-
[![Build status](https://img.shields.io/github/actions/workflow/status/Open-Systems-Pharmacology/OSPSuite.Core/build-and-publish_12.2.yml?logo=nuget&label=Build%20status)](https://github.com/Open-Systems-Pharmacology/OSPSuite.Core/actions/workflows/build-and-publish_12.2.yml)
6+
[![Build status](https://img.shields.io/github/actions/workflow/status/Open-Systems-Pharmacology/OSPSuite.Core/build-and-publish_12.3.yml?logo=nuget&label=Build%20status)](https://github.com/Open-Systems-Pharmacology/OSPSuite.Core/actions/workflows/build-and-publish_12.3.yml)
77
[![Coverage status](https://codecov.io/gh/Open-Systems-Pharmacology/OSPSuite.Core/branch/develop/graph/badge.svg)](https://codecov.io/gh/Open-Systems-Pharmacology/OSPSuite.Core)
88

99
## Code of conduct

rakefile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
task :create_local_nuget, [:arg1, :arg2, :arg3] do |t, args|
3030
FileUtils.rm_f Dir.glob("./nuget_repo/*.nupkg")
31-
versionId = "12.2.0-" + generate_code(5)
31+
versionId = "12.3.0-" + generate_code(5)
3232
puts("Your version is " + versionId.red)
3333
system("dotnet", "pack", "-p:PackageVersion="+ versionId, "--configuration", "Debug", "--output", "nuget_repo", "--no-build")
3434
if args.to_hash.values.include? "m"

0 commit comments

Comments
 (0)