Tewr / BlazorWorker

Library for creating DotNet Web Worker threads/multithreading in Client side Blazor
MIT License
392 stars 36 forks source link

nuget.org releases missing? #86

Closed jon001 closed 1 year ago

jon001 commented 1 year ago

I'm very confused by the releases available at nuget.org - the latest is 3.1.1 (which doesn't appear here), and there's no sign of 3.2.0 or 3.2.1. Have you moved away from nuget.org or is there something amiss somewhere?

Tewr commented 1 year ago

Hello. 3.2.0 was a core only release, which I admit is not very clear. Indeed 3.2.1 seems to be missing, I'll look into aligning the versions.

Tewr commented 1 year ago

versions are aligned in this tag and uploaded on nuget https://github.com/Tewr/BlazorWorker/releases/tag/v3.2.2

jon001 commented 1 year ago

Lovely, thanks - nuget is giving me the goods now!