LtiLibrary 1.3.2

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

// Install LtiLibrary as a Cake Tool
#tool nuget:?package=LtiLibrary&version=1.3.2

.NET library to ease implementation of LTI consumers and providers. Supports LTI 1.0, 1.1, 1.1.1, and 1.2.
     See the <a href="/packages/LtiLibrary.Sample">LtiLibrary.Sample</a>
     package for a complete sample application.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.5 1,636 11/2/2014
1.4.4 210 9/19/2014
1.4.3 137 8/16/2014
1.4.2 222 5/10/2014
1.4.2-draft 47 5/4/2014
1.4.1-draft 48 5/4/2014
1.4.0-draft 47 3/29/2014
1.3.3 92 12/14/2013
1.3.2 49 12/14/2013
1.3.1 50 12/9/2013
1.3.0 53 12/9/2013
1.2.6001.31627 52 12/8/2013
1.2.6000.31710 49 12/2/2013
1.2.0.22821 52 12/1/2013

Added dependency on Microsoft.AspNet.WebApi package to be compatible
     with VS2012 MVC Web Application.