This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
Releases: dlemstra/line-bot-sdk-dotnet
Releases · dlemstra/line-bot-sdk-dotnet
Line.Bot.SDK 5.0.0
Line.Bot.SDK 4.0.1
Line.Bot.SDK 4.0.0
Changes:
- Added support for datetime picker action #17.
- Added support for camera action #18.
- Added support for camera roll action #19.
- Added support for location action #20.
- Added support for the rich menu #3.
- Changed the return type of GetEvents to include the destination #46.
- Removed a lot of unnecessary interfaces in the API.
Contributors:
Line.Bot.SDK 3.0.0
Changes:
- Added support for image carousel #2.
- Changed constructors for ImagemapUriAction and ImagemapMessageAction
Line.Bot.SDK 2.0.0
Changes:
- Moved remarks inside the summary to make them visible in the code completion.
- Added remarks to the arguments in the constructor.
- Renamed GetContent to GetMessageContent.
- Add extra interface to the constructor of the LineBot that can be used to log the events and the api calls.
Line.Bot.SDK 1.1.3
Changes:
- Use newer version of Microsoft.AspNetCore.Http.Abstractions for the netstandard2.0 build.
- Fixed issue with stream that does not support seeking.
Line.Bot.SDK 1.1.2
Changes:
- Also target netstandard 2.0
Line.Bot.SDK 1.1.1
Changes:
- Fixed possible timing attacks.
Line.Bot.SDK 1.1.0
Changes:
- Changed limit of columns in
CarouselTemplate
to the new value (10). - Added
ImageAspectRatio
andImageSize
toCarouselTemplate
. - Added
ImageAspectRatio
,ImageSize
andImageBackgroundColor
toButtonsTemplate
.