Skip to content

2024-08-21

Latest
Compare
Choose a tag to compare
@VRDate VRDate released this 21 Aug 03:21
  1. Get latest Currencies from www.six-group.com
  2. Use \XML\list-one.xml with \XML\Currencies.xslt to generate \XML\Currencies.xml grouping duplicates
  3. Use \XML\Currencies.xml with \XML\Currency.xslt to generate \Money\Currency.cs code
  4. Move USD as first Currency to default for $
  5. Move JPY as first Currency to default for ¥
  6. Refactored Currency.cs merged CurrencyInfo into Currency added isFund property
  7. Updated Money.cs & Currency.cs parsing logic with regex and Updated Unit Tests