版本号机制优化,添加体验客户端,更新readme.md,版本v1.6.1
This commit is contained in:
@@ -41,10 +41,11 @@ namespace CommonLibrary
|
|||||||
* 时间:2017年9月3日 13:27:52 版本号:1.3.0
|
* 时间:2017年9月3日 13:27:52 版本号:1.3.0
|
||||||
* 时间:2017年9月19日 22:06:27 版本号:1.4.0
|
* 时间:2017年9月19日 22:06:27 版本号:1.4.0
|
||||||
* 时间:2017年10月1日 16:00:13 版本号:1.5.0
|
* 时间:2017年10月1日 16:00:13 版本号:1.5.0
|
||||||
|
* 时间:2017年10月6日 19:23:09 版本号:1.6.0
|
||||||
*
|
*
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
SoftBasic.FrameworkVersion = new SystemVersion("1.6.0");
|
SoftBasic.FrameworkVersion = new SystemVersion("1.6.1");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -1315,6 +1315,16 @@
|
|||||||
内部版本号,或者是版本号表示为年月份+内部版本的表示方式
|
内部版本号,或者是版本号表示为年月份+内部版本的表示方式
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:HslCommunication.BasicFramework.SystemVersion.ToString(System.String)">
|
||||||
|
<summary>
|
||||||
|
根据格式化为支持返回的不同信息的版本号
|
||||||
|
C返回1.0.0.0
|
||||||
|
N返回1.0.0
|
||||||
|
S返回1.0
|
||||||
|
</summary>
|
||||||
|
<param name="format">格式化信息</param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
<member name="M:HslCommunication.BasicFramework.SystemVersion.ToString">
|
<member name="M:HslCommunication.BasicFramework.SystemVersion.ToString">
|
||||||
<summary>
|
<summary>
|
||||||
获取版本号的字符串形式
|
获取版本号的字符串形式
|
||||||
|
|||||||
BIN
QuickExperience/软件自动更新.exe
Normal file
BIN
QuickExperience/软件自动更新.exe
Normal file
Binary file not shown.
@@ -58,6 +58,11 @@
|
|||||||
<li>接下来就可以体验所有的功能了</li>
|
<li>接下来就可以体验所有的功能了</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
## Quick Experience
|
||||||
|
如果觉得下载源代码比较麻烦,又想快速体验客户端功能,那就点击<a href="https://github.com/dathlin/ClientServerProject/blob/master/QuickExperience/软件自动更新.exe">软件自动更新.exe</a>下载程序,放置到任意位置,推荐桌面,双击安装程序,输入默认的账户密码即可体验完整的最新版本的客户端,当服务器的客户端版本更新时,你再打开本程序时也会自动升级。然后桌面的 **软件自动更新.exe** 就可以删除了。此处目前仅仅体验winform程序。
|
||||||
|
|
||||||
|
至于卸载软件,只要删除桌面的快捷方式和安装目录的文件即可,其他位置不会有任何的文件残留。
|
||||||
|
|
||||||
## Secondary Development
|
## Secondary Development
|
||||||
基于本模版可以方便的进行二次开发,具体可以开发示例如下(如下是我个人的实践经验,欢迎补充):
|
基于本模版可以方便的进行二次开发,具体可以开发示例如下(如下是我个人的实践经验,欢迎补充):
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -272,8 +272,11 @@ namespace 软件系统服务端模版
|
|||||||
private void 关于软件ToolStripMenuItem_Click(object sender, EventArgs e)
|
private void 关于软件ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
using (FormAbout fm = new FormAbout(
|
using (FormAbout fm = new FormAbout(
|
||||||
SoftResources.StringResouce.SoftName, UserServer.ServerSettings.SystemVersion,
|
SoftResources.StringResouce.SoftName,
|
||||||
2017, SoftResources.StringResouce.SoftCopyRight))
|
UserServer.ServerSettings.SystemVersion,
|
||||||
|
2017,
|
||||||
|
SoftResources.StringResouce.SoftCopyRight
|
||||||
|
))
|
||||||
{
|
{
|
||||||
fm.ShowDialog();
|
fm.ShowDialog();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
<UseGlobalApplicationHostFile />
|
<UseGlobalApplicationHostFile />
|
||||||
<NuGetPackageImportStamp>
|
<NuGetPackageImportStamp>
|
||||||
</NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
||||||
|
<Use64BitIISExpress />
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
@@ -48,7 +49,8 @@
|
|||||||
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
|
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
|
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="ClientsLibrary">
|
<Reference Include="ClientsLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\ClientsLibrary\bin\Debug\ClientsLibrary.dll</HintPath>
|
<HintPath>..\ClientsLibrary\bin\Debug\ClientsLibrary.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="CommonLibrary">
|
<Reference Include="CommonLibrary">
|
||||||
|
|||||||
Reference in New Issue
Block a user