From b71a3c78b9ba00ec891306e8f6191e2aef50df68 Mon Sep 17 00:00:00 2001 From: Iristyle Date: Mon, 16 Sep 2013 15:43:23 -0400 Subject: [PATCH] feat(ST2.EditorPackages) - release 0.2.0 - use pre-release version of package control, which fixes bugs related to packages automatically added to ignored_packages https://github.com/wbond/sublime_package_control/issues/558 - use SublimeText2 as a dep, as we run PS code to install pkg control --- .../EthanBrown.SublimeText2.EditorPackages.nuspec | 4 ++-- .../tools/chocolateyInstall.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec index 77e1b10..be456d7 100644 --- a/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec +++ b/EthanBrown.SublimeText2.EditorPackages/EthanBrown.SublimeText2.EditorPackages.nuspec @@ -3,7 +3,7 @@ EthanBrown.SublimeText2.EditorPackages Sublime Text 2 - Editor Enhancing Packages - 0.1.1 + 0.2.0 Various Ethan Brown A number of packages helpful for increased editor productivity. @@ -94,7 +94,7 @@ * Use a local package cache to prevent first-time package restore / load errors - + diff --git a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 index be15821..a7aee0e 100644 --- a/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 +++ b/EthanBrown.SublimeText2.EditorPackages/tools/chocolateyInstall.ps1 @@ -29,7 +29,7 @@ try { $packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache' Install-SublimePackagesFromCache -Directory $packageCache - Install-SublimePackageControl + Install-SublimePackageControl -PreRelease $packageControl = Join-Path $current 'Package Control.sublime-settings' Merge-PackageControlSettings -FilePath $packageControl