Installing v2.0.0.rc1 Using NuGet

  1. #1

    Installing v2.0.0.rc1 Using NuGet

    Hello All,

    I have tried to install v2.0 using nuget and got an error:

    PM> Install-Package Ext.NET -Pre
    Install-Package : A parameter cannot be found that matches parameter name 'Pre'.
    At line:1 char:29
    + Install-Package Ext.NET -Pre <<<< 
        + CategoryInfo          : InvalidArgument: (:) [Install-Package], ParameterBindingException
        + FullyQualifiedErrorId : NamedParameterNotFound,NuGet.VisualStudio.Cmdlets.InstallPackageCmdlet
    
    
    PM> Install-Package Ext.NET
    'Newtonsoft.Json (≥ 4.0.8)' not installed. Attempting to retrieve dependency from source...
    Done
    Install-Package : Id is required.
    Version is required.
    Authors is required.
    Description is required.
    At line:1 char:16
    + Install-Package <<<<  Ext.NET
        + CategoryInfo          : NotSpecified: (:) [Install-Package], ValidationException
        + FullyQualifiedErrorId : NuGet.VisualStudio.Cmdlets.InstallPackageCmdlet
    So I have 2 questions:
    1. Really, how to install the package?
    2. Is it possible to get *.zip package with binaries or sources ?

    Thank you very much for any help.
    Last edited by geoffrey.mcgill; Jul 02, 2012 at 7:27 PM.
  2. #2

    Solved

    Reinstalled Nuget, that solved the problem
  3. #3
    Hi,

    Confirm, I have met such issue with NuGet as well.

    I сheck NuGet updates before any package installation.

Similar Threads

  1. Replies: 3
    Last Post: Dec 04, 2012, 5:27 PM
  2. [CLOSED] Installing and Using Extensions
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 01, 2010, 4:58 PM
  3. Error Installing 0.8.0
    By tnwheeler in forum Bugs
    Replies: 8
    Last Post: Jul 01, 2009, 4:57 PM
  4. Installing to VS2005
    By drgw74 in forum 1.x Help
    Replies: 3
    Last Post: Mar 05, 2009, 2:13 PM
  5. installing on VS 2008
    By phpcs in forum 1.x Help
    Replies: 1
    Last Post: Feb 22, 2008, 8:04 AM

Tags for this Thread

Posting Permissions