Skip to content

Commit

Permalink
Version 11.2 (#124)
Browse files Browse the repository at this point in the history
* Adjusted versions (#122)

* Adjusted versions
Text correction in the landscape picture (wrongly placed brackets)

* Fixed landscape picture; renamed pptx to match the svg name

---------

Co-authored-by: Yuri05 <Yuri05@github.com>

* Validation and qualification V11.2 (#123)

Co-authored-by: Yuri05 <Yuri05@github.com>

---------

Co-authored-by: Yuri05 <Yuri05@github.com>
  • Loading branch information
Yuri05 and Yuri05 committed Apr 19, 2023
1 parent 9629fac commit f22d1c0
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 8 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/MarkdownLinksCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check Markdown links

on:
pull_request:
branches:
- develop

jobs:
markdown-link-check:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/MarkdownLinksCheck.yml@main

11 changes: 11 additions & 0 deletions .github/workflows/XRefCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: XRefCheck

on:
pull_request:
branches:
- develop

jobs:
crossref-check-without-anchors:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/XRefCheck.yml@main

Binary file not shown.
2 changes: 1 addition & 1 deletion OSP_software_landscape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions validation and qualification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

### Unit and integration tests

* [PK-Sim](https://ci.appveyor.com/project/open-systems-pharmacology-ci/pk-sim/builds/46052595/tests)
* [MoBi](https://ci.appveyor.com/project/open-systems-pharmacology-ci/mobi/builds/46052599/tests)
* [PK-Sim](https://ci.appveyor.com/project/open-systems-pharmacology-ci/pk-sim/builds/46710845/tests)
* [MoBi](https://ci.appveyor.com/project/open-systems-pharmacology-ci/mobi/builds/46710844/tests)
* [Installation Validator](https://ci.appveyor.com/project/open-systems-pharmacology-ci/installationvalidator/builds/46052834/tests)
* [OSPSuite.Core](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-core/builds/46039972/tests)
* [OSPSuite.Core](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-core/builds/46710346/tests)
* OSPSuite.SimModel
* [Windows](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-simmodel/builds/45143194/job/hc7ib82c2yci6xja/tests)
* [Linux (Ubuntu 18.04)](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-simmodel/builds/45143194/job/0ljw5ow7utjt47vp/tests)
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"name": "PK-Sim",
"version": "11.1"
"version": "11.2"
},
{
"name": "MoBi",
"version": "11.1"
"version": "11.2"
},
{
"name": "BuildingBlockTemplates",
Expand Down
4 changes: 2 additions & 2 deletions versions.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<applications>
<application name="PK-Sim">
<version>11.1</version>
<version>11.2</version>
</application>
<application name="MoBi">
<version>11.1</version>
<version>11.2</version>
</application>
</applications>

0 comments on commit f22d1c0

Please sign in to comment.