This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Incubator.
Summary
Returns the project's nuspec-relevant property values (PackageId, Title, Authors,
Description, Copyright, etc.) keyed by element name.
- Assembly
- Cake
.Incubator .dll - Namespace
- Cake
.Incubator .XDocumentExtensions - Containing Type
- XDocumentExtensions
Syntax
public static NameValueCollection GetNuspecProps(this XDocument document)
Parameters
| Name | Type | Description |
|---|---|---|
| document | XDocument | the document |
Return Value
| Type | Description |
|---|---|
| NameValueCollection | a name-value collection of nuspec property values |
