From 443a298daee58d09abd5592bf15672d13b13530f Mon Sep 17 00:00:00 2001 From: jarrysix Date: Wed, 27 Oct 2021 14:06:49 +0800 Subject: [PATCH] aspnet_pack.sh --- aspnet_pack.sh | 5 +++-- src/JR.Cms/Conf/CmsVariables.cs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/aspnet_pack.sh b/aspnet_pack.sh index 81c9b85e8..21f9d777b 100644 --- a/aspnet_pack.sh +++ b/aspnet_pack.sh @@ -17,8 +17,9 @@ cp -r ../../JR.Cms.App/install ../../JR.Cms.App/oem \ ../../JR.Cms.App/root . echo "setup2: building.." && \ -xbuild *.csproj /p:Configuration=Release && \ - mkdir ${RELEASE_DIR}/root && cp -r root/*.md ${RELEASE_DIR}/root && \ +#xbuild *.csproj /p:Configuration=Release + +mkdir ${RELEASE_DIR}/root && cp -r root/*.md ${RELEASE_DIR}/root && \ mkdir ${RELEASE_DIR}/templates && cp -r templates/default ${RELEASE_DIR}/templates && \ cp -r bin public oem install plugins ${RELEASE_DIR} && \ cp Global.asax Web.config ${RELEASE_DIR} diff --git a/src/JR.Cms/Conf/CmsVariables.cs b/src/JR.Cms/Conf/CmsVariables.cs index 5571cd874..a5b8d3fbb 100644 --- a/src/JR.Cms/Conf/CmsVariables.cs +++ b/src/JR.Cms/Conf/CmsVariables.cs @@ -14,7 +14,7 @@ public static class CmsVariables /// /// 版本号 /// - public const string VERSION="4.0.3"; + public const string VERSION="4.1.0"; /// /// 框架目录 ///