LtiLibrary.AspNet 1.6.1

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

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

ASP.NET library with IMS LTI support for Tool Consumer and Tool Provider applications. Supports IMS LTI 1.0, 1.1, 1.1.1 and 1.2; Outcomes 1.0; Outcomes 2.0 (Draft); and Content-Item Message 1.0.

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

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.6.2 113,328 11/6/2016
1.6.1 2,437 4/16/2016
1.6.0 1,501 3/22/2016
1.5.4 4,802 5/23/2015
1.5.2 1,014 5/23/2015
1.5.1 1,317 3/21/2015
1.5.0 2,030 2/22/2015
1.5.0-beta 1,246 12/20/2014

1.6.1
- New: Signed assembly

1.6.0
- New: Fully implemented Outcomes 2.0 (Draft). See samples on GitHub.

1.5.4
- Changed version to match LtiLibrary.Core because both libraries are in the same git repository.

1.5.2
- Changed the return type of the Post method to HttpResponseMessage and generated the XML inside the method.
With this change, LtiLibrary.Core (1.5.4) and LtiLibrary.AspNet (1.5.2) passed all LTI 1.0, 1.1, 1.1.1, 1.2, and Outcomes 1.0 certification tests.

1.5.1
- Moved LtiRequestViewModel and ContentItemsClient to LtiLibrary.AspNet since the view model is an Asp.Net concept.

1.5.0
- Updated for Final versions of LTI v1.2 and LTI Outcomes Management v1.0      

1.5.0-alpha
- Split LtiLibrary into LtiLibrary.Core and LtiLibrary.AspNet

See LtiLibrary for 1.4 and below.