0.1.3
- Add Linux AArch64 support for Java and .NET. See #61 for more details.
- Changed how Java loads the native library:
- If a
FOO_NATIVE_LIB_LOCATIONenvironement variable is set, then it tries loading this library. - Otherwise, it tries to load each library until one succeeds. It does not depend on
commons-lang3anymore.
- If a