NorthernLightsWP7Toolkit 2.0.4

dotnet add package NorthernLightsWP7Toolkit --version 2.0.4
                    
NuGet\Install-Package NorthernLightsWP7Toolkit -Version 2.0.4
                    
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="NorthernLightsWP7Toolkit" Version="2.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NorthernLightsWP7Toolkit" Version="2.0.4" />
                    
Directory.Packages.props
<PackageReference Include="NorthernLightsWP7Toolkit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NorthernLightsWP7Toolkit --version 2.0.4
                    
#r "nuget: NorthernLightsWP7Toolkit, 2.0.4"
                    
#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.
#addin nuget:?package=NorthernLightsWP7Toolkit&version=2.0.4
                    
Install NorthernLightsWP7Toolkit as a Cake Addin
#tool nuget:?package=NorthernLightsWP7Toolkit&version=2.0.4
                    
Install NorthernLightsWP7Toolkit as a Cake Tool

Northern Lights WP7 Toolkit contains some common tools for WP7 Developers.

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

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.4 2,607 12/1/2012
2.0.3 1,627 11/15/2012
2.0.2 1,792 4/26/2012
2.0.1 2,356 4/10/2012
2.0.0 2,314 4/10/2012
1.1.1 1,753 2/7/2012
1.1.0 1,529 2/7/2012
1.0.0 1,583 1/15/2012
0.1.2 1,570 1/13/2012
0.1.1 1,537 1/7/2012
0.1.0 1,532 1/7/2012
0.0.8 1,629 11/24/2011
0.0.7 1,551 11/20/2011
0.0.6 1,591 11/20/2011
0.0.5 1,607 11/20/2011
0.0.4 1,630 11/18/2011
0.0.3 1,639 11/13/2011
0.0.2 1,582 11/13/2011
0.0.1 1,654 11/3/2011

2.0.4: Implemented user enhancement requests.
     2.0.3: Upgraded to the latest Windows Phone toolkit (https://phone.codeplex.com/)
     2.0.2: Bugfix in ProtectData and renamed to ProtectedData to match original MS implementation.
     2.0.1: Added missing NorthernLights.Controls dll.
     2.0.0: Added support for Encryption and added unit tests.
     1.1.1: Fixed issue with package on Nuget.
     1.1.0: Separated certain tools into separate libraries so they can be used in Background tasks. Added InputBox.
     1.0.0: Refactoring and official release.
     0.1.2: Fix for item #233 and updated references in NorthernLights.Controls.
     0.1.1: Fixed issue with Nuget Package.
     0.1.0: Added NagForReview, Updated method names for PersitentVariables (Get, Set), Updated to latest version of SilverlightToolkitWP.
     0.0.8: Bugfix in LittleWatson - version number with exception report.
     0.0.7: Bugfix in VersionManagement. Added PersitentVariables.
     0.0.6: Bugfix in VersionManagement.
     0.0.5: Bugfix in VersionManagement. Update of Notification control.
     0.0.4: Removed MyPerformanceProgressBar (obsolete) and added additional check in StateVariables to see if input is serializable.
     0.0.3: Fixed issue with LittleWatson.
     0.0.2: Added Notification and MyPerformanceProgressBar controls;
     0.0.1: Initial release.