Browse Source

auto commit 1.3.12

lith 3 years ago
parent
commit
00ef610d74

+ 1 - 1
02.Gateway/ServiceAdaptor.NetCore.Gateway/ServiceAdaptor.NetCore.Gateway.csproj

@@ -7,7 +7,7 @@
 
 	<PropertyGroup>
 		<TargetFramework>netcoreapp2.1</TargetFramework>
-		<Version>1.3.11</Version>
+		<Version>1.3.12</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>

+ 2 - 2
Doc/UpgradeLog/ServiceAdaptor.md

@@ -3,8 +3,8 @@
 [2021-08-19]
   修复bug Synchronous operations are disallowed. Call ReadAsync or set AllowSynchronousIO to true instead.
 --------------------------------------
- 
-
+[2021-09-28]
+  [tag] ServiceAdaptor 1.3.12
 
 --------------------------------------
 

+ 2 - 2
Library/ServiceAdaptor.NetCore.Consul/ServiceAdaptor.NetCore.Consul.csproj

@@ -6,7 +6,7 @@
 
 	<PropertyGroup>
 		<TargetFramework>netstandard2.0</TargetFramework>
-		<Version>1.3.11</Version>
+		<Version>1.3.12</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>
@@ -21,7 +21,7 @@
 
 	<ItemGroup>
 		<PackageReference Include="Consul" Version="0.7.2.6" />
-		<PackageReference Include="Vit.WebHost" Version="2.1.11" />
+		<PackageReference Include="Vit.WebHost" Version="2.1.12" />
 	</ItemGroup>
 
 

+ 1 - 1
Library/ServiceAdaptor.NetCore.MinHttp/ServiceAdaptor.NetCore.MinHttp.csproj

@@ -6,7 +6,7 @@
 
 	<PropertyGroup>
 		<TargetFramework>netstandard2.0</TargetFramework>
-		<Version>1.3.11</Version>
+		<Version>1.3.12</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>

+ 2 - 2
Library/ServiceAdaptor.NetCore.Sers/ServiceAdaptor.NetCore.Sers.csproj

@@ -6,7 +6,7 @@
 
 	<PropertyGroup>
 		<TargetFramework>netstandard2.0</TargetFramework>
-		<Version>1.3.11</Version>
+		<Version>1.3.12</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>
@@ -21,7 +21,7 @@
 
 	<ItemGroup>
 		<!-- Sers -->
-		<PackageReference Include="Sers.Serslot" Version="2.1.12" />
+		<PackageReference Include="Sers.Serslot" Version="2.1.13" />
 	</ItemGroup>
 
 	<ItemGroup>

+ 2 - 2
Library/ServiceAdaptor.NetCore/ServiceAdaptor.NetCore.csproj

@@ -6,7 +6,7 @@
 
 	<PropertyGroup>
 		<TargetFramework>netstandard2.0</TargetFramework>
-		<Version>1.3.11</Version>
+		<Version>1.3.12</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>
@@ -23,7 +23,7 @@
 		<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.1.0" />
 
 		<!-- Sers -->
-		<PackageReference Include="Vit.Core" Version="2.1.11" />
+		<PackageReference Include="Vit.Core" Version="2.1.12" />
 	</ItemGroup>
 
 

+ 1 - 1
Publish/ReleaseFile/docker-image/制作镜像.md

@@ -38,7 +38,7 @@ cd /root/image
 
 #构建镜像并推送到 Docker Hub 
 cd adaptor-gateway
-docker buildx build . -t serset/adaptor-gateway:1.3.11 -t serset/adaptor-gateway --platform=linux/amd64,linux/arm64,linux/arm/v7 --push
+docker buildx build . -t serset/adaptor-gateway:1.3-temp -t serset/adaptor-gateway --platform=linux/amd64,linux/arm64,linux/arm/v7 --push