punker76 / MahApps.Metro.SimpleChildWindow

A simple child window for MahApps.Metro
MIT License
374 stars 55 forks source link

Needs Mahapps.Metro 1.0.0.0 #8

Closed riegaz closed 9 years ago

riegaz commented 9 years ago

In VS I get the following error when using the latest prerelease of Mahapps.Metro (1.1.2.7).

Error 1 The type 'MahApps.Metro.Controls.MetroWindow' is defined in an assembly that is not referenced. You must add a reference to assembly 'MahApps.Metro, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f'.

This should be fixed.

punker76 commented 9 years ago

fixed with v1.1.0 701176e3b156621b82c7aeec939444ebe5dd857a

riegaz commented 9 years ago

That was fast, it is working now! Thanks!