Skip to content

Commit 4b7192e

Browse files
committed
released: v1.0.0
1 parent b254975 commit 4b7192e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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+
49
V-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

src/VControl.csproj

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,24 @@
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)" />

0 commit comments

Comments
 (0)