Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0.0 not showing up via Nuget.org #50

Closed
abbeycode opened this issue Nov 16, 2015 · 6 comments
Closed

Version 2.0.0 not showing up via Nuget.org #50

abbeycode opened this issue Nov 16, 2015 · 6 comments

Comments

@abbeycode
Copy link

v1.1.1 is showing as the latest. When will 2.0.0 be added?

@abbeycode
Copy link
Author

It also looks like Chocolatey only has 2.0.0-alpha06

@urasandesu
Copy link
Owner

The latest version is 2.0.0 in Chocolatey. It is under the package moderation, but it can work completely. To install it, you have to specify the -version parameter explicitly. Also, it seems that you have already installed alpha version. I recommend uninstalling it before that.

In conclusion, you have only to execute the following commands in the PowerShell that runs as Administrator:

PS> choco uninstall prig -y -f
PS> choco install prig -version 2.0.0 -y

@abbeycode
Copy link
Author

Has NuGet.org been deprecated in favor of Chocolatey?

@urasandesu
Copy link
Owner

No, I don't like Chocolatey very much because it has too heavy moderation procedure 😣
However, there was technical limitation of NuGet to support Visual Studio integrated environment.

@abbeycode
Copy link
Author

Will 2.0.0 eventually be released on NuGet?

@urasandesu
Copy link
Owner

At the moment, it won't. Because NuGet doesn't have enough functions to manage Prig 2.0.0. For example, extend the context menu, hook the build event and so on.

By the way, I'm working on issue #49, and I'm planning to distribute this library in Visual Studio Gallery. I think that you will be able to install easy as same as NuGet if it is finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants