Skip to content

Commit

Permalink
Merge pull request #1304 from Open-Systems-Pharmacology/hotfix/11.3
Browse files Browse the repository at this point in the history
Hotfix/11.3
  • Loading branch information
Yuri05 authored Apr 10, 2024
2 parents df173a8 + 6b5d9e5 commit e8c43ab
Show file tree
Hide file tree
Showing 12 changed files with 186 additions and 186 deletions.
126 changes: 63 additions & 63 deletions appveyor-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
configuration: Debug
image: Visual Studio 2019

version: '{build}'

init:
- ps: Update-AppveyorBuild -Version "$($env:ospsuite_version).$($env:appveyor_build_version)"

environment:
MIK_TEX_INSTALL_DIR: 'C:\MikTex\'

dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '$(ospsuite_version).$(build_number)'
assembly_version: '$(ospsuite_version).$(build_number)'
file_version: '$(ospsuite_version).$(build_number)'
informational_version: '$(ospsuite_version).$(build_number)'

clone_depth: 1

install:
- set PATH=C:\Ruby25\bin;%PATH%
- gem install xml-simple
- ps: >-
(new-object net.webclient).DownloadFile('https://github.com/Open-Systems-Pharmacology/MiKTeX/releases/download/v2.9.3/MikTex.2.9.3.msi', 'C:\MikTex.msi')
Start-Process msiexec.exe -ArgumentList /i, C:\MikTex.msi, /quiet, /qn, /norestart, INSTALLDIR=$env:MIK_TEX_INSTALL_DIR -Wait
before_build:
- nuget sources add -name bddhelper -source https://ci.appveyor.com/nuget/ospsuite-bddhelper
- nuget sources add -name utility -source https://ci.appveyor.com/nuget/ospsuite-utility
- nuget sources add -name serializer -source https://ci.appveyor.com/nuget/ospsuite-serializer
- nuget sources add -name texreporting -source https://ci.appveyor.com/nuget/ospsuite-texreporting
- nuget sources add -name databinding -source https://ci.appveyor.com/nuget/ospsuite-databinding
- nuget sources add -name databinding-devexpress -source https://ci.appveyor.com/nuget/ospsuite-databinding-devexpress
- nuget sources add -name funcparser -source https://ci.appveyor.com/nuget/ospsuite-funcparser
- nuget sources add -name simmodel -source https://ci.appveyor.com/nuget/ospsuite-simmodel
- nuget sources add -name cvodes -source https://ci.appveyor.com/nuget/ospsuite-simmodel-solver-cvodes
- nuget sources add -name core -source https://ci.appveyor.com/nuget/ospsuite-core
- nuget restore
- rake "update_go_license[ApplicationStartup.cs, %GO_DIAGRAM_KEY%]"

after_build:
- rake "create_setup[%APPVEYOR_BUILD_VERSION%, %CONFIGURATION%]"
- 7z a setup.zip %APPVEYOR_BUILD_FOLDER%\setup\deploy\*.msi
- rake "create_portable_setup[%APPVEYOR_BUILD_VERSION%, %CONFIGURATION%, mobi-portable-setup.zip]"

build:
verbosity: minimal
project: MoBi.sln

test:
assemblies:
- MoBi.Tests.dll
- MoBi.UI.Tests.dll

on_finish:
- ps: Get-ChildItem setup.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- ps: Get-ChildItem .\setup\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

skip_commits:
files:
configuration: Debug
image: Visual Studio 2019

version: '{build}'

init:
- ps: Update-AppveyorBuild -Version "$($env:ospsuite_nightly_version).$($env:appveyor_build_version)"

environment:
MIK_TEX_INSTALL_DIR: 'C:\MikTex\'

dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '$(ospsuite_nightly_version).$(build_number)'
assembly_version: '$(ospsuite_nightly_version).$(build_number)'
file_version: '$(ospsuite_nightly_version).$(build_number)'
informational_version: '$(ospsuite_nightly_version).$(build_number)'

clone_depth: 1

install:
- set PATH=C:\Ruby25\bin;%PATH%
- gem install xml-simple
- ps: >-
(new-object net.webclient).DownloadFile('https://github.com/Open-Systems-Pharmacology/MiKTeX/releases/download/v2.9.3/MikTex.2.9.3.msi', 'C:\MikTex.msi')
Start-Process msiexec.exe -ArgumentList /i, C:\MikTex.msi, /quiet, /qn, /norestart, INSTALLDIR=$env:MIK_TEX_INSTALL_DIR -Wait
before_build:
- nuget sources add -name bddhelper -source https://ci.appveyor.com/nuget/ospsuite-bddhelper
- nuget sources add -name utility -source https://ci.appveyor.com/nuget/ospsuite-utility
- nuget sources add -name serializer -source https://ci.appveyor.com/nuget/ospsuite-serializer
- nuget sources add -name texreporting -source https://ci.appveyor.com/nuget/ospsuite-texreporting
- nuget sources add -name databinding -source https://ci.appveyor.com/nuget/ospsuite-databinding
- nuget sources add -name databinding-devexpress -source https://ci.appveyor.com/nuget/ospsuite-databinding-devexpress
- nuget sources add -name funcparser -source https://ci.appveyor.com/nuget/ospsuite-funcparser
- nuget sources add -name simmodel -source https://ci.appveyor.com/nuget/ospsuite-simmodel
- nuget sources add -name cvodes -source https://ci.appveyor.com/nuget/ospsuite-simmodel-solver-cvodes
- nuget sources add -name core -source https://ci.appveyor.com/nuget/ospsuite-core
- nuget restore
- rake "update_go_license[ApplicationStartup.cs, %GO_DIAGRAM_KEY%]"

after_build:
- rake "create_setup[%APPVEYOR_BUILD_VERSION%, %CONFIGURATION%]"
- 7z a setup.zip %APPVEYOR_BUILD_FOLDER%\setup\deploy\*.msi
- rake "create_portable_setup[%APPVEYOR_BUILD_VERSION%, %CONFIGURATION%, mobi-portable-setup.zip]"

build:
verbosity: minimal
project: MoBi.sln

test:
assemblies:
- MoBi.Tests.dll
- MoBi.UI.Tests.dll

on_finish:
- ps: Get-ChildItem setup.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- ps: Get-ChildItem .\setup\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

skip_commits:
files:
- '*.md'
116 changes: 58 additions & 58 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
configuration: Debug
image: Visual Studio 2019

version: '{build}'

init:
- ps: Update-AppveyorBuild -Version "$($env:ospsuite_version).$($env:appveyor_build_version)"

clone_depth: 1

dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '$(ospsuite_version).$(build_number)'
assembly_version: '$(ospsuite_version).$(build_number)'
file_version: '$(ospsuite_version).$(build_number)'
informational_version: '$(ospsuite_version).$(build_number)'

before_build:
- nuget sources add -name bddhelper -source https://ci.appveyor.com/nuget/ospsuite-bddhelper
- nuget sources add -name utility -source https://ci.appveyor.com/nuget/ospsuite-utility
- nuget sources add -name serializer -source https://ci.appveyor.com/nuget/ospsuite-serializer
- nuget sources add -name texreporting -source https://ci.appveyor.com/nuget/ospsuite-texreporting
- nuget sources add -name databinding -source https://ci.appveyor.com/nuget/ospsuite-databinding
- nuget sources add -name databinding-devexpress -source https://ci.appveyor.com/nuget/ospsuite-databinding-devexpress
- nuget sources add -name funcparser -source https://ci.appveyor.com/nuget/ospsuite-funcparser
- nuget sources add -name simmodel -source https://ci.appveyor.com/nuget/ospsuite-simmodel
- nuget sources add -name cvodes -source https://ci.appveyor.com/nuget/ospsuite-simmodel-solver-cvodes
- nuget sources add -name core -source https://ci.appveyor.com/nuget/ospsuite-core
- nuget restore

build:
verbosity: minimal
project: MoBi.sln

test:
assemblies:
- MoBi.Tests.dll
- MoBi.UI.Tests.dll

categories:
except:
- IntegrationTests

skip_commits:
files:
- '*.md'

skip_branch_with_pr: true

skip_tags: true

branches:
only:
- develop

pull_requests:
do_not_increment_build_number: true
configuration: Debug
image: Visual Studio 2019

version: '{build}'

init:
- ps: Update-AppveyorBuild -Version "$($env:ospsuite_nightly_version).$($env:appveyor_build_version)"

clone_depth: 1

dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '$(ospsuite_nightly_version).$(build_number)'
assembly_version: '$(ospsuite_nightly_version).$(build_number)'
file_version: '$(ospsuite_nightly_version).$(build_number)'
informational_version: '$(ospsuite_nightly_version).$(build_number)'

before_build:
- nuget sources add -name bddhelper -source https://ci.appveyor.com/nuget/ospsuite-bddhelper
- nuget sources add -name utility -source https://ci.appveyor.com/nuget/ospsuite-utility
- nuget sources add -name serializer -source https://ci.appveyor.com/nuget/ospsuite-serializer
- nuget sources add -name texreporting -source https://ci.appveyor.com/nuget/ospsuite-texreporting
- nuget sources add -name databinding -source https://ci.appveyor.com/nuget/ospsuite-databinding
- nuget sources add -name databinding-devexpress -source https://ci.appveyor.com/nuget/ospsuite-databinding-devexpress
- nuget sources add -name funcparser -source https://ci.appveyor.com/nuget/ospsuite-funcparser
- nuget sources add -name simmodel -source https://ci.appveyor.com/nuget/ospsuite-simmodel
- nuget sources add -name cvodes -source https://ci.appveyor.com/nuget/ospsuite-simmodel-solver-cvodes
- nuget sources add -name core -source https://ci.appveyor.com/nuget/ospsuite-core
- nuget restore

build:
verbosity: minimal
project: MoBi.sln

test:
assemblies:
- MoBi.Tests.dll
- MoBi.UI.Tests.dll

categories:
except:
- IntegrationTests

skip_commits:
files:
- '*.md'

skip_branch_with_pr: true

skip_tags: true

branches:
only:
- hotfix/11.3

pull_requests:
do_not_increment_build_number: true
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def src_dir_for(configuration)
packages_dir = src_dir_for("Debug")

all_users_dir = ENV['ALLUSERSPROFILE']
all_users_application_dir = File.join(all_users_dir, manufacturer, product_name, '11.1')
all_users_application_dir = File.join(all_users_dir, manufacturer, product_name, '11.3')

copy_dependencies solution_dir, all_users_application_dir do
copy_files 'Data', ['xml', 'mbdt']
Expand Down
16 changes: 8 additions & 8 deletions src/MoBi.Assets/MoBi.Assets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>11.1.0</Version>
<PackageVersion>11.1.0</PackageVersion>
<AssemblyVersion>11.1.0</AssemblyVersion>
<FileVersion>11.1.0</FileVersion>
<InformationalVersion>11.1.0</InformationalVersion>
<Version>11.3.0</Version>
<PackageVersion>11.3.0</PackageVersion>
<AssemblyVersion>11.3.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<InformationalVersion>11.3.0</InformationalVersion>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>
Expand All @@ -26,9 +26,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OSPSuite.Assets" Version="11.2.155" />
<PackageReference Include="OSPSuite.Assets.Images" Version="11.2.155" />
<PackageReference Include="OSPSuite.Core" Version="11.2.155" />
<PackageReference Include="OSPSuite.Assets" Version="11.3.272" />
<PackageReference Include="OSPSuite.Assets.Images" Version="11.3.272" />
<PackageReference Include="OSPSuite.Core" Version="11.3.272" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/MoBi.BatchTool/MoBi.BatchTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<Version>11.1.0</Version>
<PackageVersion>11.1.0</PackageVersion>
<AssemblyVersion>11.1.0</AssemblyVersion>
<FileVersion>11.1.0</FileVersion>
<InformationalVersion>11.1.0</InformationalVersion>
<Version>11.3.0</Version>
<PackageVersion>11.3.0</PackageVersion>
<AssemblyVersion>11.3.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<InformationalVersion>11.3.0</InformationalVersion>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<Authors>Open-Systems-Pharmacology</Authors>
Expand Down Expand Up @@ -60,7 +60,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OSPSuite.Core" Version="11.2.155" />
<PackageReference Include="OSPSuite.Core" Version="11.3.272" />
<PackageReference Include="OSPSuite.DevExpress" Version="21.2.3" />
<PackageReference Include="OSPSuite.FuncParser" Version="4.0.0.54" GeneratePathProperty="true" />
<PackageReference Include="OSPSuite.SimModel" Version="4.0.0.53" GeneratePathProperty="true" />
Expand Down
24 changes: 12 additions & 12 deletions src/MoBi.Core/MoBi.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>11.1.0</Version>
<PackageVersion>11.1.0</PackageVersion>
<AssemblyVersion>11.1.0</AssemblyVersion>
<FileVersion>11.1.0</FileVersion>
<InformationalVersion>11.1.0</InformationalVersion>
<Version>11.3.0</Version>
<PackageVersion>11.3.0</PackageVersion>
<AssemblyVersion>11.3.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<InformationalVersion>11.3.0</InformationalVersion>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>
Expand All @@ -32,13 +32,13 @@
<PackageReference Include="FluentNHibernate" Version="2.1.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="OSPSuite.Utility" Version="4.0.0.4" />
<PackageReference Include="OSPSuite.Core" Version="11.2.155" />
<PackageReference Include="OSPSuite.Assets" Version="11.2.155" />
<PackageReference Include="OSPSuite.Assets.Images" Version="11.2.155" />
<PackageReference Include="OSPSuite.Infrastructure.Export" Version="11.2.155" />
<PackageReference Include="OSPSuite.Infrastructure.Reporting" Version="11.2.155" />
<PackageReference Include="OSPSuite.Infrastructure.Serialization" Version="11.2.155" />
<PackageReference Include="OSPSuite.Infrastructure.Import" Version="11.2.155" />
<PackageReference Include="OSPSuite.Core" Version="11.3.272" />
<PackageReference Include="OSPSuite.Assets" Version="11.3.272" />
<PackageReference Include="OSPSuite.Assets.Images" Version="11.3.272" />
<PackageReference Include="OSPSuite.Infrastructure.Export" Version="11.3.272" />
<PackageReference Include="OSPSuite.Infrastructure.Reporting" Version="11.3.272" />
<PackageReference Include="OSPSuite.Infrastructure.Serialization" Version="11.3.272" />
<PackageReference Include="OSPSuite.Infrastructure.Import" Version="11.3.272" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
</ItemGroup>

Expand Down
14 changes: 7 additions & 7 deletions src/MoBi.Engine/MoBi.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>11.1.0</Version>
<PackageVersion>11.1.0</PackageVersion>
<AssemblyVersion>11.1.0</AssemblyVersion>
<FileVersion>11.1.0</FileVersion>
<InformationalVersion>11.1.0</InformationalVersion>
<Version>11.3.0</Version>
<PackageVersion>11.3.0</PackageVersion>
<AssemblyVersion>11.3.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<InformationalVersion>11.3.0</InformationalVersion>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>
Expand All @@ -32,8 +32,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OSPSuite.Core" Version="11.2.155" />
<PackageReference Include="OSPSuite.Assets" Version="11.2.155" />
<PackageReference Include="OSPSuite.Core" Version="11.3.272" />
<PackageReference Include="OSPSuite.Assets" Version="11.3.272" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit e8c43ab

Please sign in to comment.