Skip to content

Commit 390dda9

Browse files
committed
Update README.md
1 parent 6f2dadf commit 390dda9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
English || [简体中文](/README.zh-CN.md)
33

44
The Maui Blazor toolbox encapsulates some Maui and Maui Blazor tool classes, such as changing the color of the title bar.
5-
Referenced and imitated the [.NET MAUI Community Toolkit](https://github.com/CommunityToolkit/Maui). Thank you very much.
5+
Imitated the [.NET MAUI Community Toolkit](https://github.com/CommunityToolkit/Maui). Thank you very much.
66

77
## Start
88
Install [Yu-Core.MauiBlazorToolkit](https://www.nuget.org/packages/Yu-Core.MauiBlazorToolkit) from NuGet

src/MauiBlazorToolkit/MauiBlazorToolkit/MauiBlazorToolkit.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2020
<PackageId>Yu-Core.MauiBlazorToolkit</PackageId>
2121
<Authors>Yu-Core</Authors>
22-
<Description>MauiBlazor 工具箱,封装了一些 Maui 和 Maui Blazor 的工具类,例如标题栏颜色的更改。
23-
24-
参考并模仿了 .NET MAUI社区工具包 ,在此特别感谢。</Description>
22+
<Description>The Maui Blazor toolbox encapsulates some Maui and Maui Blazor tool classes, such as changing the color of the title bar.
23+
Imitated the .NET MAUI Community Toolkit. Thank you very much.</Description>
2524
<PackageProjectUrl>https://github.com/Yu-Core/MauiBlazorToolkit</PackageProjectUrl>
2625
<PackageReadmeFile>README.md</PackageReadmeFile>
2726
<RepositoryUrl>https://github.com/Yu-Core/MauiBlazorToolkit</RepositoryUrl>
2827
<PackageTags>MAUI;Maui;Blazor;Toolkit</PackageTags>
2928
<PackageLicenseFile>LICENSE</PackageLicenseFile>
29+
<Version>1.0.2</Version>
3030
</PropertyGroup>
3131

3232
<ItemGroup Condition="$(TargetFramework.StartsWith('Xamarin.iOS')) != true AND $(TargetFramework.StartsWith('net7.0-ios')) != true">

0 commit comments

Comments
 (0)