-
Notifications
You must be signed in to change notification settings - Fork 162
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
Breaking changes from Chocolatey 1.0.0 #496
Comments
For backwards compatibility the Chocolatey Community will be adding those functions into an extension module (likely Thanks for picking that up @OraDotNetDev |
While updating this, it might be advisable to remove any usage of the now deprecated Chocolatey shims, or example |
Not very familiar with Boxstarter, but it looks as though it has it's own cup, cinst, choco wrapper functions to override the deprecated Chocolatey shims. Should calls to these Boxstarter functions now also be removed and replaced with calls to the native choco commands? |
Hi @OraDotNetDev - thanks for bringing this up, we'll definitely need to do something about the As for |
A |
I'm going to close this issue as it is going to be implicitly fixed with Boxstarter v3 / GH-479 |
There are a few references to helper functions which have been removed in Chocolatey 1.0.0 chocolatey/choco#2469.
Do these now need to be removed (and replaced)?
boxstarter/Boxstarter.Chocolatey/Get-PackageRoot.ps1
Line 31 in a0e8310
boxstarter/Boxstarter.Chocolatey/Get-PackageRoot.ps1
Line 33 in a0e8310
boxstarter/Boxstarter.Chocolatey/New-BoxstarterPackage.ps1
Line 100 in a0e8310
boxstarter/Boxstarter.Chocolatey/New-BoxstarterPackage.ps1
Line 102 in a0e8310
The text was updated successfully, but these errors were encountered: