microsoft / BotBuilder-RealTimeMediaCalling

BotBuilder-RealTimeMediaCalling extends the BotBuilder to enable bots to engage in Skype audio-video calling. It provides real-time, programmable access to the voice, video, and screen sharing streams of a Skype call. The bot is a direct participant in a Skype 1:1 call.
MIT License
76 stars 36 forks source link

Bump Bond.Core.CSharp from 4.2.1 to 9.0.5 in /Samples/HueBot/FrontEnd #58

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps Bond.Core.CSharp from 4.2.1 to 9.0.5.

Release notes

Sourced from Bond.Core.CSharp's releases.

9.0.5: 2021-04-14

  • IDL core version: 3.0
  • C++ version: 9.0.5
  • C# NuGet version: 9.0.5
  • gbc & compiler library: 0.12.1.0

C++/Python

  • Added CMake variable BOND_FIND_GRPC to allow for external gRPC installations. The search for external GRPC installations is only done when BOND_ENABLE_GRPC is TRUE.
  • Removed use of deprecated std::ptr_fun in the Python library. ([Issue #1080](microsoft/bond#1080))

C#

  • Implicit codegen now excludes any .bond files in the project's output directories (e.g., bin/, obj/debug/netstandard1.0). This behavior matches the implicit compilation behavior for .cs files.

9.0.4: 2020-11-23

  • IDL core version: 3.0
  • C++ version: 9.0.4
  • C# NuGet version: 9.0.3
  • gbc & compiler library: 0.12.1.0

C++

  • Bond now uses the [[noreturn]] attribute to annotate functions that do not return. Previously, it used compiler-specific annotations.

C#

  • There were no C# changes in this release.

9.0.3: 2020-08-06

  • IDL core version: 3.0
  • C++ version: 9.0.2
  • C# NuGet version: 9.0.3
  • gbc & compiler library: 0.12.1.0

C++

  • There were no C++ changes in this release.

C#

... (truncated)

Changelog

Sourced from Bond.Core.CSharp's changelog.

9.0.5: 2021-04-14

  • IDL core version: 3.0
  • C++ version: 9.0.5
  • C# NuGet version: 9.0.5
  • gbc & compiler library: 0.12.1.0

C++/Python

  • Added CMake variable BOND_FIND_GRPC to allow for external gRPC installations. The search for external GRPC installations is only done when BOND_ENABLE_GRPC is TRUE.
  • Removed use of deprecated std::ptr_fun in the Python library. ([Issue #1080](microsoft/bond#1080))

C#

  • Implicit codegen now excludes any .bond files in the project's output directories (e.g., bin/, obj/debug/netstandard1.0). This behavior matches the implicit compilation behavior for .cs files.

9.0.4: 2020-11-23

  • IDL core version: 3.0
  • C++ version: 9.0.4
  • C# NuGet version: 9.0.3
  • gbc & compiler library: 0.12.1.0

C++

  • Bond now uses the [[noreturn]] attribute to annotate functions that do not return. Previously, it used compiler-specific annotations.

C#

  • There were no C# changes in this release.

9.0.3: 2020-08-06

  • IDL core version: 3.0
  • C++ version: 9.0.2
  • C# NuGet version: 9.0.3
  • gbc & compiler library: 0.12.1.0

C++

  • There were no C++ changes in this release.

C#

... (truncated)

Commits
  • 8729fe2 Prepare for 9.0.5 release
  • 3a13fb1 [c#] Exclude files in output dir from implicit codegen
  • be068e9 [ci] Remove .travis.yml
  • 8a455aa [doc] Do not fail build when there are no changes
  • bdc07dd [c++] Add -Wno-deprecated-declarations for AppleClang
  • 133b209 [ci] Skip GitHub workflow if changes don't affect the build
  • 3bda6ab [c++] Add CMake support for pre-installed gRPC
  • 28d6068 [doc] Handle robocopy exit codes
  • e5e2aaf [doc] Switch to robocopy to mirror doc build output
  • 27da749 [docs] Add doxygen to path in build
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/microsoft/BotBuilder-RealTimeMediaCalling/network/alerts).