thoemmi / TinyLittleMvvm

A small MVVM library for WPF built on top of MahApps.Metro, supporting .NET Framework >= 4.7.2 and .NET Core >= 3
MIT License
131 stars 22 forks source link

Move MahApps.Metro related types to separate package #41

Closed thoemmi closed 3 years ago

thoemmi commented 3 years ago

This PR moves all MahApps.Metro related types to a separate assembly TinyLittleMvvm.MahAppsMetro. This enables to to use TinyLittleMvvm in a regular WPF application.

Documentation is open, tracked in #26

This PR addresses #30 and #40