Skip to content

chore(readme): side effect of pinning version #2230

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

Merged
merged 1 commit into from
Jul 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Install the package via the Unity Package Manager using a Git URL to Sentry's SD
https://github.com/getsentry/unity.git
```

To use this specific version of the SDK, append `#3.2.3` to the URL.
To use this specific version of the SDK, append `#3.2.3` to the URL, but note that this will stop Unity from suggesting version updates automatically.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To use this specific version of the SDK, append `#3.2.3` to the URL, but note that this will stop Unity from suggesting version updates automatically.
To use this specific version of the SDK, append `#3.2.3` to the URL, but note that this will require you to manually update by providing a new GIT URL.

Unity does not suggest updates when installing packages via GIT URL. But when you pin the version the update button does nothing. Without the added tag the button click will fetch the newest available version.


## Documentation

Expand Down
Loading