Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade-version tool should have an option to update the C# bindings #2079

Open
bfops opened this issue Dec 30, 2024 · 0 comments
Open

upgrade-version tool should have an option to update the C# bindings #2079

bfops opened this issue Dec 30, 2024 · 0 comments
Assignees

Comments

@bfops
Copy link
Collaborator

bfops commented Dec 30, 2024

Currently tools/upgrade-version only bumps the version for the Rust crates. This means that when we bump versions, we often need to remember to manually bump the C# bindings versions as well.

Note: Technically, we don't always have to bump these at the same time. It's possible that we e.g. merge ABI-breaking changes into master that force a Spacetime version bump, but the C# bindings might still be compatible with the previous version.

Definition of Done

  • The upgrade-version tool has an option to upgrade the C# bindings versions, which updates *.csproj files in bindings-csharp, as well as the initial project in crates/cli/src/subcommands/project/csharp/
@bfops bfops self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant