Local NuGet repositories configured in Artifactory have an option "max unique snapshots". However, the snapshot notion does not really exist in NuGet. So what effect does this configuration have?
Asked
Active
Viewed 240 times
3
-
This is the kind of question that you should direct to Artifactory support team. – Elmer Dantas Aug 07 '17 at 09:56
1 Answers
2
However, the snapshot notion does not really exist in NuGet.
It kind of does, with the notion of pre-release.
Pre-release versions are then denoted by appending a hyphen and a string after the patch number.
Technically speaking, you can use *any *string after the hyphen and NuGet will treat the package as pre-release. NuGet then displays the full version number in the applicable UI, leaving consumers to interpret the meaning for themselves.
Snapshots are also mentioned in NuGet issue 1891 and issue 2544, but Artifactory might simply keep only the last "max snapshots" pre-releases for any given x.y.z version.

VonC
- 1,262,500
- 529
- 4,410
- 5,250