File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ module Release =
95
95
let titleNode = doc.XPathSelectElement( " /x:package/x:metadata/x:title" , nsManager)
96
96
titleNode.Value <- sprintf " %s .x namespaced package, can be installed alongside %s " currentMajorVersion nugetId
97
97
let descriptionNode = doc.XPathSelectElement( " /x:package/x:metadata/x:description" , nsManager)
98
- descriptionNode.Value <- sprintf " %s .x namespaced client , can be installed alongside %s " currentMajorVersion nugetId
98
+ descriptionNode.Value <- sprintf " %s .x namespaced package , can be installed alongside %s " currentMajorVersion nugetId
99
99
let iconNode = doc.XPathSelectElement( " /x:package/x:metadata/x:iconUrl" , nsManager)
100
100
iconNode.Value <- replace " icon" " icon-aux" iconNode.Value
101
101
let xmlConfig = sprintf " /x:package//x:file[contains(@src, '%s .xml')]" p.Name
You can’t perform that action at this time.
0 commit comments