Search for dependency versions.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
|
paket find-package-versions [--help] [--source <source URL>] [--max <int>] <package ID>
NUGET:
<package ID> NuGet package ID
OPTIONS:
--source <source URL> specify source URL
--max <int> limit maximum number of results
--silent, -s suppress console output
--verbose, -v print detailed information to the console
--log-file <path> print output to a file
--help display this list of options.
|
If you add the --verbose
flag Paket will run in verbose mode and show detailed information.
With --log-file [path]
you can trace the logged information into a file.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
|
$ paket find-package-versions FAKE --silent --max 10
5.0.0-alpha010
5.0.0-alpha009
4.61.3
4.61.2
4.61.1
4.61.0
4.60.0
4.59.3
4.59.1
4.59.0
|