I'm attempting to upgrade the 1password Chocolatey package to point to the latest version. Here are the steps I took:
I downloaded the package from http://chocolatey.org/packages/1password.
I opened the package in NuGet Package Explorer.
I changed the download location to the new URL.
I incremented the version number in the package metadata.
After doing this, I attempted to run locally with the following command:
cinst 1password -source C:\Workspace\1password.4.0.1.503.nupkg
This results in the following error:
Unable to find package '1password'.
Command 'install' failed (sometimes this indicates a partial failure). Additiona l info/packages: 1password
Here's a link to the nupkg file: https://www.dropbox.com/s/b8y0wfrv6y1ayej/1password.4.0.1.503.nupkg?dl=0
What am I doing wrong?