Skip to content

Commit

Permalink
Version 9.1
Browse files Browse the repository at this point in the history
Version 9.1 of the open systems pharmacology suite
  • Loading branch information
msevestre authored Jul 22, 2020
2 parents 4e165f7 + 2493adb commit ecea431
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "9.0.{build}"
version: "9.1.{build}"

install:
- cmd: set PATH=C:\Ruby22\bin;%PATH%
Expand All @@ -18,7 +18,7 @@ install:
Copy-Item C:\MikTex.msi .
build_script: rake "create_setup[%APPVEYOR_BUILD_VERSION%]"
build_script: rake "create_setup[%APPVEYOR_BUILD_VERSION%, hotfix/v9.1]"

artifacts:
- path: "**/output/OSPSuite*.exe"
Expand Down
2 changes: 1 addition & 1 deletion setup/bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Chain>
<ExePackage Id="netfx472" Compressed="$(var.Compressed)" PerMachine="yes" Permanent="yes" Vital="yes" InstallCommand="/q /norestart" SourceFile="netfx472.exe" DownloadUrl="https://go.microsoft.com/fwlink/?LinkID=863265" />

<ExePackage SourceFile="vc_redist.x64.exe" InstallCommand='/q ' Vital="yes" Compressed="$(var.Compressed)" PerMachine="yes" Permanent="yes" DownloadUrl="https://aka.ms/vs/16/release/vc_redist.x64.exe">
<ExePackage SourceFile="vc_redist.x64.exe" InstallCommand='/q /norestart' Vital="yes" Compressed="$(var.Compressed)" PerMachine="yes" Permanent="yes" DownloadUrl="https://aka.ms/vs/16/release/vc_redist.x64.exe">
<!-- Ignore "Newer version installed" error -->
<ExitCode Value="1638" Behavior="success"/>
</ExePackage>
Expand Down
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.
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 @@ -4,9 +4,9 @@

### Unit and integration tests

* [PK-Sim](https://ci.appveyor.com/project/open-systems-pharmacology-ci/pk-sim/builds/33493875/tests)
* [MoBi](https://ci.appveyor.com/project/open-systems-pharmacology-ci/mobi/builds/33493863/tests)
* [Installation Validator](https://ci.appveyor.com/project/open-systems-pharmacology-ci/installationvalidator/builds/33493856/tests)
* [PK-Sim](https://ci.appveyor.com/project/open-systems-pharmacology-ci/pk-sim/builds/34220842/tests)
* [MoBi](https://ci.appveyor.com/project/open-systems-pharmacology-ci/mobi/builds/33894172/tests)
* [Installation Validator](https://ci.appveyor.com/project/open-systems-pharmacology-ci/installationvalidator/builds/34225106/tests)
* [OSPSuite.Core](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-core/builds/33492251/tests)
* OSPSuite.SimModel
* [Windows](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-simmodel/builds/31428566/job/u044r6id42p0jwmg/tests)
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>9.0</version>
<version>9.1</version>
</application>
<application name="MoBi">
<version>9.0</version>
<version>9.1</version>
</application>
</applications>

0 comments on commit ecea431

Please sign in to comment.