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