Skip to content

Commit 443a298

Browse files
committed
aspnet_pack.sh
1 parent d0c1eaa commit 443a298

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

aspnet_pack.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ cp -r ../../JR.Cms.App/install ../../JR.Cms.App/oem \
1717
../../JR.Cms.App/root .
1818

1919
echo "setup2: building.." && \
20-
xbuild *.csproj /p:Configuration=Release && \
21-
mkdir ${RELEASE_DIR}/root && cp -r root/*.md ${RELEASE_DIR}/root && \
20+
#xbuild *.csproj /p:Configuration=Release
21+
22+
mkdir ${RELEASE_DIR}/root && cp -r root/*.md ${RELEASE_DIR}/root && \
2223
mkdir ${RELEASE_DIR}/templates && cp -r templates/default ${RELEASE_DIR}/templates && \
2324
cp -r bin public oem install plugins ${RELEASE_DIR} && \
2425
cp Global.asax Web.config ${RELEASE_DIR}

src/JR.Cms/Conf/CmsVariables.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class CmsVariables
1414
/// <summary>
1515
/// 版本号
1616
/// </summary>
17-
public const string VERSION="4.0.3";
17+
public const string VERSION="4.1.0";
1818
/// <summary>
1919
/// 框架目录
2020
/// </summary>

0 commit comments

Comments
 (0)