v2.0.0-rc2 just launched, with some big changes, including:
- UWP .NET Native
- Uno Platform support
- Controls in individual packages
- Various new APIs, including but not limited to:
- A AppEx class to inherit from
- NotMyCodeAttribute to justify code that was taken off the internet (legally)
- FromUnmanagedAttribute, to indicate that code is forwarded from unmanaged interfaces
- A brand new smart CI/CD pipeline
This is the final release before v2, enjoy!
What's Changed
- Code Quality: Added .NET Framework TFMs to WPF projects by @Lamparter in #84
- Feature:
UnifiedApp
by @Lamparter in #85 - Feature:
NotMyCodeAttribute
by @Lamparter in #89 - Feature:
FromUnmanagedAttribute
by @Lamparter in #92 - Code Quality: Added project heads for extensions library by @Lamparter in #95
- Code Quality: Added
Riverside.Extensions.Accountability
as a package reference to all projects by @Lamparter in #96 - Feature: Improved
NotMyCodeAttribute
by @Lamparter in #97 - Fix: Fixed a dependency cycle between PInvoke and Accountability extension projects by @Lamparter in #99
- Feature: Added support for targeting Uno Platform by @Lamparter in #102
- Code Quality: Consolidated project target frameworks by @Lamparter in #106
- Code Quality: Migrated controls to individual packages by @Lamparter in #107
- Code Quality: Created a private project for CsWin32 P/Invoke by @Lamparter in #110
- GitHub: Added CI workflow by @Lamparter in #46
Full Changelog: v2.0.0-rc1...v2.0.0-rc2