Skip to content

Commit 5cb6a78

Browse files
committed
namespaced package in description not client
1 parent 4421dea commit 5cb6a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Releasing.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module Release =
9595
let titleNode = doc.XPathSelectElement("/x:package/x:metadata/x:title", nsManager)
9696
titleNode.Value <- sprintf "%s.x namespaced package, can be installed alongside %s" currentMajorVersion nugetId
9797
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
9999
let iconNode = doc.XPathSelectElement("/x:package/x:metadata/x:iconUrl", nsManager)
100100
iconNode.Value <- replace "icon" "icon-aux" iconNode.Value
101101
let xmlConfig = sprintf "/x:package//x:file[contains(@src, '%s.xml')]" p.Name

0 commit comments

Comments
 (0)