ArianKulp.WindowsPhone.MyAppsList 1.1.0

dotnet add package ArianKulp.WindowsPhone.MyAppsList --version 1.1.0
                    
NuGet\Install-Package ArianKulp.WindowsPhone.MyAppsList -Version 1.1.0
                    
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="ArianKulp.WindowsPhone.MyAppsList" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ArianKulp.WindowsPhone.MyAppsList" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="ArianKulp.WindowsPhone.MyAppsList" />
                    
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 ArianKulp.WindowsPhone.MyAppsList --version 1.1.0
                    
#r "nuget: ArianKulp.WindowsPhone.MyAppsList, 1.1.0"
                    
#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=ArianKulp.WindowsPhone.MyAppsList&version=1.1.0
                    
Install ArianKulp.WindowsPhone.MyAppsList as a Cake Addin
#tool nuget:?package=ArianKulp.WindowsPhone.MyAppsList&version=1.1.0
                    
Install ArianKulp.WindowsPhone.MyAppsList as a Cake Tool

Drop-in control to display all apps by a given author.  Useful for About pages.  Displays name, ratings info, and icon like in Marketplace results.

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 770 2/2/2014
1.0.0 104 1/26/2014

1.1 Added Background binding for app elements, moved template to general.xaml
1.0 Initial release