DotNET v0.2.1
Closed issues:
- crash in REPL (#1)
- Support for System.Double (#3)
- Example for dll (#5)
- How to Set a Class Property? (#6)
- How to Call .NET Method with "out" argument (#8)
- Find and Call function in dll (#9)
- add "using DotNET" to the examples code... (#10)
- CLRException: System.MissingMethodException with TagLibSharp dll (#12)
Merged pull requests:
- Add .NET Core 2.2 to build matrix (#2) (@azurefx)
- Add primitive support for System.Single&Double types (#4) (@azurefx)
- Support property setters (#7) (@azurefx)
- Make n-d arrays conform to Julia's iterator protocol (#13) (@azurefx)
- Support field setters (#14) (@azurefx)
- Support out parameters (#15) (@azurefx)