LinkedIn 1.3.3

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

// Install LinkedIn as a Cake Tool
#tool nuget:?package=LinkedIn&version=1.3.3

LinkedIn APIs for .NET is a robust and clean library that allows a developer to easily make LinkedIn API calls in Microsoft .NET application. The library is built on top of the Owin framework which means integration with LinkedIn external login provider comes out of the box. In other words, logging with LinkedIn works the same way as it works with the default login providers like Facebook, Google, and Twitter.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.3 2,942 12/28/2014
1.3.2 52 12/28/2014
1.3.1 576 8/5/2014
1.0.2 80 7/27/2014
1.0.1 62 7/27/2014
1.0.0 78 7/27/2014

v1.3.3
Minor bug fixes.
Updated the LinkedIn_API_ReadMe.txt file.
Migrated project from CodePlex to GitHub.
A sample ASP.BET MVC project is provided on GitHub.

v1.3.2
Minor bug fixes

v1.3.1
Minor fixes

v1.0.2
Minor fixes

v1.0.1
This release includes the following features::
* Seamless integration with ASP.NET identity management.
* Retrieve basic profile of a LinkedIn user.
* Retrieve full profile of a LinkedIn user.