File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ cp -r ../../JR.Cms.App/install ../../JR.Cms.App/oem \
17
17
../../JR.Cms.App/root .
18
18
19
19
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 && \
22
23
mkdir ${RELEASE_DIR} /templates && cp -r templates/default ${RELEASE_DIR} /templates && \
23
24
cp -r bin public oem install plugins ${RELEASE_DIR} && \
24
25
cp Global.asax Web.config ${RELEASE_DIR}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public static class CmsVariables
14
14
/// <summary>
15
15
/// 版本号
16
16
/// </summary>
17
- public const string VERSION = "4.0.3 " ;
17
+ public const string VERSION = "4.1.0 " ;
18
18
/// <summary>
19
19
/// 框架目录
20
20
/// </summary>
You can’t perform that action at this time.
0 commit comments