Skip to content

Commit

Permalink
6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
starlying committed May 28, 2020
1 parent bbf5a16 commit b2da999
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SiteServer CMS 基于.NET 平台,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。

![SiteServer CMS](https://www.siteserver.cn/assets/images/github-banner.png)
![SiteServer CMS](https://sscms.com/assets/images/github-banner.png)

## 版本

Expand Down Expand Up @@ -45,17 +45,17 @@ SiteServer CMS 基于.NET 平台,能够以最低的成本、最少的人力投

## 开发文档

[《STL 语言参考手册》](https://www.siteserver.cn/docs/stl/)
[《STL 语言参考手册》](https://sscms.com/docs/v6/stl/)

[《插件开发参考手册》](https://www.siteserver.cn/docs/plugins/)
[《插件开发参考手册》](https://sscms.com/docs/v6/plugins/)

[《CLI 命令行参考手册》](https://www.siteserver.cn/docs/cli/)
[《CLI 命令行参考手册》](https://sscms.com/docs/v6/cli/)

[《REST API 参考手册》](https://www.siteserver.cn/docs/api/)
[《REST API 参考手册》](https://sscms.com/docs/v6/api/)

[《数据结构参考手册》](https://www.siteserver.cn/docs/model/)
[《数据结构参考手册》](https://sscms.com/docs/v6/model/)

系统使用文档请点击 [SiteServer CMS 文档中心](https://www.siteserver.cn/docs/)
系统使用文档请点击 [SiteServer CMS 文档中心](https://sscms.com/docs/)

## SiteServer CMS 源码结构

Expand Down Expand Up @@ -110,7 +110,7 @@ SiteServer CMS 产品将每隔两月发布新的正式版本,我们将在每

## 关注最新动态

[![qrcode](https://www.siteserver.cn/assets/images/qrcode_for_wx.jpg)](https://www.siteserver.cn/)
[![qrcode](https://sscms.com/assets/images/qrcode_for_wx.jpg)](https://sscms.com/)

## License

Expand Down
2 changes: 1 addition & 1 deletion SS.CMS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<copyright>Copyright © SiteServer CMS</copyright>
<tags>SiteServer CMS</tags>
<releaseNotes>
SiteServer CMS V6.14正式版
SiteServer CMS V6.15正式版
</releaseNotes>
</metadata>
</package>
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
only:
- netfx-master

version: 6.14.{build}
version: 6.15.{build}
image: Visual Studio 2017

assembly_info:
Expand Down Expand Up @@ -81,7 +81,7 @@
only:
- netfx-staging

version: 6.14.{build}-beta
version: 6.15.{build}-beta
image: Visual Studio 2017

assembly_info:
Expand Down

0 comments on commit b2da999

Please sign in to comment.