sta / sta/websocket-sharp

NuGet version sorting issue

Open
#199 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.