When trying to install FeatureToggle from Package Manager Console, below eror is coming up.
This happening in VS 2012.
PM> Install-Package FeatureToggle.Core Install-Package : Unable to find package 'FeatureToggle.Core'. At line:1 char:1 + Install-Package FeatureToggle.Core + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand