d62175f6ecd5587d8d876d2095ba70811cf805a8
Updated the `LuckyPennySoftwareLicenseKey` property in the `ConfigurationOptions` class to allow null values by changing it from a non-nullable string with a default value of an empty string to a nullable string (`string?`). This change enables explicit representation of the absence of a license key using `null` instead of an empty string.
Description
Languages
C#
100%