UniversalStickers 1.0.12

dotnet add package UniversalStickers --version 1.0.12
                    
NuGet\Install-Package UniversalStickers -Version 1.0.12
                    
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.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UniversalStickers" Version="1.0.12" />
                    
Directory.Packages.props
<PackageReference Include="UniversalStickers" />
                    
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 UniversalStickers --version 1.0.12
                    
#r "nuget: UniversalStickers, 1.0.12"
                    
#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.
#:package UniversalStickers@1.0.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=UniversalStickers&version=1.0.12
                    
Install as a Cake Addin
#tool nuget:?package=UniversalStickers&version=1.0.12
                    
Install as a Cake Tool

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 904 12/4/2018
1.0.11 1,250 2/24/2018
1.0.2 1,204 2/23/2018
1.0.0 1,037 2/22/2018

Fixed problems in build configurations.