I cannot see all versions of a NuGet Pacakge

jasonlg3d

I am doing some investigation of NuGet to determine if I can use it to distribute various software components. All of these components are C++ based so I'm using CoApp PowerShell Tools to create the NuGet package files. I have placed these .nupkg files on a network folder for distribution. However, when accessing the packages via Visual Studio 2012, I can only see the latest version. Is there a way to view all of the versions of a particular package?

Here is the network folder: Network folder

Here is what I see in Visual Studio 2012: Visual Studio Packages

user1228

You're supposed to only see the latest version. If you want to install a specific version, you'll have to use the Package Manager Console.

Install-Package SYS_STANDARDS -Version 1.3.1.0

If that isn't acceptable for your requirements, then Nuget isn't the best way to distribute your code.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I see all versions of a package that are available in the archive?

From Dev

How can I see all versions of a package that are available in the archive?

From Dev

Is there any way to see all the versions for a python package?

From Dev

See all the Java versions installed on Mac

From Dev

See all the java versions installed on mac

From Dev

NuGet System.Data.SQLite - Listing all versions on NuGet

From Dev

I cannot see the errors in Laravel

From Dev

Moving a window that I cannot see

From Dev

What is command to see all java versions installed on linux?

From Dev

Is there a VPN/Proxy that Admins cannot see at all?

From Dev

Grub 2.02 cannot see all drives

From Dev

Cannot see all javascript log messages

From Dev

How do I see the older versions of my code in Eclipse Git

From Dev

Why do I see different versions of node and nodejs

From Dev

Codeigniter - I cannot see database errors

From Dev

Nuget dependency versions

From Dev

How can I see all keypresses on the keyboard?

From Dev

Cannot see all the labels on the x asis in an ssrs column chart

From Dev

What should I do if I see a reference in Excel cell formulas to a sheet that I cannot see in the workbook?

From Dev

I cannot see the sub content when I click {{#linkTo}} in emberJs

From Dev

Text with "f" following "i", cannot see the dot on the "i", sans font

From Java

How can I see all the issues I'm watching on Github?

From Dev

How can I specify different dependencies for different versions of the .NET framework in a custom NuGet package?

From Dev

I cannot see the value of CString in VS2015. What should I do to see it?

From Java

How can I check all the installed Python versions on Windows?

From Dev

How do I get the list of all the versions of a package?

From Dev

why don't I choose all versions for android app?

From Dev

How can I find all the versions of a Unix program on a system?

From Dev

How do I get gradle to load all dependency versions

Related Related

  1. 1

    How can I see all versions of a package that are available in the archive?

  2. 2

    How can I see all versions of a package that are available in the archive?

  3. 3

    Is there any way to see all the versions for a python package?

  4. 4

    See all the Java versions installed on Mac

  5. 5

    See all the java versions installed on mac

  6. 6

    NuGet System.Data.SQLite - Listing all versions on NuGet

  7. 7

    I cannot see the errors in Laravel

  8. 8

    Moving a window that I cannot see

  9. 9

    What is command to see all java versions installed on linux?

  10. 10

    Is there a VPN/Proxy that Admins cannot see at all?

  11. 11

    Grub 2.02 cannot see all drives

  12. 12

    Cannot see all javascript log messages

  13. 13

    How do I see the older versions of my code in Eclipse Git

  14. 14

    Why do I see different versions of node and nodejs

  15. 15

    Codeigniter - I cannot see database errors

  16. 16

    Nuget dependency versions

  17. 17

    How can I see all keypresses on the keyboard?

  18. 18

    Cannot see all the labels on the x asis in an ssrs column chart

  19. 19

    What should I do if I see a reference in Excel cell formulas to a sheet that I cannot see in the workbook?

  20. 20

    I cannot see the sub content when I click {{#linkTo}} in emberJs

  21. 21

    Text with "f" following "i", cannot see the dot on the "i", sans font

  22. 22

    How can I see all the issues I'm watching on Github?

  23. 23

    How can I specify different dependencies for different versions of the .NET framework in a custom NuGet package?

  24. 24

    I cannot see the value of CString in VS2015. What should I do to see it?

  25. 25

    How can I check all the installed Python versions on Windows?

  26. 26

    How do I get the list of all the versions of a package?

  27. 27

    why don't I choose all versions for android app?

  28. 28

    How can I find all the versions of a Unix program on a system?

  29. 29

    How do I get gradle to load all dependency versions

HotTag

Archive