Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…harp into main
  • Loading branch information
rikupin1105 committed Apr 29, 2021
2 parents 0da93c5 + 2c108ea commit 58ee1a0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# line-bot-sdk-csharp
# LINE Messaging API SDK for C#
LINE Messaging API SDK for C#

[![NuGet](https://img.shields.io/nuget/v/line-bot-sdk-csharp.svg)](https://www.nuget.org/packages/line-bot-sdk-csharp/)
[![NuGet](https://img.shields.io/nuget/dt/line-bot-sdk-csharp.svg)](https://www.nuget.org/packages/line-bot-sdk-csharp/)

# Installation
## Installation
Using [nuget](https://www.nuget.org/packages/line-bot-sdk-csharp/)
```
PM> Install-Package line-bot-sdk-csharp
> dotnet add package line-bot-sdk-csharp
```
## Documentation
See the official API documentation for more information
- English: https://developers.line.biz/en/docs/messaging-api/overview/
- Japanese: https://developers.line.biz/ja/docs/messaging-api/overview/

0 comments on commit 58ee1a0

Please sign in to comment.