Skip to content

Commit 3d76b59

Browse files
committed
remove version
1 parent a373933 commit 3d76b59

File tree

13 files changed

+3
-62
lines changed

13 files changed

+3
-62
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Everyone interacting in the Open Systems Pharmacology community (codebases, issu
3737
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 standards](https://github.com/Open-Systems-Pharmacology/Suite/blob/master/CODING_STANDARDS.md).
3838

3939
## License
40-
PK-Sim is released under the [GPLv2 License](LICENSE).
40+
PK-Sim is released under the [GPLv2 License](https://github.com/Open-Systems-Pharmacology/Suite/blob/master/LICENSE).
4141

4242
All trademarks within this document belong to their legitimate owners.

src/PKSim.Assets.Images/PKSim.Assets.Images.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>12.0.0</Version>
6-
<PackageVersion>12.0.0</PackageVersion>
7-
<AssemblyVersion>12.0.0</AssemblyVersion>
8-
<FileVersion>12.0.0</FileVersion>
9-
<InformationalVersion>12.0.0</InformationalVersion>
105
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
116
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
127
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>

src/PKSim.Assets/PKSim.Assets.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>12.0.0</Version>
6-
<PackageVersion>12.0.0</PackageVersion>
7-
<AssemblyVersion>12.0.0</AssemblyVersion>
8-
<FileVersion>12.0.0</FileVersion>
9-
<InformationalVersion>12.0.0</InformationalVersion>
105
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
116
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
127
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>

src/PKSim.BatchTool/PKSim.BatchTool.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net472</TargetFramework>
55
<OutputType>WinExe</OutputType>
6-
<Version>12.0.0</Version>
7-
<PackageVersion>12.0.0</PackageVersion>
8-
<AssemblyVersion>12.0.0</AssemblyVersion>
9-
<FileVersion>12.0.0</FileVersion>
10-
<InformationalVersion>12.0.0</InformationalVersion>
116
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
127
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
138
<Authors>Open-Systems-Pharmacology</Authors>
@@ -17,6 +12,7 @@
1712
<NoWarn>1591, 3246</NoWarn>
1813
<ApplicationIcon>PKSim.ico</ApplicationIcon>
1914
<Description>PKSim.BatchTool - Batch runner for json based PK-Sim simulations</Description>
15+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
2016
</PropertyGroup>
2117

2218
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

src/PKSim.CLI.Core/PKSim.CLI.Core.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>12.0.0</Version>
6-
<PackageVersion>12.0.0</PackageVersion>
7-
<AssemblyVersion>12.0.0</AssemblyVersion>
8-
<FileVersion>12.0.0</FileVersion>
9-
<InformationalVersion>12.0.0</InformationalVersion>
105
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
116
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
127
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>

src/PKSim.CLI/PKSim.CLI.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
<PropertyGroup>
44
<TargetFrameworks>net472;net8</TargetFrameworks>
55
<OutputType>Exe</OutputType>
6-
<Version>12.0.0</Version>
7-
<PackageVersion>12.0.0</PackageVersion>
8-
<AssemblyVersion>12.0.0</AssemblyVersion>
9-
<FileVersion>12.0.0</FileVersion>
10-
<InformationalVersion>12.0.0</InformationalVersion>
116
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
127
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
138
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>

src/PKSim.Core/PKSim.Core.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>12.0.0</Version>
6-
<PackageVersion>12.0.0</PackageVersion>
7-
<AssemblyVersion>12.0.0</AssemblyVersion>
8-
<FileVersion>12.0.0</FileVersion>
9-
<InformationalVersion>12.0.0</InformationalVersion>
105
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
116
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
127
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>

src/PKSim.Infrastructure/PKSim.Infrastructure.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>12.0.0</Version>
6-
<PackageVersion>12.0.0</PackageVersion>
7-
<AssemblyVersion>12.0.0</AssemblyVersion>
8-
<FileVersion>12.0.0</FileVersion>
9-
<InformationalVersion>12.0.0</InformationalVersion>
105
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
116
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
127
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>

src/PKSim.Presentation/PKSim.Presentation.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>12.0.0</Version>
6-
<PackageVersion>12.0.0</PackageVersion>
7-
<AssemblyVersion>12.0.0</AssemblyVersion>
8-
<FileVersion>12.0.0</FileVersion>
9-
<InformationalVersion>12.0.0</InformationalVersion>
105
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
116
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
127
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>

src/PKSim.R/PKSim.R.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>12.0.0</Version>
6-
<PackageVersion>12.0.0</PackageVersion>
7-
<AssemblyVersion>12.0.0</AssemblyVersion>
8-
<FileVersion>12.0.0</FileVersion>
9-
<InformationalVersion>12.0.0</InformationalVersion>
105
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
116
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
127
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>

0 commit comments

Comments
 (0)