Skip to content

Commit

Permalink
Merge pull request #38 from arthurits/Version-181
Browse files Browse the repository at this point in the history
Version 1.8.1
  • Loading branch information
arthurits authored Oct 27, 2024
2 parents 7fd3300 + 9f4fcf2 commit c1ff3fe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ErgoCalc/ErgoCalc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ScottPlot" Version="4.1.73" />
<PackageReference Include="ScottPlot.WinForms" Version="4.1.73" />
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
<PackageReference Include="ScottPlot" Version="4.1.74" />
<PackageReference Include="ScottPlot.WinForms" Version="4.1.74" />
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
</ItemGroup>
<ItemGroup>
<Compile Remove="clsModels.cs" />
Expand Down
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.8.0")]
[assembly: AssemblyFileVersion("1.8.0")]
[assembly: AssemblyVersion("1.8.1")]
[assembly: AssemblyFileVersion("1.8.1")]

// 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.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ErgoCalculator Changelog

## ErgoCalculator 1.8.1
* Splash screen launcher is removed from output directory.
* Implement user selected directory path in open and save dialogs.
* [ScottPlott](https://github.com/ScottPlot/ScottPlot) control has been updated to version 4.1.74.
* [System.Drawing.Control](https://github.com/dotnet/winforms) control has been updated to version 8.0.10.

## ErgoCalculator 1.8.0
* Update data adquisition code in lifting form.
* Allow and handle `NaN` and infinity values in lifting module.
Expand Down

0 comments on commit c1ff3fe

Please sign in to comment.