Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Vesion>10.0.1</Vesion>
Copy link

Copilot AI Nov 13, 2025

Choose a reason for hiding this comment

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

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.

Suggested change
<Vesion>10.0.1</Vesion>
<Version>10.0.1</Version>

Copilot uses AI. Check for mistakes.
</PropertyGroup>

<PropertyGroup>
<PackageTags>Bootstrap Blazor Baidu WebAssembly wasm Ocr Components</PackageTags>
<Description>Bootstrap UI components extensions of Baidu Ocr</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>10.0.1</Version>
</PropertyGroup>

<PropertyGroup>
<PackageTags>Bootstrap Blazor Baidu WebAssembly wasm Speech Components</PackageTags>
<Description>Bootstrap UI components extensions of Baidu Speech</Description>
Expand Down