Skip to content

Conversation

onesignal-deploy
Copy link
Collaborator

@onesignal-deploy onesignal-deploy commented Jul 30, 2025

Changes

  • upgrade RestSharp from v106 to v108

@Aleksander98
Copy link

Please remember to lock NuGet package dependencies to a specific major version. This can be done by specifying the version range in the PackageReference e.g. <PackageReference Include="RestSharp" Version="[108.0.3,109.0.0)" />

[108.0.3,109.0.0) means: allow any version greater than or equal to 108.0.3 but less than 109.0.0.

Please update other packages as well (e.g., Polly) and lock their versions using the same approach.

For more details and best practices, please refer to the official documentation:

https://learn.microsoft.com/en-us/nuget/concepts/package-versioning?tabs=semver20sort#references-in-project-files-packagereference

Regards,
Alex

@sherwinski
Copy link
Contributor

Thanks for the feedback @Aleksander98. I have a PR in upstream to do this, just need to get it merged there and then we can release this.

@sherwinski sherwinski merged commit 87100dc into main Aug 18, 2025
@sherwinski sherwinski deleted the user-api-updates branch August 18, 2025 21:34
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

Successfully merging this pull request may close these issues.

3 participants