0.10.0 - Target .NET Standard + other fixes
Improvements:
- #23 - Add
.NET Standard 2.0toTargetFrameworks
Bug fixes:
- #30 - Add missing methods/properties for various
Ase-prefixed types to improve drop-in-ability of this package.- Note: Not all added methods/properties were implemented -- some were stubbed to return empty data. Over time they will be implemented if actually needed.
- #28 - Better handling of large decimal values (e.g. as the result of a server-side calculation causing precision/scale blow-out).
Other:
- #26 - Remove some compile-time warnings