Add npm, NuGet, and PyPI distribution for the xcrs binary - #47
Closed
setoelkahfi with Copilot wants to merge 16 commits into
Closed
Add npm, NuGet, and PyPI distribution for the xcrs binary#47setoelkahfi with Copilot wants to merge 16 commits into
setoelkahfi with Copilot wants to merge 16 commits into
Conversation
xcrs previously had no --version flag; `xcrs --version` errored. Add `#[command(version)]` so it reports its crate version, matching `smb` and the version recorded in the MCP registry. Also document that `xcrs` is installed via `cargo install xcrs` from crates.io, not Homebrew, since `brew install smbcloud-cli` ships only the `smb` binary. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…tall-docs Add --version flag to xcrs and document cargo install
…ith-latest-development Co-authored-by: setoelkahfi <1797197+setoelkahfi@users.noreply.github.com>
Co-authored-by: setoelkahfi <1797197+setoelkahfi@users.noreply.github.com>
Co-authored-by: setoelkahfi <1797197+setoelkahfi@users.noreply.github.com>
Co-authored-by: setoelkahfi <1797197+setoelkahfi@users.noreply.github.com>
Co-authored-by: setoelkahfi <1797197+setoelkahfi@users.noreply.github.com>
Co-authored-by: setoelkahfi <1797197+setoelkahfi@users.noreply.github.com>
Co-authored-by: setoelkahfi <1797197+setoelkahfi@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
setoelkahfi
August 9, 2026 14:18
View session
An error occurred while trying to automatically change base from
add-xcrs-npm-nuget-pypi-distribution
to
development
August 9, 2026 15:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Description
This branch was behind
developmentand had drifted on release metadata. The update brings the PR current with the latest release/tooling changes and fixes the version-sync path so the xcrs package manifests stay aligned with the workspace version.Development sync
developmentinto the PR branchRelease metadata alignment
0.5.0to0.5.1Version sync hardening
version/pathfieldsType of Change
How Has This Been Tested?
Validated the merged branch against the relevant release/versioning checks and CI-equivalent workspace/package builds.
cargo test --all-featuressmb <command>)Checklist
cargo check --workspacepassescargo clippy --workspace --tests -- -D warningspassescargo fmt --all -- --checkpassesunwrap()orexpect()calls in production codemod.rsfiles introducedCargo.tomland inherited with{ workspace = true }Release Notes
development.