cyclonedx-dotnet icon indicating copy to clipboard operation
cyclonedx-dotnet copied to clipboard

Fix Error with Uppercase Characters in Version Strings

Open JohnHunhoff opened this issue 6 months ago • 4 comments

Resolve an issue where versions with uppercase characters (e.g., 1.0.0-Beta, 1.0.0.BETA.1) caused CycloneDX to throw errors. The problem occurred because the NuGet cache converted version strings to lowercase for path names. This caused the .nuspec file to not be found.

JohnHunhoff avatar Aug 06 '24 02:08 JohnHunhoff