Skip to content

Commit

Permalink
更新版本,解决1.4.1的依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yilei committed Jan 4, 2020
1 parent ca6e0e3 commit 6c2a6fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Grpc.Extension.Abstract/Grpc.Extension.Abstract.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.4.1</Version>
<Version>1.4.3</Version>
<Authors>RabbitYi</Authors>
<Company></Company>
<PackageId>FM.Grpc.Extensions.Abstract</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/Grpc.Extension.Client/Grpc.Extension.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
5.DashBoard(远程调用,手动熔断,日志输出控制)
6.Grpc CodeFirst</Description>
<Company />
<Version>1.4.1</Version>
<Version>1.4.3</Version>
<RepositoryType>git</RepositoryType>
<PackageTags>grpc,dashboard,consul,micorservice,opentracing,polly</PackageTags>
<RepositoryUrl>https://github.com/yileicn/Grpc.Extensions/</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.4.0</Version>
<Version>1.4.3</Version>
<PackageId>FM.Grpc.Extensions.Discovery</PackageId>
<Authors>RabbitYi</Authors>
<Description>默认使用Consul实现服务注册和服务发现</Description>
Expand Down
3 changes: 2 additions & 1 deletion src/Grpc.Extension/Grpc.Extension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.4.1</Version>
<Version>1.4.3</Version>
<Description>一个基于GRPC的简单微服务框架
1.服务注册和发现
2.服务自动负载均衡
Expand Down Expand Up @@ -41,6 +41,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Grpc.Extension.Abstract\Grpc.Extension.Abstract.csproj" />
<ProjectReference Include="..\Grpc.Extension.Client\Grpc.Extension.Client.csproj" />
<ProjectReference Include="..\Grpc.Extension.Common\Grpc.Extension.Common.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 6c2a6fb

Please sign in to comment.