taori / NugetUnlister

dotnet global tool, to unlist nuget packages
MIT License
5 stars 0 forks source link

Release new version #4

Closed bjorn-ali-goransson closed 4 years ago

bjorn-ali-goransson commented 4 years ago

Hello,

It seems the new version with ReleaseFrom is not on NuGet ?

Bjorn

taori commented 4 years ago

Hello Bjorn,

i don't know about a ReleaseFrom method - Could you clarify please? If there is code which isn't published i'll take care of it though.

bjorn-ali-goransson commented 4 years ago

Sorry for being sloppy...

I was meaning to say, the version that is currently being installed if doing the dotnet tool install --global NugetUnlister command, does not have the command ReleaseBefore, only PrereleaseBefore.

I am referring to these additions: https://github.com/taori/NugetUnlister/commit/7081740d5c2f557955612cbe723d4e987413094c

As these additions are from August last year, and the latest released version on NuGet is from February, I believe they have not been released on nuget.org?

taori commented 4 years ago

After a quick look i see that you are absolutely correct. I'll scan the unit tests if the code is covered and set up CI so this doesn't happen in the future anymore. I'll probably fix this today or tomorrow. Thanks for reporting this.

taori commented 4 years ago

you can update your tool in a couple minutes and should be able to use the method which was missing in the previous release.

taori commented 4 years ago

@bjorn-ali-goransson the package is updated on nuget now. If you find any issues feel free to write another one.

bjorn-ali-goransson commented 4 years ago

Thanks for this great tool!

On Sun, 2 Feb 2020 at 20:07, Andreas Müller notifications@github.com wrote:

@bjorn-ali-goransson https://github.com/bjorn-ali-goransson the package is updated on nuget now. If you find any issues feel free to write another one.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/taori/NugetUnlister/issues/4?email_source=notifications&email_token=AAFDEAH34OASI76S2S3YTCDRA4KVNA5CNFSM4KOY6XI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKR6JKY#issuecomment-581166251, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFDEAEDMUCI6Y3UP3THTY3RA4KVNANCNFSM4KOY6XIQ .

taori commented 4 years ago

@bjorn-ali-goransson You're welcome :)