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

Use lowercase "pr" for prerelease packages #2765

Merged
merged 2 commits into from
Jan 12, 2022
Merged

Conversation

nirinchev
Copy link
Member

@nirinchev nirinchev commented Jan 12, 2022

Description

S3 urls are case sensitive and nuget package names are lowercased, but versions are not, which resulted in the wrong url being generated - i.e. https://s3.amazonaws.com/realm.nugetpackages/flatcontainer/realm/10.7.1-PR-2695.1703/realm.10.7.1-PR-2695.1703.nupkg instead of https://s3.amazonaws.com/realm.nugetpackages/flatcontainer/realm/10.7.1-pr-2695.1703/realm.10.7.1-pr-2695.1703.nupkg.

TODO

  • Changelog entry
  • Tests (if applicable)

@cla-bot cla-bot bot added the cla: yes label Jan 12, 2022
@nirinchev nirinchev merged commit 03b6299 into master Jan 12, 2022
@nirinchev nirinchev deleted the ni/lowercase-pr branch January 12, 2022 11:23
nirinchev added a commit that referenced this pull request Jan 13, 2022
* master:
  Update CHANGELOG.md (#2767)
  Fix `TraverseSort` to support properties declared by interfaces (#2750)
  Added fallback path (#2766)
  Use lowercase "pr" for prerelease packages (#2765)
  Update README.md (#2764)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant