4 references to SemanticVersion
Microsoft.DotNet.NuGetRepack.Tasks (1)
src\NuGetVersionUpdater.cs (1)
185
newPackageVersion = new
SemanticVersion
(packageVersion.Major, packageVersion.Minor, packageVersion.Patch);
NuGet.Protocol (3)
Plugins\ProtocolConstants.cs (2)
19
public static readonly SemanticVersion CurrentVersion = new
SemanticVersion
(major: 2, minor: 0, patch: 0);
24
public static readonly SemanticVersion Version100 = new
SemanticVersion
(major: 1, minor: 0, patch: 0);
Resources\ServiceIndexResourceV3.cs (1)
31
private static readonly SemanticVersion _defaultVersion = new
SemanticVersion
(0, 0, 0);