Skip to content

Commit

Permalink
dtl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Oct 1, 2020
1 parent 78c7862 commit 9a1e706
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<ItemGroup>
<Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Posix-4.5.4.5.0\lib\net45\Mono.Posix.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
11 changes: 5 additions & 6 deletions DWSIM.Thermodynamics.StandaloneLibrary/ILMergeOrder.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# you can fill it from the obj\CONFIG\PROJECT.ilmerge generated on every build
# and finetune merge order to your satisfaction

DWSIM.Thermodynamics.dll
DWSIM.SharedClasses.dll
DWSIM.Interfaces.dll
CapeOpen.dll
Expand All @@ -17,16 +16,16 @@ FileHelpers.dll
Cudafy.NET.dll
Newtonsoft.Json.dll
DWSIM.Thermodynamics.CoolPropInterface.dll
DWSIM.Thermodynamics.AdvancedEOS.PCSAFT2.dll
DWSIM.Thermodynamics.AdvancedEOS.GERG2008.dll
DWSIM.Thermodynamics.AdvancedEOS.PRSRKTDep.dll
Yeppp.CLR.Bundle.dll
ExcelDna.Integration.dll
DWSIM.ExtensionMethods.dll
DWSIM.GlobalSettings.dll
DWSIM.XMLSerializer.dll
DWSIM.MathOps.RandomOps.dll
DWSIM.MathOps.SimpsonIntegrator.dll
DWSIM.Thermodynamics.StandaloneLibrary.dll
Nini.dll
Mono.Posix.dll
DWSIM.Thermodynamics.AdvancedEOS.PCSAFT2.dll
DWSIM.Thermodynamics.AdvancedEOS.GERG2008.dll
DWSIM.Thermodynamics.AdvancedEOS.PRSRKTDep.dll
DWSIM.Thermodynamics.StandaloneLibrary.dll
DWSIM.Thermodynamics.dll
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("DWSIM.Thermodynamics.StandaloneLibrary")>
<Assembly: AssemblyCopyright("Copyright © 2018-2019 Daniel Medeiros")>
<Assembly: AssemblyCopyright("Copyright © 2018-2020 Daniel Medeiros")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(True)>
Expand Down
2 changes: 2 additions & 0 deletions PlatformFiles/Common/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The full changelog including souce code changes can be viewed at https://github.

Version 6.2

- [NEW] New compounds: Sulfuric Acid, Solid Carbon, Mercury, Casein, Lactose,
Methyl Oleate, Myristic Acid, Triolein
- [NEW] GERG-2008 Property Package
- [NEW] PC-SAFT (with Association Support) Property Package
- [NEW] Peng-Robinson (1978) Property Package
Expand Down
2 changes: 2 additions & 0 deletions PlatformFiles/Common/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Version 6.2

- [NEW] New compounds: Sulfuric Acid, Solid Carbon, Mercury, Casein, Lactose,
Methyl Oleate, Myristic Acid, Triolein
- [NEW] GERG-2008 Property Package
- [NEW] PC-SAFT (with Association Support) Property Package
- [NEW] Peng-Robinson (1978) Property Package
Expand Down

0 comments on commit 9a1e706

Please sign in to comment.