quasarea
Results
32
comments of
quasarea
I looks like regex there ` private static readonly Regex _semanticVersionRegex = new Regex(@"^(?\d+(\s*\.\s*\d+){0,3})(?-[a-z][0-9a-z-]*)?$", _flags); ` is just not accepting the dot even if https://semver.org/ allows it it is in...
Looks like Nuget.Packaging issue. Created https://github.com/NuGet/Home/issues/14685