semver icon indicating copy to clipboard operation
semver copied to clipboard

Mark assembly as CLS compliant

Open flobernd opened this issue 2 years ago • 0 comments

Adds the CLSCompliant(true) attribute on assembly level.

This allows the SemVersion class to be used in other CLS compliant libraries as e.g. a public class member.

More information: https://learn.microsoft.com/en-us/dotnet/standard/language-independence

The library itself already is fully CLS compliant, just the attribute was missing.

flobernd avatar Aug 31 '23 07:08 flobernd