Line.Messaging 1.4.5

dotnet add package Line.Messaging --version 1.4.5
                    
NuGet\Install-Package Line.Messaging -Version 1.4.5
                    
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="Line.Messaging" Version="1.4.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Line.Messaging" Version="1.4.5" />
                    
Directory.Packages.props
<PackageReference Include="Line.Messaging" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Line.Messaging --version 1.4.5
                    
#r "nuget: Line.Messaging, 1.4.5"
                    
#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.
#addin nuget:?package=Line.Messaging&version=1.4.5
                    
Install Line.Messaging as a Cake Addin
#tool nuget:?package=Line.Messaging&version=1.4.5
                    
Install Line.Messaging as a Cake Tool

SDK for the LINE Messaging API for C#

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework 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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 (2)

Showing the top 2 popular GitHub repositories that depend on Line.Messaging:

Repository Stars
pierre3/LineMessagingApi
LINE Messaging API for .Net
microsoft/Dynamics365-Apps-Samples
Sample code for Dynamics 365 apps
Version Downloads Last updated
1.4.5 57,966 1/20/2019
1.4.4 1,419 12/27/2018
1.4.3 1,458 11/23/2018
1.4.2 1,291 11/13/2018
1.4.1 2,190 9/21/2018
1.3.1 1,954 6/20/2018
1.2.6 1,863 5/2/2018
1.2.5 1,593 4/15/2018
1.2.4 5,091 3/4/2018
1.2.2 1,687 2/7/2018
1.2.1 2,240 12/14/2017
1.1.0 1,985 12/1/2017
1.0.1 1,845 11/9/2017
0.7.0-beta 1,360 11/4/2017
0.6.0-beta 1,399 10/7/2017
0.5.0-alpha 1,519 10/4/2017
0.4.0-alpha 1,391 9/18/2017
0.3.1-alpha 1,378 9/10/2017
0.2.0-alpha 1,382 8/27/2017
0.1.0-alpha 1,373 8/22/2017

1. Supports the API update at 1/17/2019
https://developers.line.biz/en/news/2019/01/
- New endpoints added to Messaging API

2. We reviewed the implementation of the LineMessagingClient class.
- Added interface ILineMessagingClient.
- Changed methods of LineMessagingClient class to virtual method.