Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Releases: dlemstra/line-bot-sdk-dotnet

Line.Bot.SDK 5.0.0

28 Jun 21:45
5501b14
Compare
Choose a tag to compare

Changes:

  • Removed netstandard1.3 support.
  • Add ImageBackgroundColor and DefaultAction to CarouselColumn.
  • Add DefaultAction to ButtonsTemplate.

Contributors:

Line.Bot.SDK 4.0.1

01 Dec 09:33
eebd9a5
Compare
Choose a tag to compare

Changes:

  • Added LINE url scheme to UriAction #52.
  • Signed the assembly with a strong name.

Contributors:

Line.Bot.SDK 4.0.0

18 Nov 09:46
a770564
Compare
Choose a tag to compare

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

28 Jul 20:58
Compare
Choose a tag to compare

Changes:

  • Added support for image carousel #2.
  • Changed constructors for ImagemapUriAction and ImagemapMessageAction

Line.Bot.SDK 2.0.0

02 Apr 18:58
Compare
Choose a tag to compare

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

02 Apr 12:24
Compare
Choose a tag to compare

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

02 Apr 12:18
Compare
Choose a tag to compare

Changes:

  • Also target netstandard 2.0

Line.Bot.SDK 1.1.1

15 Jan 21:41
Compare
Choose a tag to compare

Changes:

  • Fixed possible timing attacks.

Line.Bot.SDK 1.1.0

08 Dec 09:30
Compare
Choose a tag to compare

Changes:

  • Changed limit of columns in CarouselTemplate to the new value (10).
  • Added ImageAspectRatio and ImageSize to CarouselTemplate.
  • Added ImageAspectRatio, ImageSize and ImageBackgroundColor to ButtonsTemplate.