Skip to content

Commit

Permalink
Merge pull request #35 from arthurits/Version-180
Browse files Browse the repository at this point in the history
Version 1.8.0
  • Loading branch information
arthurits authored Feb 13, 2024
2 parents e397e0c + 9965d46 commit e71ca6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ErgoCalc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// 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("1.7.9")]
[assembly: AssemblyFileVersion("1.7.9")]
[assembly: AssemblyVersion("1.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]

// Needed to avoid warnings for ScottPlot 4.0.48
//[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows7.0")]
Expand Down
Binary file modified ErgoCalc/images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ErgoCalculator Changelog

## ErgoCalculator 1.8.0
* Update data adquisition code in lifting form.
* Allow and handle `NaN` and infinity values in lifting module.
* Update internal validation routines.
* Add unit tests.
* Improve internal code.

## ErgoCalculator 1.7.9
* Modify wrong pushing coefficient.
* Drop revision number in about form.
Expand Down

0 comments on commit e71ca6b

Please sign in to comment.