v3.0.0
💥 BREAKING CHANGES
- Introduced nullability
- Fixed error parsing platform and configuration (this removed the
BuildConfiguration
andBuildPlatform
enums in favor of strings, because these settings can be of any value) by @wgnf in #22
🌟 Whats new?
- Enabled trimming support
- Support parsing solution configuration mappings for projects which don't have a platform by @icnocop in #25
- Support parsing and retrieving SolutionGuid by @icnocop in #26
New Contributors
Full Changelog: v2.0.2...v3.0.0