Skip to content

0.10.0 - Target .NET Standard + other fixes

Choose a tag to compare

@senseibaka senseibaka released this 16 Apr 00:07
· 294 commits to master since this release

Improvements:

  • #23 - Add .NET Standard 2.0 to TargetFrameworks

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