Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<PackageReference Include="BootstrapBlazor.AntDesignIcon" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.Authenticator" Version="10.0.0" />
<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.
<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.BaiduOcr" Version="10.0.1" />
<PackageReference Include="BootstrapBlazor.BarCode" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.BarcodeGenerator" Version="10.0.0" />
Expand Down
Loading