Commit 390dda9 1 parent 6f2dadf commit 390dda9 Copy full SHA for 390dda9
File tree 2 files changed +4
-4
lines changed
src/MauiBlazorToolkit/MauiBlazorToolkit
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
English || [ 简体中文] ( /README.zh-CN.md )
3
3
4
4
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.
6
6
7
7
## Start
8
8
Install [ Yu-Core.MauiBlazorToolkit] ( https://www.nuget.org/packages/Yu-Core.MauiBlazorToolkit ) from NuGet
Original file line number Diff line number Diff line change 19
19
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
20
20
<PackageId >Yu-Core.MauiBlazorToolkit</PackageId >
21
21
<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 >
25
24
<PackageProjectUrl >https://github.com/Yu-Core/MauiBlazorToolkit</PackageProjectUrl >
26
25
<PackageReadmeFile >README.md</PackageReadmeFile >
27
26
<RepositoryUrl >https://github.com/Yu-Core/MauiBlazorToolkit</RepositoryUrl >
28
27
<PackageTags >MAUI;Maui;Blazor;Toolkit</PackageTags >
29
28
<PackageLicenseFile >LICENSE</PackageLicenseFile >
29
+ <Version >1.0.2</Version >
30
30
</PropertyGroup >
31
31
32
32
<ItemGroup Condition =" $(TargetFramework.StartsWith('Xamarin.iOS')) != true AND $(TargetFramework.StartsWith('net7.0-ios')) != true" >
You can’t perform that action at this time.
0 commit comments