NewLife/NewLife.RocketMQ

发布1117
大石头 authored at 2019-11-17 17:40:35
bae8ea5
Tree
1 Parent(s) 442c6ce
Summary: 2 changed files with 4 additions and 4 deletions.
Modified +3 -3
Modified +1 -1
Modified +3 -3
diff --git a/NewLife.RocketMQ/NewLife.RocketMQ.csproj b/NewLife.RocketMQ/NewLife.RocketMQ.csproj
index 63dc6ba..03c836f 100644
--- a/NewLife.RocketMQ/NewLife.RocketMQ.csproj
+++ b/NewLife.RocketMQ/NewLife.RocketMQ.csproj
@@ -7,8 +7,8 @@
     <Description>纯托管轻量级RocketMQ客户端,支持发布消息、消费消息、负载均衡等核心功能!</Description>
     <Company>新生命开发团队</Company>
     <Copyright>版权所有(C) 新生命开发团队 2002~2019</Copyright>
-    <Version>1.2.2019.0707</Version>
-    <FileVersion>1.2.2019.0707</FileVersion>
+    <Version>1.2.2019.1117</Version>
+    <FileVersion>1.2.2019.1117</FileVersion>
     <AssemblyVersion>1.2.*</AssemblyVersion>
     <Deterministic>false</Deterministic>
     <OutputPath>..\Bin</OutputPath>
@@ -48,7 +48,7 @@
   </ItemGroup>
 
   <ItemGroup>
-    <PackageReference Include="NewLife.Core" Version="8.2.2019.706" />
+    <PackageReference Include="NewLife.Core" Version="8.4.2019.1109" />
   </ItemGroup>
 
 </Project>
Modified +1 -1
diff --git a/TestCore/TestCore.csproj b/TestCore/TestCore.csproj
index 5981693..22baf02 100644
--- a/TestCore/TestCore.csproj
+++ b/TestCore/TestCore.csproj
@@ -6,7 +6,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="NewLife.Core" Version="8.1.2019.618" />
+    <PackageReference Include="NewLife.Core" Version="8.4.2019.1109" />
   </ItemGroup>
 
 </Project>