Skip to content

chore(BaiduSpeech): bump version 10.0.1#7503

Merged
ArgoZhang merged 5 commits intomainfrom
chore-deps
Jan 12, 2026
Merged

chore(BaiduSpeech): bump version 10.0.1#7503
ArgoZhang merged 5 commits intomainfrom
chore-deps

Conversation

@ArgoZhang
Copy link
Copy Markdown
Member

@ArgoZhang ArgoZhang commented Jan 12, 2026

Link issues

fixes #7502

Summary By Copilot

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Merge the latest code from the main branch

Summary by Sourcery

Build:

  • Update BaiduSpeech package version reference to 10.0.1 in BootstrapBlazor.Server.

Copilot AI review requested due to automatic review settings January 12, 2026 08:49
@bb-auto bb-auto Bot added the chore This are tasks or bot action label Jan 12, 2026
@bb-auto bb-auto Bot added this to the v10.2.0 milestone Jan 12, 2026
@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented Jan 12, 2026

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@ArgoZhang ArgoZhang merged commit 444c735 into main Jan 12, 2026
4 of 6 checks passed
@ArgoZhang ArgoZhang deleted the chore-deps branch January 12, 2026 08:49
Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR intends to bump the version of BootstrapBlazor.BaiduSpeech package to address issue #7502. However, the actual changes differ from what's stated in the PR title.

Changes:

  • BaiduSpeech package version bumped from 10.0.1 to 10.0.2 (not 10.0.1 as stated in title)
  • AzureTranslator package version bumped from 10.0.0 to 10.0.1 (not mentioned in title/description)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<PackageReference Include="BootstrapBlazor.AzureTranslator" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.BaiduSpeech" Version="10.0.1" />
<PackageReference Include="BootstrapBlazor.AzureTranslator" Version="10.0.1" />
<PackageReference Include="BootstrapBlazor.BaiduSpeech" Version="10.0.2" />
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title states "bump version 10.0.1" for BaiduSpeech, but the actual change bumps it to version 10.0.2 (from 10.0.1). This creates a mismatch between the PR title and the actual code change. Either update the PR title to reflect version 10.0.2, or correct the version number in this file to match the intended 10.0.1 version.

Suggested change
<PackageReference Include="BootstrapBlazor.BaiduSpeech" Version="10.0.2" />
<PackageReference Include="BootstrapBlazor.BaiduSpeech" Version="10.0.1" />

Copilot uses AI. Check for mistakes.
<PackageReference Include="BootstrapBlazor.AzureOpenAI" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.AzureTranslator" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.BaiduSpeech" Version="10.0.1" />
<PackageReference Include="BootstrapBlazor.AzureTranslator" Version="10.0.1" />
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title and description only mention BaiduSpeech version bump, but this change also includes bumping AzureTranslator from 10.0.0 to 10.0.1. This unmentioned change should either be documented in the PR description or removed if it was unintentional.

Suggested change
<PackageReference Include="BootstrapBlazor.AzureTranslator" Version="10.0.1" />
<PackageReference Include="BootstrapBlazor.AzureTranslator" Version="10.0.0" />

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore This are tasks or bot action

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(Deps): bump version 10.0.1

3 participants