-
Notifications
You must be signed in to change notification settings - Fork 525
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
Boostrapper download without nuget exe and switch bootstrapper to .net 4.5 #734
Boostrapper download without nuget exe and switch bootstrapper to .net 4.5 #734
Conversation
very cool. |
Very nice idea. Will do that. |
- refactored download pattern with strategies - command parameter evaluation separated
Just found a bug in version parsing from nuget. Will provide a fix in a minute |
parsing nuget versions with SemVer SemVer impl transformed from fs in paket.core
There was an issue with the SemVer stuff. Should be fixed by now |
cool thanks. I just have to wait a bit until we have the other .NET 4.5 stuff ready. |
Ok. I'll wait until then with other improvements, I'll have in my pipeline for the bootstrapper. |
Thanks. It's now part of 0.39 alpha. |
Very nice. You are welcome. |
The previous approach for the nuget fallback for the bootstrapper used the nuget.exe to accomplish it tasks.
I changed the fallback behaviour for the bootstrapper with the following new features