Skip to content

Releases: andersnm/ExcelNumberFormat

ExcelNumberFormat 1.1.0

02 Oct 12:08
Compare
Choose a tag to compare

Fixed formatting 0 hour as 12 with AM/PM.
Added support for 1900/1904-based numeric dates.

ExcelNumberFormat 1.0.10

13 Mar 10:08
Compare
Choose a tag to compare

Format TimeSpan with respect to milliseconds.
Fixed formatting negative TimeSpan.

ExcelNumberFormat 1.0.9

08 Mar 17:44
Compare
Choose a tag to compare

Explicitly specify precision when formatting floating-point numbers.
Fixed commas in date formats.

ExcelNumberFormat 1.0.8

16 Jan 16:55
Compare
Choose a tag to compare

Fixed date formatting not taking AM/PM into account correctly.

ExcelNumberFormat 1.0.7

18 May 11:56
Compare
Choose a tag to compare

Fixed formatting months in number formats with uppercase 'M'.

ExcelNumberFormat 1.0.6

07 May 19:25
Compare
Choose a tag to compare

Date separator respects the provided CultureInfo.

ExcelNumberFormat 1.0.5

21 Mar 20:31
Compare
Choose a tag to compare

Thousand separator respects the provided CultureInfo.

ExcelNumberFormat 1.0.4

20 Mar 11:54
Compare
Choose a tag to compare

Implemented parser for currencies.

ExcelNumberFormat 1.0.3

23 Nov 17:27
Compare
Choose a tag to compare

Fixed milliseconds formatting and thousand separator in leading zeros.

ExcelNumberFormat 1.0.2

08 Nov 13:15
Compare
Choose a tag to compare

Initial release with basic number format parsing and formatting capabilities. Version 1.0.2 is signed with a strong name and marked as CLS compliant.