News
Ion .NET 1.1.0 Released
23 November 2020
This release includes:
- Replacing the usage of decimal#TryParse(String, Decimal) with decimal#TryParse(String, NumberStyles, IFormatProvider, Decimal), allowing us to use InvariantCulture instead of the current thread’s configured culture. (#129)
- Adding a JSON text writer. (#130)
- Moving to GitHub Actions for CI build. (#124)
The Amazon.IonDotnet package is available via NuGet.
Release Notes | Ion .NET |