Line.Messaging
0.3.1-alpha
See the version list below for details.
dotnet add package Line.Messaging --version 0.3.1-alpha
NuGet\Install-Package Line.Messaging -Version 0.3.1-alpha
<PackageReference Include="Line.Messaging" Version="0.3.1-alpha" />
paket add Line.Messaging --version 0.3.1-alpha
#r "nuget: Line.Messaging, 0.3.1-alpha"
// Install Line.Messaging as a Cake Addin #addin nuget:?package=Line.Messaging&version=0.3.1-alpha&prerelease // Install Line.Messaging as a Cake Tool #tool nuget:?package=Line.Messaging&version=0.3.1-alpha&prerelease
Line Messaging API for .Net
Product | Versions 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. |
.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. |
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
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 | 51,301 | 1/20/2019 |
1.4.4 | 1,370 | 12/27/2018 |
1.4.3 | 1,412 | 11/23/2018 |
1.4.2 | 1,238 | 11/13/2018 |
1.4.1 | 2,086 | 9/21/2018 |
1.3.1 | 1,844 | 6/20/2018 |
1.2.6 | 1,740 | 5/2/2018 |
1.2.5 | 1,473 | 4/15/2018 |
1.2.4 | 4,963 | 3/4/2018 |
1.2.2 | 1,564 | 2/7/2018 |
1.2.1 | 2,150 | 12/14/2017 |
1.1.0 | 1,810 | 12/1/2017 |
1.0.1 | 1,676 | 11/9/2017 |
0.7.0-beta | 1,242 | 11/4/2017 |
0.6.0-beta | 1,279 | 10/7/2017 |
0.5.0-alpha | 1,360 | 10/4/2017 |
0.4.0-alpha | 1,273 | 9/18/2017 |
0.3.1-alpha | 1,260 | 9/10/2017 |
0.2.0-alpha | 1,266 | 8/27/2017 |
0.1.0-alpha | 1,257 | 8/22/2017 |
- Simplified webhookEventSource classes. (Subclasses SourceUser,SourceGroup and SourceRoom are Abolished.)
- Add Methods to LineMessagingClient class
- Task<IList<UserProfile>> GetGroupMemberProfilesAsync(string groupId)
- Task<IList<UserProfile>> GetRoomMemberProfilesAsync(string roomId)
- Task ReplyMessageAsync(string replyToken, params string[] messages)
- Task PushMessageAsync(string to, params string[] messages)
- Task MultiCastMessageAsync(IList<string> to, params string[] messages)
- Add WebhookApplication class