Line Messaging API SDK update to v1.6

さっき v1.5 にしたばかりでしたが、別のレポジトリでアドバイスをもらった HttpClient のシングルトン化および Serverless Conf に参加した機会に Azure Function 対応しようと思ったので、ライブラリを .NET Standard 2.0 対応にしました。それに伴い、各種 VS テンプレートも更新済。

.NET Standard 2.0 にしたことでこれまでのテンプレートで SDK だけ上げると動かない場合があり、以下対応が必要です。

  • .NET Framework 4.6.1 以上
  • 依存 NuGet の更新

I just released v1.5, but I forget to implement the advice I got from the issue from another repository about HttpClient singleton for performance. Another reason is that I joined Serverless Conf today, and I decided to implement Azure Function version of this, thus converted the PCL library into .NET Standard 2.0. I updated VS templates as well…

This introduce a braking change if you are using old VS templates. In such case, you need to:

  • Target to .NET Framework 4.6.1 or later.
  • Update dependent NuGet packages.

Ken