Floogen / Stardrop

Stardrop is an open-source, cross-platform mod manager for the game Stardew Valley.
https://floogen.gitbook.io/stardrop/
GNU General Public License v3.0
114 stars 31 forks source link

Update Semver package and resolve Semver deprecation warnings #142

Closed Adda0 closed 8 months ago

Adda0 commented 8 months ago

This PR updates Semver package to version 2.3.0 and fixes the deprecation warnings caused by using operator < to compare versions directly and SemVersion constructor.

The PR should introduce not changes other than replacing the deprecated operator < with the recommended .CompareSortOrderTo(), as per Semver documentation.

Tested on Linux, but not on Windows and MacOS.

Floogen commented 8 months ago

Tested on Windows and macOS without issue.

Thank you for the pull request!