VoiceModel 0.10.0

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

// Install VoiceModel as a Cake Tool
#tool nuget:?package=VoiceModel&version=0.10.0

VoiceModel is a project that makes it easier to develop VoiceXML and Tropo speech applications using ASP.Net MVC 4 and Razor.  VoiceModel uses the MVVM (Model-View-VoiceModel) design pattern to abstract the voice application to a higher level and decouples the voice user interface from the application domain and call flow. VoiceModel also supports Reusable Dialog Components (RDC) which allow you to build modules that can be reused across voice applications for increased productivity. It also has a built-in easy to use state machine that allow you to easily define your call flow. With VoiceModel you can develop your voice application once and deploy it for any VoiceXML compatible IVR or the Tropo Cloud IVR.

Product Compatible and additional computed target framework versions.
.NET Framework net 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.3 2,445 10/19/2013
1.0.2 1,783 9/12/2013
1.0.1 1,740 3/26/2013
0.10.0 1,703 1/17/2013

This release adds support for running applications on Tropo. Develop your application once and run it on any VoiceXML compatible IVR or Tropo platform.