feat: Sublime Text 3 build 3047

- Supports install and uninstall
This commit is contained in:
Iristyle
2013-07-23 16:07:44 -04:00
parent d04d12b52b
commit 7491fb77d1
3 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SublimeText3</id>
<title>Sublime Text 3</title>
<version>3.0.0.3047</version>
<authors>Jon Skinner</authors>
<owners>Ethan J. Brown</owners>
<summary>Sublime Text 3 is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features.</summary>
<description>Sublime Text 3 is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features. Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use.
This brings the Sublime Text portable version to your system</description>
<releaseNotes>http://www.sublimetext.com/3</releaseNotes>
<projectUrl>http://www.sublimetext.com/3</projectUrl>
<tags>sublime text editor st3</tags>
<licenseUrl>http://www.sublimetext.com/eula</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/SublimeText2.app/Sublime_Text.png</iconUrl>
</metadata>
</package>