This repository was archived by the owner on Oct 13, 2025. It is now read-only.
v1.1.0
Changes:
- Replaced the usage of
decimal#TryParse(String, Decimal)withdecimal#TryParse(String, NumberStyles, IFormatProvider, Decimal), allowing us to useInvariantCultureinstead of the current thread's configured culture. (#129) - Added JSON text writer. (#130)
- Moved to GitHub Actions for CI build. (#124)