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
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<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.

Spelling error: 'Vesion' should be 'Version'. This typo will prevent the version from being correctly set in the project file.

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