* Ensure `Task.getActivityCodes()` returns an empty list rather than `null` when no activity code values have been assigned. * Default to using ASCII when reading and writing SDEF files, as per the SDEF specification. * Provide methods to set and get the charset used when reading and writing SDEF files.
10.0.4
Not secure
* Added support for reading Code Library values (as Activity Codes) from Powerproject files. * Updated `ProjectCleanUtility` to provide a "replace" strategy alongside the original "redact" strategy.
10.0.3
Not secure
* Fix issue with null tasks from certain MPP files introduced in 10.0.2.
10.0.2
Not secure
* Improve identification of null tasks for certain MPP files.
10.0.1
Not secure
* Avoid false positives when detecting password protected MPP files.
10.0.0
Not secure
* Added support for .NET Core 3.1 * Nuget packages now explicitly target .NET Framework 4.5 (`net45`) and .NET Core 3.1 (`netcoreapp3.1`)