File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11
22# V-Control
33
4+ [ ![ 许可证] ( https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge )] ( https://github.com/jevonsflash/VControl/blob/master/LICENSE )
5+ [ ![ nuget] ( https://img.shields.io/nuget/v/VControl.svg?style=for-the-badge )] ( https://www.nuget.org/packages/VControl )
6+ ![ codeSize] ( https://img.shields.io/github/languages/code-size/jevonsflash/VControl.svg?style=for-the-badge )
7+ ![ 编程语言] ( https://img.shields.io/github/languages/top/jevonsflash/VControl.svg?style=for-the-badge )
8+
49V-Control是适用于[ .NET MAUI] ( https://dotnet.microsoft.com/zh-cn/apps/maui ) 的组件库(Component),它提供了一组开箱即用的 UI 控件,可快速搭建面向业务的应用程序界面。
510
611![ alt text] ( /docs/assets/banner.png )
@@ -89,7 +94,9 @@ public static MauiApp CreateMauiApp()
8994
9095```
9196
97+ ## 文档
9298
99+ 前往[ V-Control Docs] ( https://vcontrol.matoapp.net/documents/starter )
93100
94101## 源码和示例
95102
Original file line number Diff line number Diff line change 88 <SingleProject >true</SingleProject >
99 <ImplicitUsings >enable</ImplicitUsings >
1010 <Nullable >enable</Nullable >
11-
11+ <Description >An out-of-the-box .NET MAUI component library.</Description >
12+ <PackageProjectUrl >https://github.com/jevonsflash/VControl</PackageProjectUrl >
13+ <Authors >LinXiao</Authors >
14+ <Company >MatoApp</Company >
15+ <Copyright >Copyright © 2025</Copyright >
16+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
17+ <Version >1.0.0</Version >
18+ <PackageReadmeFile >README.md</PackageReadmeFile >
1219 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >11.0</SupportedOSPlatformVersion >
1320 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >13.1</SupportedOSPlatformVersion >
1421 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
1522 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</SupportedOSPlatformVersion >
1623 <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.17763.0</TargetPlatformMinVersion >
1724 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'" >6.5</SupportedOSPlatformVersion >
1825 </PropertyGroup >
19-
26+ <ItemGroup >
27+ <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
28+ </ItemGroup >
2029 <ItemGroup >
2130 <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
2231 <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
You can’t perform that action at this time.
0 commit comments