Skip to content

V1.3.0 Release

Latest
Compare
Choose a tag to compare
@DaveAuld DaveAuld released this 06 Aug 13:56
· 2 commits to master since this release

V1.3.0 Release

Download the relevant zip file for your Windows OS, either x64 or x86.

The application has been built to be standalone and requires not additional .Net framework dependency, everything required should be embedded in the zip file.

Changes:
Fix #12 , Separation symbol, cultureinfo
The application wasn't displaying the correct data when used on a culture with ", comma" decimal symbol. e.g. Magnitude 11.37 was displayed as 1137 instead of 11,37 this also affected the calculations of Bortle and NELM values.

Also removed an unnecessary additional Double conversion that was converting a double to a double in one of the utility functions.