Files
ChocolateyPackages/SublimeText3.PowershellAlias/SublimeText3.PowershellAlias.nuspec
2013-07-23 17:13:54 -04:00

22 lines
1.0 KiB
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SublimeText3.PowershellAlias</id>
<title>Sublime Text 3 Powershell subl Alias</title>
<version>0.1.0</version>
<authors>Jon Skinner</authors>
<owners>Ethan J Brown</owners>
<summary>A Powershell 'subl' alias to easily launch Sublime Text 3 from the command line. Sublime Text 3 is a sophisticated text editor for code, html and prose.</summary>
<description>Assumes Sublime Text 3 is already installed to the default location on disk.</description>
<releaseNotes></releaseNotes>
<projectUrl>http://www.sublimetext.com/3</projectUrl>
<tags>sublime text editor powershell</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>
<files>
<file src="tools\**" target="tools" />
</files>
</package>