Skip to content

Commit 16b32b0

Browse files
committed
Update NuGet spec files with latest details
1 parent 4397b4a commit 16b32b0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

src/PowerShellEditorServices.Host/PowerShellEditorServices.Host.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<metadata>
44
<id>$id$</id>
55
<version>$version$</version>
6-
<title>Windows PowerShell Editor Services - Host Process</title>
6+
<title>PowerShell Editor Services - API Host Process</title>
77
<authors>$author$</authors>
88
<owners>$author$</owners>
99
<licenseUrl>https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE</licenseUrl>
10-
<projectUrl>http://github.com/PowerShell/PowerShellEditorServices</projectUrl>
10+
<projectUrl>https://github.com/PowerShell/PowerShellEditorServices</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>$description$</description>
13-
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
14-
<tags>Microsoft Windows PowerShell editor</tags>
13+
<copyright>(c) Microsoft Corporation. All rights reserved.</copyright>
14+
<tags>PowerShell editor development language debugging</tags>
1515
</metadata>
1616
</package>

src/PowerShellEditorServices.Protocol/PowerShellEditorServices.Protocol.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<metadata>
44
<id>$id$</id>
55
<version>$version$</version>
6-
<title>Windows PowerShell Editor Services - Standard I/O Transport</title>
6+
<title>PowerShell Editor Services - JSON Protocol Library</title>
77
<authors>$author$</authors>
88
<owners>$author$</owners>
99
<licenseUrl>https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE</licenseUrl>
10-
<projectUrl>http://github.com/PowerShell/PowerShellEditorServices</projectUrl>
10+
<projectUrl>https://github.com/PowerShell/PowerShellEditorServices</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>$description$</description>
13-
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
14-
<tags>Microsoft Windows PowerShell editor</tags>
13+
<copyright>(c) Microsoft Corporation. All rights reserved.</copyright>
14+
<tags>PowerShell editor development language debugging</tags>
1515
</metadata>
1616
</package>

src/PowerShellEditorServices/PowerShellEditorServices.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<metadata>
44
<id>$id$</id>
55
<version>$version$</version>
6-
<title>Windows PowerShell Editor Services Library</title>
6+
<title>PowerShell Editor Services - .NET API</title>
77
<authors>$author$</authors>
88
<owners>$author$</owners>
99
<licenseUrl>https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE</licenseUrl>
10-
<projectUrl>http://github.com/PowerShell/PowerShellEditorServices</projectUrl>
10+
<projectUrl>https://github.com/PowerShell/PowerShellEditorServices</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>$description$</description>
13-
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
14-
<tags>Microsoft Windows PowerShell editor</tags>
13+
<copyright>(c) Microsoft Corporation. All rights reserved.</copyright>
14+
<tags>PowerShell editor development language debugging</tags>
1515
</metadata>
1616
</package>

0 commit comments

Comments
 (0)