LtiLibrary 1.3.0

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

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

.NET library to ease implementation of LTI consumers and providers. Supports LTI 1.0, 1.1, 1.1.1, and 1.2.
     See the LtiLibrary.Sample 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LtiLibrary:

Package Downloads
LtiLibrary.Sample

Adds basic MVC and Web Forms samples to an empty ASP.NET Web Application project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.5 34,168 11/2/2014
1.4.4 1,507 9/19/2014
1.4.3 1,309 8/16/2014
1.4.2 2,669 5/10/2014
1.4.2-draft 1,000 5/4/2014
1.4.1-draft 1,026 5/4/2014
1.4.0-draft 1,091 3/29/2014
1.3.3 1,365 12/14/2013
1.3.2 1,201 12/14/2013
1.3.1 1,272 12/9/2013
1.3.0 1,635 12/9/2013
1.2.6001.31627 1,239 12/8/2013
1.2.6000.31710 1,341 12/2/2013
1.2.0.22821 2,954 12/1/2013

1) Changed OutcomesApiControllerBase to let the implementation authorize
     the request instead of calling GetConsumerSecrets and authorizing in
     the base class. 2) Removed ConsumerSecret property from LtiRequest to
     make sure it is not accidentally sent in the request.