Skip to content

Support for .NET Standard 1.6

Compare
Choose a tag to compare
@pieterderycke pieterderycke released this 20 Jul 03:57
· 52 commits to master since this release

I am very happy to announce a brand new release of Jace: version 0.9. This is the first release in quite some time and Jace now supports .NET Standard 1.6. This means that Jace can now also be used in .NET Core applications.

The next version of Jace (1.0) will contain support for decimals and complex numbers (in addition to the current double support).

Release notes:

  • Support for .NET Standard 1.6: support for .NET Core
  • Cleanup of all code to support legacy .NET versions
  • Support for DynamicFuncs: functions containing a dynamic number of parameters
  • Support for Func’s with more parameters
  • Bugfix #15: Formulas built from CalculationEngine do not take constants into account