Skip to content

Commit

Permalink
Version 7.3.0
Browse files Browse the repository at this point in the history
Version 7.3.0
  • Loading branch information
msevestre authored Jun 12, 2018
2 parents b4d3b59 + 4e314e1 commit cfc1b1e
Show file tree
Hide file tree
Showing 284 changed files with 28,406 additions and 30,781 deletions.
6 changes: 4 additions & 2 deletions MoBi.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.4
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoBi", "src\MoBi\MoBi.csproj", "{B831E5E2-431A-4627-B58C-3CE3F5002E42}"
EndProject
Expand All @@ -22,7 +22,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
appveyor-coverage.yml = appveyor-coverage.yml
appveyor-nightly.yml = appveyor-nightly.yml
appveyor.yml = appveyor.yml
log4net.config.xml = log4net.config.xml
postclean.bat = postclean.bat
rakefile.rb = rakefile.rb
README.md = README.md
Expand Down Expand Up @@ -128,4 +127,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C33C05C2-2549-4699-9F93-C5D8264B44E8}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ where it should be considered.
Everyone interacting in the Open Systems Pharmacology community (codebases, issue trackers, chat rooms, mailing lists etc...) is expected to follow the Open Systems Pharmacology [code of conduct](https://github.com/Open-Systems-Pharmacology/Suite/blob/master/CODE_OF_CONDUCT.md).

## Contribution
We encourage contribution to the Open Systems Pharmacology community. Before getting started please read the [contribution guidelines](https://github.com/Open-Systems-Pharmacology/Suite/blob/master/CONTRIBUTING.md). If you are contributing code, please be familiar with the [coding standard](https://github.com/Open-Systems-Pharmacology/Suite/blob/master/CODING_STANDARD.md).
We encourage contribution to the Open Systems Pharmacology community. Before getting started please read the [contribution guidelines](https://github.com/Open-Systems-Pharmacology/Suite/blob/master/CONTRIBUTING.md). If you are contributing code, please be familiar with the [coding standard](https://github.com/Open-Systems-Pharmacology/Suite/blob/master/CODING_STANDARDS.md).

## License
MoBi® is released under the [GPLv2 License](LICENSE).
Expand Down
8 changes: 4 additions & 4 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

[assembly: AssemblyCompany("Open Systems Pharmacology")]
[assembly: AssemblyProduct("MoBi")]
[assembly: AssemblyCopyright("Copyright © 2002-2017 - Open Systems Pharmacology Community")]
[assembly: AssemblyCopyright("Copyright © 2002-2018 - Open Systems Pharmacology Community")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("7.2.0.0")]
[assembly: AssemblyFileVersion("7.2.0.0")]
[assembly: AssemblyInformationalVersion("")]
[assembly: AssemblyVersion("7.3.0.0")]
[assembly: AssemblyFileVersion("7.3.0.0")]
[assembly: AssemblyInformationalVersion("7.3.0.0")]

[assembly: InternalsVisibleTo("MoBi.Tests")]
[assembly: InternalsVisibleTo("MoBi.UI.Tests")]
Expand Down
2 changes: 1 addition & 1 deletion appveyor-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ configuration: Debug
image: Visual Studio 2017

environment:
app_version: '7.2.0'
app_version: '7.3.0'
MIK_TEX_INSTALL_DIR: 'C:\MikTex\'

version: '%app_version%.{build}'
Expand Down
4 changes: 2 additions & 2 deletions appveyor-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ configuration: Debug
image: Visual Studio 2017

environment:
app_version: '7.2.1'
app_version: '7.3.0'
MIK_TEX_INSTALL_DIR: 'C:\MikTex\'

version: '%app_version%.{build}'
Expand All @@ -12,7 +12,7 @@ assembly_info:
file: SolutionInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: ""
assembly_informational_version: "{version}"

clone_depth: 1

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ configuration: Debug
image: Visual Studio 2017

environment:
app_version: '7.2.0'
app_version: '7.3.0'

version: '%app_version%.{build}'

Expand Down
4 changes: 1 addition & 3 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
'dimensions/*.xml',
'pkparameters/*.xml',
'setup/setup.wxs',
'log4net.config.xml',
'setup/**/*.{msm,rtf,bmp}',
'Open Systems Pharmacology Suite License.pdf'
]
Expand All @@ -60,7 +59,6 @@
'pkparameters/*.xml',
'src/Data/*.xml',
'setup/**/*.{rtf}',
'log4net.config.xml',
]

setup_folders = [
Expand Down Expand Up @@ -102,7 +100,7 @@ def update_smart_xls(args)
packages_dir = File.join(solution_dir, 'packages')

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

copy_depdencies solution_dir, all_users_application_dir do
copy_files 'Data', ['xml', 'mbdt']
Expand Down
6 changes: 0 additions & 6 deletions setup/setup.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@
<File Name="OSPSuite.PKParameters.xml" Id="OSPSuite.PKParameters.xml" Source="$(var.DeployDir)/OSPSuite.PKParameters.xml" KeyPath="yes" />
</Component>


<Component Id='log4net.config.xml' Guid='DFCFEDFA-2B88-4FFD-BA64-D4D108D98FD1'>
<File Name='log4net.config.xml' Id='log4net.config.xml' Source='$(var.DeployDir)/log4net.config.xml' KeyPath='yes' />
</Component>

<Directory Id="ExamplesFolder" Name="Examples">
<Component Id="ExamplesFolder" Guid="E20EF070-7E5F-4429-8A2D-584057D8AF13">
<CreateFolder Directory="ExamplesFolder">
Expand Down Expand Up @@ -171,7 +166,6 @@
<ComponentGroupRef Id="Templates" />

<ComponentRef Id="MoBi.exe" />
<ComponentRef Id="log4net.config.xml" />
<ComponentRef Id="OSPSuite.Dimensions.xml" />
<ComponentRef Id="OSPSuite.PKParameters.xml" />
<ComponentRef Id="SpaceOrganismTemplate.mbdt" />
Expand Down
2 changes: 1 addition & 1 deletion simmodel.schema
Loading

0 comments on commit cfc1b1e

Please sign in to comment.