Read original post by Laurent Bugnion at GalaSoft Blog
I just published the MVVM Light V4 RC packages to Nuget. Note that this is still technically a preview, so the main package is still V3. The V4 packages are available here:
- Package with libraries and content:
When you install this package into a “virgin” application (i.e. an application without ViewModelLocator, preferably a brand new application), it installs a new ViewModel folder with a MainViewModel, ViewModelLocator and adds an entry into the App.xaml file to intialize a the ViewModelLocator in the global resources.
Do not use this package if you want only the libraries, this will add content files!
- Package with libraries only:
This installs and references only the libraries.