版本更新至1.5.7

This commit is contained in:
czz_y 2024-08-29 17:47:06 +08:00
parent f367b88856
commit 518ff37bb0
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
<Copyright>Copyright © 2024 czz_y</Copyright>
<FileVersion>$(Version)</FileVersion>
<AssemblyVersion>$(Version)</AssemblyVersion>
<Version>1.5.7-beta</Version>
<Version>1.5.7</Version>
<Authors>czz_y</Authors>
<Description>基于 Winform UI框架 AntdUI 设计的Demo</Description>
<PackageProjectUrl>https://gitee.com/mubaiyanghua/antd-uidemo</PackageProjectUrl>
@ -31,7 +31,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AntdUI" Version="1.5.7-beta" />
<PackageReference Include="AntdUI" Version="1.5.7" />
<PackageReference Include="NLog" Version="5.3.3" />
</ItemGroup>

View File

@ -115,7 +115,7 @@
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(693, 563);
this.label1.TabIndex = 0;
this.label1.Text = "欢迎使用 AntdUI Demo\r\n\r\n当前版本 AntdUI 1.5.7-beta";
this.label1.Text = "欢迎使用 AntdUI Demo\r\n\r\n当前版本 AntdUI 1.5.7";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// MainWindow

View File

@ -1,6 +1,6 @@
# AntdUIDemo
本项目基于 Winform .NET Framework 4.8 开发,是 [AntdUI](https://gitee.com/antdui/AntdUI) 的 Demo 项目,当前版本 `1.5.7-beta`
本项目基于 Winform .NET Framework 4.8 开发,是 [AntdUI](https://gitee.com/antdui/AntdUI) 的 Demo 项目,当前版本 `1.5.7`
## ✅ 快速开始
```