- .NET Core 3 support
- Dropped support for .NET Framework < 4.7.2
- Use Microsoft.Extensions.Logging.Abstraction instead of LibLog.
- Use Microsoft.Extensions.DependencyInjection.Abstraction instead of Autofac.
- Strong-named assembly.
- Template for
dotnet new
.
- fixed deployment bug
- removed NLog dependency (wasn't used actually, but the package was still referenced)
- Allow positioning of flyouts (issue #10)
- Added
ICancelableOnClosingHandler
- Breaking change: Switched from NLog to LibLog, so users of TinyLittleMvvm can use whatever logging framework they want. Users of previous versions of TinyLittleMvvm need to add and configure logging library.
- Added documentation
- First usable version