What steps will reproduce the problem? 1. Open project in Visual Studio 2. Open Package Manager Console 3. Enter 'install-package masstransit'
What is the expected output? What do you see instead? I expect MassTransit package to be added to my project. Instead I get the folling error message: Install-Package : The element 'metadata' in namespace 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd' has invalid child element 'releaseNotes' in namespace 'http://schemas.microsoft.com /packaging/2010/07/nuspec.xsd'. List of possible elements expected: 'iconUrl, frameworkAssemblies, dependencies, title, language, summary, tags' in namespace 'http://schemas.microsoft.com/packaging /2010/07/nuspec.xsd'. At line:1 char:16 + install-package <<<< masstransit + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
What version of the product are you using? On what operating system? Visual studio 2010 SP1, Windows 7 Enterprise SP1
Please provide any additional information below.
Status: New