Skip to content

Commit

Permalink
Merge pull request #1276 from DavidHayden87/coreprops
Browse files Browse the repository at this point in the history
Fix coreProps root element
  • Loading branch information
forki committed Dec 1, 2015
2 parents 8860e93 + c5c2e52 commit 52bf7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paket.Core/NupkgWriter.fs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ let corePropsDoc (core : CompleteCoreInfo) =
let xsi = XNamespace.Get "http://www.w3.org/2001/XMLSchema-instance"
let root =
XElement
(ns + "Relationships", XAttribute(XName.Get "xmlns", ns.NamespaceName),
(ns + "coreProperties", XAttribute(XName.Get "xmlns", ns.NamespaceName),
XAttribute(XNamespace.Xmlns + "dc", dc.NamespaceName),
XAttribute(XNamespace.Xmlns + "dcterms", dcterms.NamespaceName),
XAttribute(XNamespace.Xmlns + "xsi", xsi.NamespaceName))
Expand Down

0 comments on commit 52bf7cb

Please sign in to comment.