Skip to content

Commit

Permalink
Version 11.1
Browse files Browse the repository at this point in the history
Version 11.1
  • Loading branch information
msevestre authored Feb 1, 2023
2 parents 4aab8df + 79e376a commit c9101a9
Show file tree
Hide file tree
Showing 335 changed files with 75,365 additions and 7,032 deletions.
2 changes: 1 addition & 1 deletion dimensions
2 changes: 1 addition & 1 deletion documentation
2 changes: 1 addition & 1 deletion pkparameters
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
packages_dir = src_dir_for("Debug")

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

copy_dependencies solution_dir, all_users_application_dir do
copy_dimensions_xml
Expand Down
2 changes: 1 addition & 1 deletion src/Db/Diff/PKSimDB_diff.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
UPDATE tab_populations SET display_name='East Asian (Tanaka, 1996)', description='East Asian (Tanaka, 1996)' WHERE population='Asian_Tanaka_1996';
UPDATE tab_disease_states SET display_name='Chronic Kidney Disease - No Dialysis (Malik et al, 2020)' WHERE disease_state='CKD';
3,590 changes: 1,810 additions & 1,780 deletions src/Db/Dump/PKSimDB_dump.txt

Large diffs are not rendered by default.

Binary file modified src/Db/PKSimDB.sqlite
Binary file not shown.
1 change: 0 additions & 1 deletion src/PKSim.Assets.Images/ApplicationImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public static class ApplicationImages
private static readonly ICache<string, ApplicationImage> _allImages = new Cache<string, ApplicationImage>();
private static IList<ApplicationImage> _allImageList;

public static readonly ApplicationImage Splash = createImageFrom(Images.PKSim, "PKSim");
public static readonly ApplicationImage Model4Comp = createImageFrom(Images.SmallMoleculesStructure, "4Comp");
public static readonly ApplicationImage Model4Comp2Pores = createImageFrom(Images.TwoPoresModelStructure, "TwoPores");

Expand Down
32 changes: 1 addition & 31 deletions src/PKSim.Assets.Images/Images.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions src/PKSim.Assets.Images/Images.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="Model4Comp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Model4Comp.TIF;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Model4Comp2Pores" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Model4Comp2Pores.TIF;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="PKSim" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\PKSim.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="SmallMoleculesStructure" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\SmallMoleculesStructure.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down
14 changes: 7 additions & 7 deletions src/PKSim.Assets.Images/PKSim.Assets.Images.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>11.0.0</Version>
<PackageVersion>11.0.0</PackageVersion>
<AssemblyVersion>11.0.0</AssemblyVersion>
<FileVersion>11.0.0</FileVersion>
<InformationalVersion>11.0.0</InformationalVersion>
<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>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>
Expand All @@ -26,8 +26,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OSPSuite.Assets" Version="11.0.183" />
<PackageReference Include="OSPSuite.Assets.Images" Version="11.0.183" />
<PackageReference Include="OSPSuite.Assets" Version="11.1.97" />
<PackageReference Include="OSPSuite.Assets.Images" Version="11.1.97" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file removed src/PKSim.Assets.Images/Resources/Model4Comp.TIF
Binary file not shown.
Binary file not shown.
Binary file removed src/PKSim.Assets.Images/Resources/PKSim.jpg
Binary file not shown.
Loading

0 comments on commit c9101a9

Please sign in to comment.