---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 1d3a93b..612c85b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
TopskyHotelManagerSystem
--
Gitee
From acd315767248e044912240aac0c8eb244676c275 Mon Sep 17 00:00:00 2001
From: ck_yeun9
Date: Thu, 6 Apr 2023 07:22:18 +0000
Subject: [PATCH 4/5] update LICENSE.
Signed-off-by: ck_yeun9
---
LICENSE | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/LICENSE b/LICENSE
index b193a89..c3d43c7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2021 咖啡与网络(Java&Net)
+Copyright (c) 2023 Easy-Open-Meta
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -19,6 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
-归属所有人:咖啡与网络(Java&Net)
-原著作者:杨俊杰
\ No newline at end of file
--
Gitee
From 748f45712ee5fb02fa6faede3714cb764733167c Mon Sep 17 00:00:00 2001
From: Chunkit Yeung
Date: Wed, 14 Feb 2024 01:43:35 +0800
Subject: [PATCH 5/5] update README
---
README.md | 1 +
SYS.FormUI/Properties/AssemblyInfo.cs | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 56ffe48..37f01bf 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
+# !!!注意:目前master分支随v2.x版本变动而变动,v2.x版本与v1.x版本变动极大,因此想要v1.x版本的可移步至v1.x分支地址: https://gitee.com/java-and-net/TopskyHotelManagerSystem/tree/v1.x/
# :pray: 引用的开源项目:
diff --git a/SYS.FormUI/Properties/AssemblyInfo.cs b/SYS.FormUI/Properties/AssemblyInfo.cs
index a39856d..52390fe 100644
--- a/SYS.FormUI/Properties/AssemblyInfo.cs
+++ b/SYS.FormUI/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.0.0")]
-[assembly: AssemblyFileVersion("2.0.0.0")]
+[assembly: AssemblyVersion("2.0.0.1")]
+[assembly: AssemblyFileVersion("2.0.0.1")]
--
Gitee