From 7f899b6fac1d6e6c6a1edba988b6b2b1051d1852 Mon Sep 17 00:00:00 2001 From: Chunkit Yeung Date: Sat, 8 Jun 2024 02:23:08 +0800 Subject: [PATCH 1/2] update README.md --- README.en.md | 17 ++++++++--------- README.md | 17 ++++++++--------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/README.en.md b/README.en.md index b33072c..6e955f8 100644 --- a/README.en.md +++ b/README.en.md @@ -15,8 +15,6 @@ **Note: The master branch changes with the v2.x version, which significantly differs from the v1.x version. Those interested in the v1.x version can move to the v1.x branch address**: https://gitee.com/java-and-net/TopskyHotelManagerSystem/tree/v1.x/ -**Note: The Net8-breaking branch is currently in an unstable phase. If you wish to experience the program, please do not pull this branch as it has many issues at the moment.** - # :pray: Open Source Projects Referenced: 1. ##### Fody—Packs all dlls into an exe application. [Fody, MIT License](https://github.com/Fody/Fody) @@ -49,21 +47,21 @@ In today's rapidly developing hotel industry, with the increase in daily hotel w # :mag_right: System Development Environment: -Operating System: Windows 10(x64) +Operating System: Windows 11(x64) -Development Tools: Microsoft Visual Studio 2015 (first version of the system)/Microsoft Visual Studio 2019 (latest version of the system) +Development Tools: Microsoft Visual Studio 2022 (latest version of the system) -Database: Microsoft SQL Server 2008 R2 (used in the earliest version)/MySQL v8.0.22 (highly recommended!)/PostgreSQL13 (highly recommended!) +Database: PostgreSQL16 (highly recommended!) -Database Management Tools: Microsoft SQL Server 2008 R2 Management Studio/Navicat 15 +Database Management Tools: DbGate Programming Languages: C# language, T-SQL language Development Platform: .Net -Development Framework: .Net Framework 4.5.2/.Net Framework 4.6.1 (fully upgraded) —>.Net Framework 4.7.1 +Development Framework: .Net 8 -Development Technology: .NET WinForm +Development Technology: .NET 8 WinForm # :open_file_folder: System Structure: @@ -128,7 +126,8 @@ EOM.Client.TopSkyHotelManagerSystem # :computer: Project Setup and Deployment: -**Download and install Microsoft Visual Studio Professional 2019 or above, unzip the downloaded Zip package, and run the .sln file.** +**Download and install .NET SDK version 8 or above.** +**Download and install Microsoft Visual Studio Professional 2022 or above, unzip the downloaded Zip package, and run the .sln file.** # :inbox_tray: Database Setup and Deployment (Local): diff --git a/README.md b/README.md index e8866d7..bfd9e56 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ **注意:目前master分支随v2.x版本变动而变动,v2.x版本与v1.x版本变动极大,因此想要v1.x版本的可移步至v1.x分支地址** : https://gitee.com/java-and-net/TopskyHotelManagerSystem/tree/v1.x/ - **注意:目前Net8-breaking分支处于不稳定阶段,如果你是想体验程序,请不要拉取此分支,因为目前该分支运行存在诸多问题** - # :pray: 引用的开源项目: 1. ##### Fody——将所有dll打包成exe应用程序。[Fody,MIT开源协议](https://github.com/Fody/Fody) @@ -50,21 +48,21 @@ # :mag_right: 系统开发环境: -操作系统:Windows 10(x64) +操作系统:Windows 11(x64) -开发工具:Microsoft Visual Studio 2015(系统第一版本)/Microsoft Visual Studio 2019(系统最新版本) +开发工具:Microsoft Visual Studio 2022(系统最新版本) -数据库:Microsoft SQL Server 2008 R2(最初版本所使用的)/MySQL v8.0.22(强烈推荐!)/PostgreSql13(强烈推荐!) +数据库:PostgreSql16(强烈推荐!) -数据库管理工具:Microsoft SQL Server 2008 R2 Mangerment Studio/Navicat 15 +数据库管理工具:Dbgate 开发语言:C#语言、T-SQL语言 开发平台:.Net -开发框架:.Net Framework 4.5.2/.Net Framework 4.6.1(已全面升级)——>.Net Framework 4.7.1 +开发框架:.Net 8 -开发技术:.NET WinForm +开发技术:.NET 8 WinForm # :open_file_folder: 系统结构: ```tree @@ -128,7 +126,8 @@ EOM.Client.TopSkyHotelManagerSystem # :computer: 项目运行部署: -**下载并安装Microsoft Visual Studio Professional 2019及以上版本,并通过下载Zip包解压,打开.sln后缀格式文件运行。** +**下载并安装.NET 8及以上SDK版本。** +**下载并安装Microsoft Visual Studio Professional 2022及以上版本,并通过下载Zip包解压,打开.sln后缀格式文件运行。** # :inbox_tray: 数据库运行部署(本地): -- Gitee From ce3796479f4970b76214616937556b7c7486d80b Mon Sep 17 00:00:00 2001 From: Chunkit Yeung Date: Sat, 8 Jun 2024 02:23:17 +0800 Subject: [PATCH 2/2] add submodule --- topsky-hotel-manager-system-web-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topsky-hotel-manager-system-web-api b/topsky-hotel-manager-system-web-api index 48584e9..367f9a1 160000 --- a/topsky-hotel-manager-system-web-api +++ b/topsky-hotel-manager-system-web-api @@ -1 +1 @@ -Subproject commit 48584e9b1e7a77fc78fc605510f71decd0a1a0e0 +Subproject commit 367f9a1131ecd4a5ba60316856caf1d06aa1cbf8 -- Gitee