Skip to content

Instantly share code, notes, and snippets.

@hyrmn
Created March 29, 2011 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyrmn/891759 to your computer and use it in GitHub Desktop.
Save hyrmn/891759 to your computer and use it in GitHub Desktop.
This doesn't work for some reason
PM> install-package mvcturbine.structuremap
Install-Package : Unable to find package 'mvcturbine.structuremap'.
At line:1 char:16
+ install-package <<<< mvcturbine.structuremap
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.Cmdlets.InstallPackageCmdlet
PM> install-package mvcturbine -version 3.0
Install-Package : Unable to find package 'mvcturbine'.
At line:1 char:16
+ install-package <<<< mvcturbine -version 3.0
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.Cmdlets.InstallPackageCmdlet
@hyrmn
Copy link
Author

hyrmn commented Mar 29, 2011

Note, install-package mvcturbine -version 2.1 works, as does install-package mvcturbine-windsor

@darrencauthon
Copy link

As does install-package mvcturbine-unity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment