Created Issue: NetPortableProfile does not expose the target framework...
Portable profiles are parsed by iterating the folders in the reference assemblies path for .NETPortable, both for v4.0 and v4.5. But the target framework version (4.0 or 4.5) that a profile was loaded...
View ArticleEdited Issue: IVsPackageMetadata class requires reference to SemanticVersion...
This is in reference to the blog post I wrote http://blog.nuget.org/20120926/invoking-nuget-services-from-inside-visual-studio.html.As pointed out by Matt Ellis, the IVsPackageMetadata has a property...
View ArticleClosed Issue: Nuget should allow versions like 2.1-alpha.10 [2988]
Hi,at the moment it's not possible to create version numbers like 2.1-alpha.10 (see http://semver.org/ - they use them too) instead we have to use 2.1-alpha10. But then nuget sorts these version...
View ArticleCommented Issue: -Safe and -IncludePrerelease don't behave correctly [2985]
We produce regularly different versions of packages and often we have an overlap between an RC and Beta phase for the same components.We use the package prerelease function to tag the packages...
View ArticleClosed Issue: nuget.server package web.config transform adds duplicate...
1. Create an empty Web application project targeting 4.52. install nuget.server package3. runActual:Config section 'system.web/compilation' already defined. Sections must only appear once per config...
View ArticleCommented Issue: Support build version information using SemVer RC1 notation...
See discussion here:http://nuget.codeplex.com/discussions/283794#post715745Build information should facilitate continuous integration scenarios. This should be possible for pre-release packages as...
View ArticleCommented Issue: Nuget should allow versions like 2.1-alpha.10 [2988]
Hi,at the moment it's not possible to create version numbers like 2.1-alpha.10 (see http://semver.org/ - they use them too) instead we have to use 2.1-alpha10. But then nuget sorts these version...
View ArticleReopened Issue: Nuget should allow versions like 2.1-alpha.10 [2988]
Hi,at the moment it's not possible to create version numbers like 2.1-alpha.10 (see http://semver.org/ - they use them too) instead we have to use 2.1-alpha10. But then nuget sorts these version...
View ArticleCommented Issue: Nuget should allow versions like 2.1-alpha.10 [2988]
Hi,at the moment it's not possible to create version numbers like 2.1-alpha.10 (see http://semver.org/ - they use them too) instead we have to use 2.1-alpha10. But then nuget sorts these version...
View ArticleCommented Issue: Nuget should allow versions like 2.1-alpha.10 [2988]
Hi,at the moment it's not possible to create version numbers like 2.1-alpha.10 (see http://semver.org/ - they use them too) instead we have to use 2.1-alpha10. But then nuget sorts these version...
View ArticleCommented Issue: Nuget should allow versions like 2.1-alpha.10 [2988]
Hi,at the moment it's not possible to create version numbers like 2.1-alpha.10 (see http://semver.org/ - they use them too) instead we have to use 2.1-alpha10. But then nuget sorts these version...
View ArticleCommented Issue: Nuget should allow versions like 2.1-alpha.10 [2988]
Hi,at the moment it's not possible to create version numbers like 2.1-alpha.10 (see http://semver.org/ - they use them too) instead we have to use 2.1-alpha10. But then nuget sorts these version...
View ArticleClosed Issue: Nuget should allow versions like 2.1-alpha.10 [2988]
Hi,at the moment it's not possible to create version numbers like 2.1-alpha.10 (see http://semver.org/ - they use them too) instead we have to use 2.1-alpha10. But then nuget sorts these version...
View ArticleNew Post: adding support for dev dependencies
I have to admit that this is confusing:<dependency...excludeDependency="true"/>But I would definitely take "excludeDependency='true'" over "developmentDependencyOnly='true'" - the former...
View ArticleNew Post: adding support for dev dependencies
I disagree that this is equivalent to `<Reference CopyLocal="False">`. That's still a compile reference, it's just one that is provided by the environment (usually the Gac, but could be another...
View ArticleCommented Issue: 'Manage NuGet Packages' does not consider SourceControl [2086]
When adding/removing packages to/from a project, the project file is managed to be checked out on demand, the package.config file (that is also part of the project) is not. Hence the action...
View ArticleNew Post: nuspec approach to single package for both asp.net 4.0 and asp.net...
Thanks for response. It seems that my internal company deployment of nuget gallery doesn't currently have the latest nuget.core in place and so attempts to publish packages to it that are using the new...
View ArticleNew Post: using package manager console to list installed packages for a...
When I visit http://docs.nuget.org/docs/reference/package-manager-console-powershell-reference i'm not seeing an option to list installed packages for a given project using pmc command. Does one exist...
View Article