Skip to content

Commit

Permalink
Prepare release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Sep 24, 2024
1 parent c4a1820 commit 02092c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Modelica_ResultCompare/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
[assembly: AssemblyCopyright("Copyright © 2015-2024 - ESI ITI GmbH and contributors")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyInformationalVersionAttribute("2.0.4.0")]
[assembly: AssemblyInformationalVersionAttribute("2.1.0.0")]

// If you need to access this assembly in COM, enable this attribute
[assembly: ComVisible(false)]

// The GUID used if you use COM
[assembly: Guid("5ead2e40-fd60-4095-b96c-4f5a6473f43b")]

[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]

[assembly: AssemblyLicense("\nThis software is free software and released under the BSD 3-Clause License <https://opensource.org/licenses/BSD-3-Clause>.\n")]
[assembly: AssemblyUsage(@"Example Usage:
Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2024-09-24 Version 2.1.0
* improve curve compare by introduction of a default nominal value (hard-coded to 0.001)
* improve the tube size calculation (by switching to the new standard approach)
* bugfix for tube calculation if reference curve is shorter than actual curve

## 2024-04-09 Version 2.0.4
* improve compare_failed log file to print total number of failed values

Expand Down

0 comments on commit 02092c1

Please sign in to comment.