LtiLibrary.Core 1.6.2

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

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

.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 (1)

Showing the top 1 NuGet packages that depend on LtiLibrary.Core:

Package Downloads
LtiLibrary.AspNet.Identity.Owin

A .NET library for LTI authentication, compatible with Microsoft.AspNet.Identity.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.2 163,405 11/6/2016
1.6.1 7,601 4/16/2016
1.6.0 2,046 3/22/2016
1.5.4 6,483 5/23/2015
1.5.3 1,045 5/10/2015
1.5.2 1,636 3/21/2015
1.5.1 1,352 3/1/2015
1.5.0 2,128 2/22/2015
1.5.0-beta 6,164 12/20/2014

1.6.2
- Bug Fix: HttpResponse is not disposed

1.6.1
- New: Signed assembly

1.6.0
- New: Fully implemented Outcomes 2.0 (Draft). See samples on GitHub.     
- Fixed: Invalid signature in Authorization header if endpoint URL contained query parameters.
    
1.5.4
- Fixed: ToolConsumerProfile type was set to ToolConsumerProfileContext instead of ToolConsumerProfileTYpe.
- Fixed: ServiceOwner.Name was serialized as "name" instead of "service_owner_name".
- Fixed: LaunchPresentationWidth was using launch_presentation_height parameter name.
With these fixed, 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.3
- Fixed bug in GenerateSignature that calculates invalid signature base string if URL includes encoded value such as %20.

1.5.2
- Fixed provider signature calculation so that querystring parameters are properly account for in the signature base string.
- Moved LtiRequestViewModel and ContentItemsClient to LtiLibrary.AspNet since the view model is an Asp.Net concept.

1.5.1
- Updated for 3-Feb-2015 draft of Content-Item Message 1.0

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