Describe the bug
I just noticed that my installation script for the CNI plugin has been broken since v0.3.1 dropped the v prefix.
Expect download URL: https://github.com/microsoft/windows-container-networking/releases/download/v0.3.1/windows-container-networking-cni-amd64-v0.3.1.zip
Current download URL: https://github.com/microsoft/windows-container-networking/releases/download/v0.3.1/windows-container-networking-cni-amd64-0.3.1.zip
Previous patterns, e.g. v0.3.0 and others: https://github.com/microsoft/windows-container-networking/releases/download/v0.3.0/windows-container-networking-cni-amd64-v0.3.0.zip
Will be nice to stick to the previous pattern?