Skip to content

v1.16.0

Compare
Choose a tag to compare
@chrisdunelm chrisdunelm released this 22 Aug 14:23

New Features:

  • #797 Support ServiceAccountCredential in netstandard, without X509 certificates...
  • #807 ...and add X509 certificate support.

Bug fixes:

  • #79 Get the generated discovery to discover its own discovery document.
  • #812 Fix xmldoc formatting in generated code for resumable methods.
  • #813 Fix PromptCodeReceiver on .NET Core.
  • #815 Add missing Google.Apis dependency in .NET45
  • #816 Strongly name netstandard generated libraries.

Testing:

  • #801 Increase number of tests run on .NET Core.
  • #805 Add tests for valid AccessToken from ServiceAccountCredential
  • #809 #810 CI support for .NET Core on Linux and Windows.