LtiLibrary.AspNet
1.6.0
See the version list below for details.
dotnet add package LtiLibrary.AspNet --version 1.6.0
NuGet\Install-Package LtiLibrary.AspNet -Version 1.6.0
<PackageReference Include="LtiLibrary.AspNet" Version="1.6.0" />
paket add LtiLibrary.AspNet --version 1.6.0
#r "nuget: LtiLibrary.AspNet, 1.6.0"
// Install LtiLibrary.AspNet as a Cake Addin #addin nuget:?package=LtiLibrary.AspNet&version=1.6.0 // Install LtiLibrary.AspNet as a Cake Tool #tool nuget:?package=LtiLibrary.AspNet&version=1.6.0
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 | 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. |
-
- HtmlAgilityPack (>= 1.4.9)
- LtiLibrary.Core (>= 1.6.0)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.