cyclonedx-dotnet
cyclonedx-dotnet copied to clipboard
Fix Error with Uppercase Characters in Version Strings
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.