Jounce 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Jounce --version 2.0.2
NuGet\Install-Package Jounce -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jounce" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jounce --version 2.0.2
#r "nuget: Jounce, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jounce as a Cake Addin
#addin nuget:?package=Jounce&version=2.0.2

// Install Jounce as a Cake Tool
#tool nuget:?package=Jounce&version=2.0.2

Jounce is a reference framework for Silverlight intended to provide guidance for building modular line of business applications that follow the MVVM pattern and utilize the Managed Extensibility Framework (MEF).

Product Compatible and additional computed target framework versions.
Silverlight sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 2,864 3/26/2012
2.0.2 1,536 2/8/2012
2.0.1 1,351 2/4/2012
2.0.0 1,428 1/21/2012
1.0.0 2,091 4/6/2011

Addressed defect #14188 - compiled for support for Silverlight 5 RC
Added extensive documentation for Sandcastle generation
Extended several view and view model features to support strongly-typed versions for creating routes
Added custom markup extension for wiring view models to views with support for non-shared:
<Grid DataContext="{jounce:MapToViewModel ViewModel=MyViewModelTag, CreateNew=true}"/>
Removed duplicate source code
Addressed defect #14158 - duplicate source code
Addressed defect #14216 - added flag to set debug severity using ApplicationService (LogSeverityLevel)
Addressed defect #14096 - issue with build due to auto-NuGet packaging
Addressed defect #13621 - incorrectly handled exceptions. Added flag to suppress Jounce from taking over the unexpected exceptions (IgnoreUnhandledExceptions)
Addressed defect #13281 - removed stack frame based property change notification
Addressed defect #12591 - added a hook to monitor the progress of a xap file download
Addressed defect #13976 - process the xap URL differently to allow for query strings
Addressed defect #13274 - avoid cast to BaseViewModel in view model router to allow developers to derive from their own base classes
Added option to view meta data to automatically call deactivate on the view model when a view is unloaded
Exposed additional detail via the view model router including metadata and available routes
Added custom type