PhoneAppScaffolder 1.0.2

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

A Package that adds all the good stuff for a Windows Phone application.  All ideas came from Scott Hanselman. ( http://bit.ly/xh7Nzj )
Includes
Your Last About Dialog  [1]  ::  
LittleWatson [2]  ::  
WP7TombstoneHelper [3]  ::
MetroGridHelper [4]  ----  [1] https://nuget.org/packages/YLAD    [2] http://bit.ly/98aagG    [3]  https://nuget.org/packages/WP7TombstoneHelper    [4] https://nuget.org/packages/MetroGridHelper

There are no supported framework assets in this 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
1.0.2 2,391 2/6/2012
1.0.1 1,484 1/31/2012
1.0.0 1,537 1/31/2012

Reformatted description, and added the readme file I forgot to attach.