From 12b8317275a3ff942ee8af6b9be7f0504b11d247 Mon Sep 17 00:00:00 2001 From: Iristyle Date: Mon, 16 Sep 2013 15:44:36 -0400 Subject: [PATCH] feat(ST2.GitPackages) - 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.GitPackages.nuspec | 4 ++-- .../tools/chocolateyInstall.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EthanBrown.SublimeText2.GitPackages/EthanBrown.SublimeText2.GitPackages.nuspec b/EthanBrown.SublimeText2.GitPackages/EthanBrown.SublimeText2.GitPackages.nuspec index e0c437e..0e52b62 100644 --- a/EthanBrown.SublimeText2.GitPackages/EthanBrown.SublimeText2.GitPackages.nuspec +++ b/EthanBrown.SublimeText2.GitPackages/EthanBrown.SublimeText2.GitPackages.nuspec @@ -3,7 +3,7 @@ EthanBrown.SublimeText2.GitPackages Sublime Text 2 - Git Integration Packages - 0.1.1 + 0.2.0 Various Ethan Brown A number of packages helpful for increased editor productivity when using Git. @@ -59,7 +59,7 @@ * Use a local package cache to prevent first-time package restore / load errors - + diff --git a/EthanBrown.SublimeText2.GitPackages/tools/chocolateyInstall.ps1 b/EthanBrown.SublimeText2.GitPackages/tools/chocolateyInstall.ps1 index c8f7c02..a4edcc3 100644 --- a/EthanBrown.SublimeText2.GitPackages/tools/chocolateyInstall.ps1 +++ b/EthanBrown.SublimeText2.GitPackages/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