Skip to content

Commit

Permalink
Update README.md v0.8.0+v0.25.0 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristupas Antanavičius <[email protected]>
  • Loading branch information
arg0d authored Feb 9, 2024
1 parent 8ecc520 commit be8027d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
----

### v0.8.0+v0.25.0

- **BREAKING**: Change default access modifier from `public` to `internal` for "exported" uniffi symbols
- Fix incorrect ordering of record fields with default values
- Make generated bindings compatible with .NET framework `4.8`
- `uniffi-bindgen-cs` will format generated bindings using csharpier, if it's installed
- Prefix generated bindings file with `// <auto-generated/>`

----

### v0.7.0+v0.25.0

- **BREAKING**: Emit `byte[]` instead of `List<byte>` for `bytes` type [#53](https://github.com/NordSecurity/uniffi-bindgen-cs/pull/53).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Minimum Rust version required to install `uniffi-bindgen-cs` is `1.72`.
Newer Rust versions should also work fine.

```bash
cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.7.0+v0.25.0
cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.8.0+v0.25.0
```

# How to generate bindings
Expand Down
2 changes: 1 addition & 1 deletion bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniffi-bindgen-cs"
version = "0.7.0+v0.25.0"
version = "0.8.0+v0.25.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit be8027d

Please sign in to comment.