Skip to content

Version 12.1 - #309

Merged
msevestre merged 14 commits into
mainfrom
develop
Sep 17, 2025
Merged

Version 12.1#309
msevestre merged 14 commits into
mainfrom
develop

Conversation

@Yuri05

@Yuri05 Yuri05 commented Sep 17, 2025

Copy link
Copy Markdown
Member

Merge develop ➡️ main before release.

rwmcintosh and others added 14 commits February 12, 2025 15:16
* update

* fix build branch

* udpate simmodel and cvodes
* Fixes #286

* add folder

* update nunit

* don't double all CI builds

* test nightly

* add nightly

* remove test build for nightly

* update readme

* trigger pr build
* update core

* use dotnet build
* Fixes #182 Installation Validation Report with missing Plots
Fixes #243 Update inputs

* Fixes #295 Update Batch outputs for 12.1

* Fix elderly female age

---------

Co-authored-by: Yuri05 <Yuri05@github.com>
Co-authored-by: Yuri05 <Yuri05@github.com>
…tarted manually. (#300)

* Fixes #299 Build nightly: don't skip the build step if workflow was started manually.

* add comments
avoid logic duplication

---------

Co-authored-by: Yuri05 <Yuri05@github.com>
* Fixes #305 Update OSPSuite.Core

* added version condition

---------

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR merges the develop branch into main for version 12.1, updating the project from version 12.0 to 12.1. This involves comprehensive version bumps across all project files, package reference updates, and migration from AppVeyor to GitHub Actions for CI/CD.

  • Version updates across all project files from 12.0.0 to 12.1.0
  • Package reference updates to newer versions (OSPSuite packages from 12.0.362 to 12.1.128)
  • CI/CD migration from AppVeyor to GitHub Actions with new workflows

Reviewed Changes

Copilot reviewed 27 out of 70 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
Project files (.csproj) Version updates and package reference bumps to 12.1.x versions
Tests New operating system detection tests and version condition additions
Core configuration Refactored registry path access with static imports
Operating system detection Enhanced Windows 11 detection logic with build number checking
Data files Updated batch file configurations and added new test data
CI/CD files Complete migration from AppVeyor to GitHub Actions workflows
Documentation Updated build status badges and license links

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread src/InstallationValidator.Core/Domain/OperatingSystemInfo.cs
@msevestre

Copy link
Copy Markdown
Member

Core update required

@Yuri05

Yuri05 commented Sep 17, 2025

Copy link
Copy Markdown
Member Author

Core update required

Why? It has the latest 12.1 Core (12.1.128) ➡️ https://github.com/Open-Systems-Pharmacology/OSPSuite.Core/actions/workflows/build-and-publish.yml

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OSPSuite.Assets.Images" Version="12.1.128" />
<PackageReference Include="OSPSuite.Infrastructure" Version="12.1.128" />
<PackageReference Include="OSPSuite.Infrastructure.Castle" Version="12.1.128" />
<PackageReference Include="OSPSuite.Infrastructure.Reporting" Version="12.1.128" />
<PackageReference Include="OSPSuite.Presentation" Version="12.1.128" />
<PackageReference Include="OSPSuite.TeXReporting" Version="3.0.1.1" />
<PackageReference Include="OSPSuite.Utility" Version="4.1.1.1" />
<PackageReference Include="OSPSuite.Core" Version="12.1.128" />
<PackageReference Include="OSPSuite.Assets" Version="12.1.128" />
</ItemGroup>

@msevestre
msevestre merged commit 9d5f7e8 into main Sep 17, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants