NuGet version sorting issue
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
Seems like nuget sorts the versions a bit strange, putting RC10 between RC1 and RC2, leaving RC9 as the apparently latest release.
I would consider this an issue of nuget's, but I'm going to leave this issue here as well for informational purposes.
You can install the true latest version for now by using the following command in the package manager console;
Install-Package WebSocketSharp -Version 1.0.3-rc10 -Pre
Or "downgrade" to it with
Update-Package WebSocketSharp -Version 1.0.3-rc10
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository file, test, or entry point; begin by reproducing NuGet's ordering for the listed WebSocketSharp versions and checking whether the behavior belongs to NuGet or this package. Done would require a repository-specific fix or documentation change, but the issue currently provides no such scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100