A P P E N D I X  A

Package Manifest (.nuspec) Reference

In previous chapters of this book, you’ve seen NuGet package manifests or .nuspec files being created a number of times. When creating packages, NuGet uses a convention over configuration approach. These conventions are rather simple by default but relying on them may not be enough to mold the package you wish to create. A NuGet package manifest, also known as a .nuspec file, describes the contents and metadata of your package. It is included in each NuGet package, or .nupkg, file, and it is the file you’ll need to create the actual package. In short, before you can create a package, you’ll need to describe it.

This appendix covers all details about available options in the XML of a package ...

Get Pro NuGet now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.