CortanaExtensions 1.0.0

dotnet add package CortanaExtensions --version 1.0.0
NuGet\Install-Package CortanaExtensions -Version 1.0.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="CortanaExtensions" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CortanaExtensions --version 1.0.0
#r "nuget: CortanaExtensions, 1.0.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.
// Install CortanaExtensions as a Cake Addin
#addin nuget:?package=CortanaExtensions&version=1.0.0

// Install CortanaExtensions as a Cake Tool
#tool nuget:?package=CortanaExtensions&version=1.0.0

Generate a Voice Command Definition (VCD) file for Cortana in Windows 10 via C#, using Intellisense, instead of having to write XML. Beneficial for Multilingual Toolkit users.

This Library is inspired by the NotificationsExtensions Library from Microsoft.

It is still worth looking over the Documentation for how to define Cortana Strings, visit: https://msdn.microsoft.com/en-us/windows/uwp/input-and-devices/support-natural-language-voice-commands-in-cortana for more info.

Visit the project page for a detailed Description of the Package and its use.

An Optional Custom Markup can be used for the Multilingual Toolkit to help Translators add more ListenFor Elements that fit the context of their language better. Documentented on GitHub.

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.

This package has no dependencies.

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.0 1,842 6/7/2016

Initial Release