Files
ChocolateyPackages/Nuget.vs/Nuget.vs.nuspec
2013-05-16 08:27:13 -04:00

39 lines
2.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NuGet.vs</id>
<title>NuGet runner for Visual Studio 2012</title>
<version>2.5.40416.9020</version>
<authors>NuGet team</authors>
<owners>Ethan J Brown</owners>
<summary>NuGet is the package manager for the Microsoft development platform including .NET.</summary>
<description>NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery (nuget.org) is the central package repository used by all package authors and consumers.
Includes a collection of tools to automate the process of downloading, installing, upgrading, configuring, and removing packages from a VS Project.
Note that this will install both the VS 2012 and VS 2010 plugins if found on the system
</description>
<releaseNotes>http://docs.nuget.org/docs/release-notes/nuget-2.5
* Allow users to overwrite content files that already exist
* Automatic import of msbuild targets and props files
* Specify different references per platform using element
* Update All button to allow updating all packages at once
* Improved project reference support for NuGet.exe Pack
* Add a Minimum NuGet Version property to packages
* Dependencies are no longer unnecessarily updated during package installation
* NuGet.exe outputs http requests with detailed verbosity
* NuGet.exe push now supports UNC and directory sources
* NuGet.exe supports explicitly-specified Config files
* Support for Native projects
</releaseNotes>
<projectUrl>http://nuget.codeplex.com/</projectUrl>
<tags>nuget package manager visualstudio vs vs2012 2012</tags>
<licenseUrl>http://visualstudiogallery.msdn.microsoft.com/site/27077b70-9dad-4c64-adcf-c7cf6bc9970c/eula?licenseType=None</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/NuGet.vs/nuget.png</iconUrl>
<dependencies>
</dependencies>
</metadata>
</package>