* Require the use of version specific download URLs
Download paths should point to the binary that matches the version number and hash mentioned in the manifest and the guidelines should reflect that clearly.
Generic paths that point to whatever happens to be the latest version causes the hash verification system to fail.
* Update README.md
URL is Pascal Case in the manifest.
Co-authored-by: Kevin Larkin (MS) <kevinla@microsoft.com>
Co-authored-by: denelon <denelon@microsoft.com>
* Add a link to submit a file for malware analysis
A link is needed otherwise contributor don't know where to prevent false positive
* Update README.md
Co-authored-by: denelon <denelon@microsoft.com>
* Add advice
At this time winget don't support more than one installer, such as giving both installer of x86 and installer of x64. Contributor are supposed to be told to avoid barren efforts
* Update README.md
Co-authored-by: Kevin Larkin (MS) <kevinla@microsoft.com>