I have a NuGet package hosted on a Sonatype Nexus server and want a URL I can call to download the latest version of the package. I can get a particular version of the package by calling the following URL:
How can I get the latest version of the package without knowing what the latest version number is?