chore(SublimeText2.GitPackages): release 0.1.0

- Includes git now
 - Restores packages in a friendlier manner
This commit is contained in:
Iristyle
2013-04-04 09:50:11 -04:00
parent f9f3143eca
commit 6204c22fc1

View File

@@ -3,7 +3,7 @@
<metadata> <metadata>
<id>EthanBrown.SublimeText2.GitPackages</id> <id>EthanBrown.SublimeText2.GitPackages</id>
<title>Sublime Text 2 - Git Integration Packages</title> <title>Sublime Text 2 - Git Integration Packages</title>
<version>0.0.3</version> <version>0.1.0</version>
<authors>Various</authors> <authors>Various</authors>
<owners>Ethan Brown</owners> <owners>Ethan Brown</owners>
<summary>A number of packages helpful for increased editor productivity when using Git.</summary> <summary>A number of packages helpful for increased editor productivity when using Git.</summary>
@@ -56,10 +56,11 @@
--> -->
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://raw.github.com/Iristyle/ChocolateyPackages/master/SublimeText2.app/Sublime_Text.png</iconUrl> <iconUrl>https://raw.github.com/Iristyle/ChocolateyPackages/master/SublimeText2.app/Sublime_Text.png</iconUrl>
<releaseNotes></releaseNotes> <releaseNotes>* Use a local package cache to prevent first-time package restore / load errors</releaseNotes>
<dependencies> <dependencies>
<dependency id="PowerShell" version="3.0"/> <dependency id="PowerShell" version="3.0"/>
<dependency id="SublimeText2.app" /> <dependency id="SublimeText2.app" />
<dependency id="git" />
</dependencies> </dependencies>
</metadata> </metadata>
<files> <files>