Skip to content

Commit 879f4f6

Browse files
committed
err: add packageSourceUrl and docsUrl
1 parent e55c176 commit 879f4f6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

err/err.nuspec

+7-5
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@
33
<metadata>
44
<id>err</id>
55
<version>6.4.5.0</version>
6+
<packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/err</packageSourceUrl>
7+
<owners>Jakub Bereżański</owners>
68
<title>Microsoft Error Lookup Tool</title>
79
<authors>Microsoft</authors>
8-
<owners>Jakub Bereżański</owners>
9-
<projectUrl>https://docs.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool</projectUrl>
10+
<projectUrl>https://www.microsoft.com/en-us/download/details.aspx?id=100432</projectUrl>
1011
<licenseUrl>https://www.microsoft.com/en-us/servicesagreement</licenseUrl>
1112
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<docsUrl>https://docs.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool</docsUrl>
14+
<tags>error code hresult ntstatus lookup</tags>
15+
<summary>Determine error values from decimal and hexadecimal error codes in Microsoft Windows® operating systems.</summary>
1216
<description>Use the Error Code Lookup tool to determine error values from decimal and hexadecimal error codes in Microsoft Windows® operating systems. The tool can look up one or more values at a time. All values on the command line will be looked up in the tool's internal tables (generated from Win32 API header files) and presented to you. If available, informational data associated with the value or values will also be shown. The tool is also able to show error codes associated with symbolic error names (e.g. E_FAIL).
1317

1418
This is a "point-in-time" tool. The Microsoft Error Lookup Tool decodes most Microsoft error codes as of the date on which the tool was compiled. As new releases of Windows add new event and error codes, you may have to download a new version of the Error Lookup Tool.
1519

1620
Run "err /?" for usage instructions.</description>
17-
<summary>Determine error values from decimal and hexadecimal error codes in Microsoft Windows® operating systems.</summary>
18-
<tags>error code hresult ntstatus lookup</tags>
1921
<releaseNotes>
20-
6.4.5.0: Initial package release for software version 6.4.5. The err.exe file version number is 10.0.17763.1.
22+
6.4.5.0: Initial package release for software version 6.4.5. The err.exe file version number is 10.0.17763.1.
2123
</releaseNotes>
2224
</metadata>
2325
</package>

0 commit comments

Comments
 (0)