UniversalStickers 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package UniversalStickers --version 1.0.2
NuGet\Install-Package UniversalStickers -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="UniversalStickers" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UniversalStickers --version 1.0.2
#r "nuget: UniversalStickers, 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.
// Install UniversalStickers as a Cake Addin
#addin nuget:?package=UniversalStickers&version=1.0.2

// Install UniversalStickers as a Cake Tool
#tool nuget:?package=UniversalStickers&version=1.0.2

Turn your Windows UWP app into a host for universal stickers extension apps. Apps that declare the Universal.Sticker.1 App extension will expose stickers & clipart to your app in a sticker control. Your users can browse stickers (images or any other types of file assets) and then place them in your app.

  1. Add the App Extension Host declaration to your app for Universal.Stickers.1

  2. Place a StickersControl on a Xaml page

  3. Handle the StickersControl.StickerSelected event to place the sticker that the users selects into your app.

    xmlns:sr="using:StickerResources"

    <sr:StickersControl StickerSelected="OnStickerSelected"/>

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 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
1.0.12 738 12/4/2018
1.0.11 922 2/24/2018
1.0.2 884 2/23/2018
1.0.0 802 2/22/2018

Initial release.