Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Updated Google_GenerativeAI.Microsoft from 3.4.1 to 3.6.1.

Release notes

Sourced from Google_GenerativeAI.Microsoft's releases.

3.6.1

What's Changed

Full Changelog: gunpal5/Google_GenerativeAI@v3.5.0...v3.6.1

3.5.0

New Features

Gemini 3 Support

  • Added ThinkingLevel enum for controlling thinking/reasoning depth in Gemini 3 models
  • Added ThoughtSignature property support for tracking thought content in responses
  • New ThinkingConfig with IncludeThoughts and ThinkingBudget settings
  • Full integration with Microsoft.Extensions.AI via AdditionalPropertiesKeys

Dynamic Tools Enhancement

  • Added JsonNode and JsonObject parameter support in QuickTool
  • Enables dynamic tool handling where functions receive raw JSON directly
  • Useful for tools that need to accept arbitrary JSON structures

MCP Tools Gemini Live API Compatibility

  • Fixed MCP Tools to work with Gemini Live API
  • Uses Parameters (compatible schema subset) by default
  • Falls back to ParametersJsonSchema only for unsupported schema features
  • Resolves "parameters_json_schema must not be set when parameters is set" error

Image Output Configuration

  • Added support for image output configuration in Microsoft.Extensions.AI
  • New keys: AspectRatio, ImageSize, MimeType, CompressionQuality

Bug Fixes

  • fix: Support Dimensions parameter in GenerativeAI.Microsoft (#​96)
  • fix: Improved Schema serialization for Gemini 3 compatibility
  • fix: MCP Tools now correctly use only one of Parameters OR ParametersJsonSchema

Dependencies

  • Updated to Gunpal5.CSharpToJsonSchema v1.0.0 (forked with AOT compatibility fixes)

New Contributors

  • @​trapezoid - ThoughtSignature support
  • @​dogdie233 - Dimensions parameter fix (#​95)
  • @​xtradegmbh - Image output configuration for MEAI

Full Changelog: gunpal5/Google_GenerativeAI@v3.4.1...v3.5.0

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: Google_GenerativeAI.Microsoft
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Dec 29, 2025
@rwjdk rwjdk merged commit e7f3baa into main Dec 30, 2025
2 checks passed
@rwjdk rwjdk deleted the dependabot/nuget/Google_GenerativeAI.Microsoft-3.6.1 branch December 30, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants