From 518ff37bb017db56d36d29dfdb5b130e07a5c1b0 Mon Sep 17 00:00:00 2001 From: czz_y Date: Thu, 29 Aug 2024 17:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E8=87=B31.?= =?UTF-8?q?5.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AntdUIDemo.csproj | 4 ++-- MainWindow.Designer.cs | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AntdUIDemo.csproj b/AntdUIDemo.csproj index 0327f07..038a307 100644 --- a/AntdUIDemo.csproj +++ b/AntdUIDemo.csproj @@ -14,7 +14,7 @@ Copyright © 2024 czz_y $(Version) $(Version) - 1.5.7-beta + 1.5.7 czz_y 基于 Winform UI框架 AntdUI 设计的Demo https://gitee.com/mubaiyanghua/antd-uidemo @@ -31,7 +31,7 @@ - + diff --git a/MainWindow.Designer.cs b/MainWindow.Designer.cs index e12b4e4..dbb2da1 100644 --- a/MainWindow.Designer.cs +++ b/MainWindow.Designer.cs @@ -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 diff --git a/README.md b/README.md index 3f89ab9..698e236 100644 --- a/README.md +++ b/README.md @@ -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` ## ✅ 快速开始 ```