Files
ChocolateyPackages/Posh-VsVars/Posh-VsVars.nuspec
Iristyle c459306a94 feat(Posh-VsVars): version 0.0.1
- Includes new set of PowerShellHelpers to find
   standard module directory
2013-05-09 11:29:40 -04:00

44 lines
1.6 KiB
XML

<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>Posh-VsVars</id>
<title>Automatically load Visual Studio VsVars32</title>
<version>0.0.1</version>
<authors>Ethan J Brown</authors>
<owners>Ethan J Brown</owners>
<summary>Load Visual Studio command line tools into current shell environment</summary>
<description>Provides cmdlets for automatically finding / loading Visual Studio variables
into the current shell session.
By default, loads the values from the latest discovered Visual Studio version installed.
Tip:
Use the -Verbose switch to see what values are being imported into the current
shell session.
Credits:
Original concept is derived from Chris Tavares:
http://www.tavaresstudios.com/Blog/post/The-last-vsvars32ps1-Ill-ever-need.aspx
https://github.com/gzortch
Icon from Scott Hanselman
https://github.com/shanselman
http://www.hanselman.com/blog/AwesomeVisualStudioCommandPromptAndPowerShellIconsWithOverlays.aspx
</description>
<projectUrl>http://github.com/Iristyle/Posh-VsVars/</projectUrl>
<tags>powershell shell visualstudio vs msbuild</tags>
<!-- Eula is in installer
<licenseUrl></licenseUrl>
-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/Posh-VsVars/Posh-VsVars.png</iconUrl>
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
<file src="..\core\PowerShellHelpers.ps1" target="tools" />
</files>
</package>