Released: NuGet 2.5 Alpha Release for test days (Mar 27, 2013)
More details about NuGet 2.5 test days can be found here You can also download the Pre-release version of NuGetPackageExplorerhere
View ArticleNew Post: How to make NuGet "optional"?
You might try to ship the packages folder to them, so that they don't need to restore the packages. I did the same when I could not make NuGet working on Mono, but now I no longer need to do that.
View ArticleNew Post: How to make NuGet "optional"?
Thank you lextm, I was thinking about this, but I'm not sure how I can do this without asking them to take any action (or at least, reducing any action to the minimum). 1- I suppose I should disable...
View ArticleNew Post: Circular reference detector and package.config ordering
Hi dotnetjunky, I started looking at porting the pull request over to 2.4. There is indeed some conflict with the work to support packing referenced projects (...
View ArticleNew Post: switching version numbers from major.minor.build.revision to...
Thanks for clarification. It would appear that plenty of packages are using the 4 part versioning scheme instead of the 3 part semantic versioning scheme. Are there nuget ecosystem behaviors or...
View ArticleCreated Issue: Install fails if alpha and alpha-xxxx packages are in the same...
Note : This is a quite complex scenario and might not repro with a simple test package. It happens with our internal Web API 5.0 alpha packages. I have sent out a mail to dotnetjunky and deepakv with...
View ArticleCreated Issue: Prerelease dependencies from a different source not resolved...
Note: I am not able to repro this with regular pre-release test packages. But it is noticed consistently in our Web API 5.0 alpha packages. Below is the repro for the same.1. Copy the package...
View ArticleCreated Issue: Creating new packages offline required custom build [3196]
I wanted to create a NuGet package from a machine that is on the office intranet where the network blocks all connections to the internet. Both NuGetPackageExplorer.application and NuGet.exe will show...
View ArticleEdited Issue: Manage NuGet Packages dialog doesn't see packages updates [2959]
I have my custom nuget-repository. There several versions of a package in it:MyLib.0.1.0-SNAPSHOT-123110MyLib.0.1.0-SNAPSHOT-123115In some my project I have installed version 0.1.0-SNAPSHOT-123115 of...
View ArticleCommented Issue: Manage NuGet Packages dialog doesn't see packages updates...
I have my custom nuget-repository. There several versions of a package in it:MyLib.0.1.0-SNAPSHOT-123110MyLib.0.1.0-SNAPSHOT-123115In some my project I have installed version 0.1.0-SNAPSHOT-123115 of...
View ArticleClosed Issue: Manage NuGet Packages dialog doesn't see packages updates [2959]
I have my custom nuget-repository. There several versions of a package in it:MyLib.0.1.0-SNAPSHOT-123110MyLib.0.1.0-SNAPSHOT-123115In some my project I have installed version 0.1.0-SNAPSHOT-123115 of...
View ArticleNew Post: switching version numbers from major.minor.build.revision to...
My suggestion is that nuget package version numbers should be independent of the assemblies'. For example, when I started to publish packages for the open source projects I...
View ArticleNew Post: How to make NuGet "optional"?
For Q1, I will use my open source project to describe the steps,Clone or download the source code from https://github.com/lextm/sharpsnmplib to a machine that has Internet connection. Execute...
View ArticleNew Post: Package owner identity and trust
Please read our stance on this matter via Phil's blog post: http://haacked.com/archive/2013/02/19/trust-and-nuget.aspx
View ArticleCommented Issue: Add ScriptCS package installation hooks. [3201]
As outlined here: http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package#Automatically_Running_PowerShell_Scripts_During_Package_Installation_and_RemovalA powershell script can...
View ArticleCommented Issue: MSTest broken with lastest NuGet 2.4 and 2.5 builds [3200]
I get the following error when NuGet Tools 2.5 Beta, the 2.5 nightly build or current 2.4 are installed:------ Discover test started ------ Error: Missing method 'instance string...
View Article