ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
295 stars 72 forks source link

Change OpenMcdf.Extensions to use PackageLicenseExpression instead of… #103

Closed Numpsy closed 4 months ago

Numpsy commented 9 months ago

… (the deprecated) PackageLicenseUrl

An observation whilst testing with some license validation tools - the main package has been changed to use PackageLicenseExpression but the extensions package is still using the deprecated PackageLicenseUrl

ironfede commented 4 months ago

Thank you @Numpsy