版本号机制优化,添加体验客户端,更新readme.md,版本v1.6.1

This commit is contained in:
dathlin
2017-10-06 19:28:44 +08:00
parent 9ed7e378d4
commit c8525b1605
7 changed files with 25 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -48,7 +49,8 @@
<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>
</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>
</Reference>
<Reference Include="CommonLibrary">