New Post: Updating Portable Class Library question
I'm not a fan of having old versions of a dll in a package but I already have a separate Silverlight 5 project (and WP project). Am I right that the only people updating the portable dll will effect...
View ArticleNew Post: Limit to Publish Package?
My package has 13M. I am trying to publish it but failed for many times. Is there some size limit to publish package?
View ArticleNew Post: Updating Portable Class Library question
I'm still not clear what are the frameworks that you are planning to support in the new version. Can you provide more details?
View ArticleNew Post: Updating Portable Class Library question
Right now there is: net20 net35 net40 silverlight4 windowsphone7 winrt45 portable-net40+sl4+wp7+win8 I considering making the next version: net20 net35 net40 net45 silverlight4 windowsphone8 winrt45...
View ArticleNew Post: Updating Portable Class Library question
Thanks. Yes, you're right. If you want to continue to support the old PCL projects (with net40 and sl4), I'm afraid you will have to maintain two PCL projects. NuGet is not smart enought to search for...
View ArticleNew Post: Updating Portable Class Library question
People with old PCL projects could just limit the NuGet package version, correct? i.e. 4 <= x < 5
View ArticleNew Post: nuget update packages from wrong source
Forum bug of duplication Can be deleted
View ArticleNew Post: nuget update packages from wrong source
Forum bug of duplication Can be deleted
View ArticleCreated Issue: Last Published date not localised [3087]
The Last Published date on the NuGet package manager GUI uses a US date format (mm/dd/yyyy) when running on Windows configured to use UK dates (dd/mm/yyyy). This causes unnecessary confusionThe...
View ArticleCommented Feature: Support for SQL Server Database Tools projects [2439]
SSDT projects can reference DacPac files, which are similar in concept to assemblies. There is a perceived need for NuGet packages that can install DacPacs into SSDT projects, so that common database...
View ArticleEdited Feature: Package Creation from Project File doesn't handle Project...
Related to http://nuget.codeplex.com/workitem/675Duped by http://nuget.codeplex.com/workitem/1058I have a solution with two Class Library projects, each with NuSpec files in there: Project B ->...
View ArticleSource code checked in, #be496fa250c1
Fix two problems: - When a referenced project needs to be built, the project properties passed thru command line should be applied. - ApplyAction(), not RecursiveApply(), should be used in...
View ArticleNew Post: Installing a nuget extension does not work for me
Hi Daniel, Your post was helpful for me, but I'm still having problems. My goal is to use the NuGet Copy Extension. I have installed the NuGet Extend using the command:NuGet.exe Install /ExcludeVersion...
View ArticleCommented Issue: minclientversion property in templates doesn't show update...
1. open a package from mvc pre-cached package location (\program files\asp.net\mvc\jquery\jquery.nuspec)2. create new mvc4 templateactual:it shows error minclientversion attribute is not...
View ArticleEdited Issue: minclientversion property in templates doesn't show update...
1. open a package from mvc pre-cached package location (\program files\asp.net\mvc\jquery\jquery.nuspec)2. create new mvc4 templateactual:it shows error minclientversion attribute is not...
View ArticleClosed Issue: minclientversion property in templates doesn't show update...
1. open a package from mvc pre-cached package location (\program files\asp.net\mvc\jquery\jquery.nuspec)2. create new mvc4 templateactual:it shows error minclientversion attribute is not...
View ArticleEdited Issue: File conflict dialog is open for loose files in projects, where...
repro steps:1. create a new class library project in VB, at the root of the project, add a class1.cs file as loose file (not referenced by the project)2. install attached packageExpected: file conflict...
View ArticleCommented Issue: Visual Studio / Nuget crashes during package install/update...
I am having this issue with version 2.2 and nightly build 2.3.40207.27Everytime I want to install/update the package TinyMCE my whole visual studio freezes. It will not respond anymore and I'll get the...
View ArticleCreated Feature: Install-Package -FromNupkg {filepath} [3096]
I'm authoring a new version of a package, and I would like to be able to test package install and usage without actually uploading the package to a gallery anywhere, so I can a) do some testing, and b)...
View Article