Pārlūkot izejas kodu

[tag] Sers 2.1.9 - patch1

lith 3 gadi atpakaļ
vecāks
revīzija
98a6a3afcd

+ 1 - 1
dotnet/Library/Vit/Vit.Core/Vit.Core/Vit.Core.csproj

@@ -6,7 +6,7 @@
 
 	<PropertyGroup>
 		<TargetFramework>netstandard2.0</TargetFramework>
-		<Version>2.1.7</Version>
+		<Version>2.1.8</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>

+ 1 - 1
dotnet/Library/Vit/Vit.Net.Http.FormFile/Vit.Net.Http.FormFile.csproj

@@ -6,7 +6,7 @@
 
 	<PropertyGroup>
 		<TargetFramework>netstandard2.0</TargetFramework>
-		<Version>2.1.7</Version>
+		<Version>2.1.8</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>

+ 1 - 1
dotnet/Library/Vit/Vit.WebHost/Vit.WebHost.csproj

@@ -6,7 +6,7 @@
 
 	<PropertyGroup>
 		<TargetFramework>netstandard2.0</TargetFramework>
-		<Version>2.1.7</Version>
+		<Version>2.1.8</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>

+ 4 - 4
dotnet/ServiceStation/Demo/Serslot/Did.Serslot.Demo/appsettings.json

@@ -56,7 +56,7 @@
 
 
       /* 超时时间,若不指定则后台任务永不超时。(主动关闭超过此时间的任务,实际任务强制关闭的时间会在1倍超时时间到2倍超时时间内)。单位:ms。*/
-      //"timeout_ms": 300000,
+      "//timeout_ms": 300000,
 
 
       /* 是否 输出本地Api的调用信息到(ApiTrace)Log文件。默认:false */
@@ -89,7 +89,7 @@
 
 
       /* 默认站点名称,可多个,可不指定 */
-      //"apiStationNames": [ "demo" ],
+      "//apiStationNames": [ "demo" ],
 
       /* Api加载器配置 */
       "//ApiLoaders": [
@@ -186,7 +186,7 @@
         "serviceStationName": "SerslotDemo",
 
         /* 服务站点版本信息,若不指定则为入口链接库的版本号 */
-        //"stationVersion": "1.1.9.0",
+        "//stationVersion": "1.1.9.0",
 
         /* [json]服务站点额外信息,可不指定 */
         "info": null
@@ -225,7 +225,7 @@
     /* 处理请求转发的模式,可不指定。可为 Async(默认)、BackgroundTask */
     /* Async 异步转发请求,没有线程数量限制。此模式下extApi的reply无效。 */
     /* BackgroundTask 启动固定数量的线程转发请求,线程数量为Sers.LocalApiService.workThreadCount。 */
-    //"Mode": "BackgroundTask",
+    "//Mode": "BackgroundTask",
 
     /* 额外api。SsApiDesc格式。除了系统api外,可以指定额外api。若指定返回数据(reply),则直接返回数据;若不指定返回数据,则由host进行处理 */
     "//extApi": [