Skip to content

Commit b871710

Browse files
committed
chore(choco): update nuspec metadata and license handling
- Add <owners> field to align with Chocolatey metadata requirements - Introduce <supportUrl> and <docsUrl> for clearer package navigation - Switch from deprecated <licenseUrl> to embedded <license type="file"> - Normalize LICENSE filename casing in file list (TXT → txt)
1 parent b9adab5 commit b871710

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

choco/colorcop.nuspec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<version>0.0.0</version> <!-- Replaced by GitHub Action -->
66
<title>Color Cop</title>
77
<authors>Jay Prall</authors>
8+
<owners>Jay Prall</owners>
89

910
<summary>A lightweight Windows color picker utility.</summary>
1011
<description>
@@ -15,7 +16,10 @@ Color Cop is a multi-purpose color picker for Windows, featuring an eyedropper,
1516
<projectSourceUrl>https://github.com/ColorCop/ColorCop</projectSourceUrl>
1617
<packageSourceUrl>https://github.com/ColorCop/ColorCop/tree/main/choco</packageSourceUrl>
1718
<bugTrackerUrl>https://github.com/ColorCop/ColorCop/issues</bugTrackerUrl>
18-
<licenseUrl>https://raw.githubusercontent.com/ColorCop/ColorCop/main/LICENSE.txt</licenseUrl>
19+
<supportUrl>https://github.com/ColorCop/ColorCop/issues</supportUrl>
20+
<docsUrl>https://github.com/ColorCop/ColorCop#readme</docsUrl>
21+
22+
<license type="file">tools/LICENSE.txt</license>
1923
<iconUrl>https://colorcop.net/images/ccicon.png</iconUrl>
2024

2125
<requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -28,7 +32,7 @@ Color Cop is a multi-purpose color picker for Windows, featuring an eyedropper,
2832
<file src="tools\chocolateyinstall.ps1" target="tools" />
2933
<file src="tools\chocolateyuninstall.ps1" target="tools" />
3034
<file src="tools\colorcop-setup.exe" target="tools" />
31-
<file src="tools\LICENSE.TXT" target="tools" />
35+
<file src="tools\LICENSE.txt" target="tools" />
3236
<file src="tools\VERIFICATION.txt" target="tools" />
3337
</files>
3438
</package>

0 commit comments

Comments
 (0)