Line.Messaging
1.4.5
.NET Standard 1.3
Install-Package Line.Messaging -Version 1.4.5
dotnet add package Line.Messaging --version 1.4.5
<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.
paket add Line.Messaging --version 1.4.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Line.Messaging, 1.4.5"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Line.Messaging as a Cake Addin
#addin nuget:?package=Line.Messaging&version=1.4.5
// Install Line.Messaging as a Cake Tool
#tool nuget:?package=Line.Messaging&version=1.4.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SDK for the LINE Messaging API for C#
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Line.Messaging:
Repository | Stars |
---|---|
pierre3/LineMessagingApi
LINE Messaging API for .Net
|
Version | Downloads | Last updated |
---|---|---|
1.4.5 | 25,878 | 1/20/2019 |
1.4.4 | 716 | 12/27/2018 |
1.4.3 | 754 | 11/23/2018 |
1.4.2 | 604 | 11/13/2018 |
1.4.1 | 1,294 | 9/21/2018 |
1.3.1 | 1,180 | 6/20/2018 |
1.2.6 | 1,066 | 5/2/2018 |
1.2.5 | 784 | 4/15/2018 |
1.2.4 | 2,786 | 3/4/2018 |
1.2.2 | 896 | 2/7/2018 |
1.2.1 | 1,396 | 12/14/2017 |
1.1.0 | 1,085 | 12/1/2017 |
1.0.1 | 1,013 | 11/9/2017 |
0.7.0-beta | 708 | 11/4/2017 |
0.6.0-beta | 690 | 10/7/2017 |
0.5.0-alpha | 750 | 10/4/2017 |
0.4.0-alpha | 680 | 9/18/2017 |
0.3.1-alpha | 672 | 9/10/2017 |
0.2.0-alpha | 671 | 8/27/2017 |
0.1.0-alpha | 711 | 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.