Conversation
|
🧙 Sourcery has finished reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the version to 10.0.1 for the BaiduSpeech component by adding a Version property to its project file. The changes also include a minor whitespace cleanup in the BaiduOcr project file.
- Adds explicit version property (10.0.1) to BootstrapBlazor.BaiduSpeech project
- Normalizes whitespace in BootstrapBlazor.BaiduOcr project file
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| BootstrapBlazor.BaiduSpeech.csproj | Adds Version property set to 10.0.1 in a new PropertyGroup |
| BootstrapBlazor.BaiduOcr.csproj | Removes trailing whitespace from line 6 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -3,7 +3,7 @@ | |||
| <PropertyGroup> | |||
| <Vesion>10.0.1</Vesion> | |||
There was a problem hiding this comment.
The property name is misspelled as "Vesion" instead of "Version". This means the version 10.0.1 is not being applied to the package. The property should be <Version>10.0.1</Version> to match the correct MSBuild property name.
| <Vesion>10.0.1</Vesion> | |
| <Version>10.0.1</Version> |
Link issues
fixes #684
Summary By Copilot
Regression?
Risk
Verification
Packaging changes reviewed?
☑️ Self Check before Merge
Summary by Sourcery
Bump the NuGet package version for the Baidu components.
Bug Fixes:
Chores: