Skip to content

Commit 00ef610

Browse files
author
lith
committed
auto commit 1.3.12
1 parent 574d58a commit 00ef610

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

02.Gateway/ServiceAdaptor.NetCore.Gateway/ServiceAdaptor.NetCore.Gateway.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<PropertyGroup>
99
<TargetFramework>netcoreapp2.1</TargetFramework>
10-
<Version>1.3.11</Version>
10+
<Version>1.3.12</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

Doc/UpgradeLog/ServiceAdaptor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[2021-08-19]
44
修复bug Synchronous operations are disallowed. Call ReadAsync or set AllowSynchronousIO to true instead.
55
--------------------------------------
6-
7-
6+
[2021-09-28]
7+
[tag] ServiceAdaptor 1.3.12
88

99
--------------------------------------
1010

Library/ServiceAdaptor.NetCore.Consul/ServiceAdaptor.NetCore.Consul.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.3.11</Version>
9+
<Version>1.3.12</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
@@ -21,7 +21,7 @@
2121

2222
<ItemGroup>
2323
<PackageReference Include="Consul" Version="0.7.2.6" />
24-
<PackageReference Include="Vit.WebHost" Version="2.1.11" />
24+
<PackageReference Include="Vit.WebHost" Version="2.1.12" />
2525
</ItemGroup>
2626

2727

Library/ServiceAdaptor.NetCore.MinHttp/ServiceAdaptor.NetCore.MinHttp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.3.11</Version>
9+
<Version>1.3.12</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

Library/ServiceAdaptor.NetCore.Sers/ServiceAdaptor.NetCore.Sers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.3.11</Version>
9+
<Version>1.3.12</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
@@ -21,7 +21,7 @@
2121

2222
<ItemGroup>
2323
<!-- Sers -->
24-
<PackageReference Include="Sers.Serslot" Version="2.1.12" />
24+
<PackageReference Include="Sers.Serslot" Version="2.1.13" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

Library/ServiceAdaptor.NetCore/ServiceAdaptor.NetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup>
88
<TargetFramework>netstandard2.0</TargetFramework>
9-
<Version>1.3.11</Version>
9+
<Version>1.3.12</Version>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.1.0" />
2424

2525
<!-- Sers -->
26-
<PackageReference Include="Vit.Core" Version="2.1.11" />
26+
<PackageReference Include="Vit.Core" Version="2.1.12" />
2727
</ItemGroup>
2828

2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd /root/image
3838

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

4343

4444

0 commit comments

Comments
 (0)