LtiLibrary.Core
1.5.4
See the version list below for details.
dotnet add package LtiLibrary.Core --version 1.5.4
NuGet\Install-Package LtiLibrary.Core -Version 1.5.4
<PackageReference Include="LtiLibrary.Core" Version="1.5.4" />
paket add LtiLibrary.Core --version 1.5.4
#r "nuget: LtiLibrary.Core, 1.5.4"
// Install LtiLibrary.Core as a Cake Addin #addin nuget:?package=LtiLibrary.Core&version=1.5.4 // Install LtiLibrary.Core as a Cake Tool #tool nuget:?package=LtiLibrary.Core&version=1.5.4
.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; LTI Outcomes Management 1.0; and Content-Item Message 1.0.
Product | Versions 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. |
-
- Newtonsoft.Json (>= 6.0.8)
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.
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
See LtiLibrary for 1.4 and below.