Releases: NordSecurity/uniffi-bindgen-cs
Releases · NordSecurity/uniffi-bindgen-cs
v0.2.4+v0.23.0
- Fix missing imports when ImplicitUsings is not enabled
- Allow configuration of global methods class name (uniffi.toml:
global_methods_class_name
)
v0.2.3+v0.23.0
Fix 0.2 release to be compatible with mozilla/uniffi-rs 0.23.0 after docstring changes
v0.2.2+v0.23.0
Cherry-pick docstrings for 0.23.0
v0.3.1
v0.2.1+v0.23.0
Add optional namespace in the configuration Signed-off-by: Roei Erez <[email protected]>
v0.2.1
v0.3.0
v0.2.0
Update uniffi-rs
to 0.23.0.
- Implement error values in callback interface
- Split
uniffi-bindgen-cs
binary into lib+bin, allowing consumers to create their own binary by callinguniffi_bindgen_cs::main()