8000 Tags · NuGet/NuGet.Build.Packaging · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Tags: NuGet/NuGet.Build.Packaging

Tags

v0.2.0

Toggle v0.2.0's commit message
Add the prerequisite Merq component explicitly

The existing implicit prerequisite insertion from Merq nuget package isn't working
as expected because the component ID in VS doesn't match the generated JSON file name,
so instead of relying on the Merq.VisualStudio nuget package to inject the prerequisite,
we just add it ourselves manually.

Also fixed versioning of the nuget package for local builds with the new numbering scheme.

Fixes #5383

v0.1.324

Toggle v0.1.324's commit message
Coalesce duplicate FrameworkReferences when preparing package manifes…

…t. (#143)

* Created test to ensure duplicate framework references are coalesced into a single reference when packaging.

* Moved FrameworkAssemblyReferenceComparer from Tests to Tasks project. Added Distinct() to FrameworkReference selection in AddFrameworkAssemblies when building package manifest.

v0.1.323

Toggle v0.1.323's commit message
Fix package file reference when CopyToOutput=Never

In this case, the package files should be referenced from their source path, not the outputpath-relative location.

This was not working if the CopyToOutput was because we were only considering '' to mean "not copying", but 'Never' is also a valid value for the same situation.

v0.1.321

Toggle v0.1.321's commit message
Properly add Clide as a dependency (#139)

When we bumped VsixDependency to properly account for VS2017
pre-requisite, we lost the plain Dependency nodes for non-component
VSIXes (Clide in our case). This caused our MEF exports to not be
available and the NuGet CPS exports to be missing, causing the nuproj
to fall back to packages.config behavior, which doesn't work.

v0.1.315

Toggle v0.1.315's commit message
Add support for extending package metadata item

This allows arbitrary additional metadata to be added to the package metadata
item for other purpose.

Fixes NuGet/Home#5387

v0.1.313

Toggle v0.1.313's commit message
Always include tasks PDB in the package

v0.1.306

Toggle v0.1.306's commit message
Enable emitting the nuspec for troubleshooting purposes

Setting the $(EmitNuspec) will cause the creation of the nuspec
in the default location of `$(OutputPath)\$(PackageId).nuspec`,
unless overriden by an (SDK Pack compatible) `NuspecFile` property.

v0.1.276

Toggle v0.1.276's commit message
Merge pull request #122 from kzu/dev

Minor improvements and fixes

v0.1.248

Toggle v0.1.248's commit message
Merge pull request #110 from adalon/15.1

Fixes for 15.1

v0.1.241

Toggle v0.1.241's commit message
Build the nuget package before building the VSIX

0