Skip to content

Commit

Permalink
v8.3.4 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Dec 22, 2022
1 parent 3ddff35 commit 11f3105
Show file tree
Hide file tree
Showing 42 changed files with 59 additions and 55 deletions.
4 changes: 2 additions & 2 deletions DWSIM.Automation.Tests/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyFileVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
<Assembly: AssemblyFileVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.Automation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]
2 changes: 1 addition & 1 deletion DWSIM.Drawing.SkiaSharp/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>

<Assembly: NeutralResourcesLanguageAttribute("en")>
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]
2 changes: 1 addition & 1 deletion DWSIM.DynamicsManager/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.ExtensionMethods.Eto/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]
2 changes: 1 addition & 1 deletion DWSIM.ExtensionMethods/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
4 changes: 2 additions & 2 deletions DWSIM.FileStorage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyFileVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]
[assembly: AssemblyFileVersion("8.3.4.0")]
2 changes: 1 addition & 1 deletion DWSIM.FlowsheetBase/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.FlowsheetSolver/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.GlobalSettings/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
4 changes: 2 additions & 2 deletions DWSIM.Inspector/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyFileVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
<Assembly: AssemblyFileVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.Interfaces/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.Libraries.OctaveSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]
2 changes: 1 addition & 1 deletion DWSIM.Libraries.PythonLink/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]
4 changes: 2 additions & 2 deletions DWSIM.Logging/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyFileVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]
[assembly: AssemblyFileVersion("8.3.4.0")]
2 changes: 1 addition & 1 deletion DWSIM.Math/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.Plugins.HeatOfCombustion/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.Plugins.NaturalGas/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
4 changes: 2 additions & 2 deletions DWSIM.ProFeatures/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyFileVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
<Assembly: AssemblyFileVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.Serializers.XML/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.SharedClasses/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>

<Assembly: NeutralResourcesLanguageAttribute("en")>
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,6 @@
<value>FormConfigPRSV2</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>DWSIM.Thermodynamics.FormConfigPropertyPackageBase, DWSIM.Thermodynamics, Version=8.3.3.0, Culture=neutral, PublicKeyToken=null</value>
<value>DWSIM.Thermodynamics.FormConfigPropertyPackageBase, DWSIM.Thermodynamics, Version=8.3.4.0, Culture=neutral, PublicKeyToken=null</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<value>Segoe UI, 8.25pt</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>DWSIM.Thermodynamics.FormConfigPropertyPackageBase, DWSIM.Thermodynamics, Version=8.3.3.0, Culture=neutral, PublicKeyToken=null</value>
<value>DWSIM.Thermodynamics.FormConfigPropertyPackageBase, DWSIM.Thermodynamics, Version=8.3.4.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="TabPage1.TabIndex" type="System.Int32, mscorlib">
Expand Down
2 changes: 1 addition & 1 deletion DWSIM.Thermodynamics/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM.UI.Desktop.Editors/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion DWSIM.UI.Desktop.Forms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
4 changes: 2 additions & 2 deletions DWSIM.UI.Desktop.Shared/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyFileVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]
[assembly: AssemblyFileVersion("8.3.4.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion DWSIM.UI.Desktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.4.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
<value />
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>DWSIM.SharedClasses.ObjectEditorForm, DWSIM.SharedClasses, Version=8.3.3.0, Culture=neutral, PublicKeyToken=null</value>
<value>DWSIM.SharedClasses.ObjectEditorForm, DWSIM.SharedClasses, Version=8.3.4.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="lblDP.ToolTip" xml:space="preserve">
<value />
Expand Down
2 changes: 1 addition & 1 deletion DWSIM.UnitOperations/EditingForms/EditingForm_Pipe.resx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
<value />
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>DWSIM.SharedClasses.ObjectEditorForm, DWSIM.SharedClasses, Version=8.3.3.0, Culture=neutral, PublicKeyToken=null</value>
<value>DWSIM.SharedClasses.ObjectEditorForm, DWSIM.SharedClasses, Version=8.3.4.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="tbOutletPressure.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@
<value>3, 3, 3, 3</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>DWSIM.SharedClasses.ObjectEditorForm, DWSIM.SharedClasses, Version=8.3.3.0, Culture=neutral, PublicKeyToken=null</value>
<value>DWSIM.SharedClasses.ObjectEditorForm, DWSIM.SharedClasses, Version=8.3.4.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;TabControlParameters.Type" xml:space="preserve">
<value>System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
Expand Down
2 changes: 1 addition & 1 deletion DWSIM.UnitOperations/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>

<Assembly: NeutralResourcesLanguageAttribute("pt-BR")>
2 changes: 1 addition & 1 deletion DWSIM.XFlowsheet/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
2 changes: 1 addition & 1 deletion DWSIM/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("8.3.3.0")>
<Assembly: AssemblyVersion("8.3.4.0")>
'<Assembly: AssemblyFileVersion("1.6")>

<Assembly: NeutralResourcesLanguageAttribute("pt-BR")>
9 changes: 8 additions & 1 deletion PlatformFiles/Common/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==================================================
DWSIM - Open Source Process Simulator
Version 8.3.3
Version 8.3.4
Copyright (c) 2017-2022 Daniel Medeiros and contributors
Copyright (c) 2008-2016 Daniel Medeiros, Gregor Reichert, Gustavo Leon
==================================================
Expand Down Expand Up @@ -62,6 +62,13 @@ VERSION HISTORY / CHANGELOG

The full changelog including souce code changes can be viewed at https://github.com/DanWBR/dwsim/commits/windows

Version 8.3.4

- Implemented Feature Request #395: Specification block not updated/solved
- Fixed bug #377: Simulation settings exception
- Fixed bug #407: Binary interaction parameters input not working
- Fixed bug #410: Incompressible fluid PH flash with any PR EOS does not work

Version 8.3.3

- Machine-generated translations for 14 languages (Classic UI)
Expand Down
13 changes: 5 additions & 8 deletions PlatformFiles/Common/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Version 8.3.3
Version 8.3.4

- Machine-generated translations for 14 languages (Classic UI)
- Estimation of Rigorous Column diameter and height
- Added SI Engineering units
- Fixed issue with Water Electrolyzer model
- Fixed issue with Compressor and Expander
- Fixed issue with Seawater Property Package
- Other minor fixes and enhancements
- Implemented Feature Request #395: Specification block not updated/solved
- Fixed bug #377: Simulation settings exception
- Fixed bug #407: Binary interaction parameters input not working
- Fixed bug #410: Incompressible fluid PH flash with any PR EOS does not work

0 comments on commit 11f3105

Please sign in to comment.