Skip to content

Commit

Permalink
Merge pull request #27 from arthurits/Version-178
Browse files Browse the repository at this point in the history
Version 1.7.8
  • Loading branch information
arthurits authored Jan 31, 2024
2 parents 79ad6f6 + d79b42b commit e7a57fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ErgoCalc/AssemblyAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static string AssemblyVersion
{
get
{
return Assembly.GetExecutingAssembly().GetName().Version?.ToString() ?? "?";
return Assembly.GetExecutingAssembly().GetName().Version?.ToString(3) ?? "?";
}
}

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.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyVersion("1.7.8")]
[assembly: AssemblyFileVersion("1.7.8")]

// 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.7.8
* [ScottPlott](https://github.com/ScottPlot/ScottPlot) control has been updated to version 4.1.71.
* Correct minor bugs.
* Improve internal code.
* Improve translation.

## ErgoCalculator 1.7.7
* Improve window app initial position and size logic.
* Improve culture selection logic.
Expand Down

0 comments on commit e7a57fc

Please sign in to comment.