NewLife/X

发布0101
大石头 编写于 2020-01-01 23:35:09
共计: 修改5个文件,增加13行、删除12行。
修改 +3 -3
修改 +1 -0
修改 +4 -4
修改 +3 -3
修改 +2 -2
修改 +3 -3
diff --git a/NewLife.Agent/NewLife.Agent.csproj b/NewLife.Agent/NewLife.Agent.csproj
index b296b62..62698d4 100644
--- a/NewLife.Agent/NewLife.Agent.csproj
+++ b/NewLife.Agent/NewLife.Agent.csproj
@@ -7,9 +7,9 @@
     <Description>应用程序注册为系统服务,仅支持Windows</Description>
     <Company>新生命开发团队</Company>
     <Copyright>©2002-2019 新生命开发团队</Copyright>
-    <Version>8.4.2019.1212</Version>
-    <FileVersion>8.4.2019.1212</FileVersion>
-    <AssemblyVersion>8.4.*</AssemblyVersion>
+    <Version>8.5.2020.0101</Version>
+    <FileVersion>8.5.2020.0101</FileVersion>
+    <AssemblyVersion>8.5.*</AssemblyVersion>
     <Deterministic>false</Deterministic>
     <OutputPath>..\..\Bin</OutputPath>
     <DocumentationFile>$(OutputPath)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
修改 +1 -0
diff --git a/NewLife.Core/Agent/AgentServiceBase.cs b/NewLife.Core/Agent/AgentServiceBase.cs
index 4ccd81d..3c53001 100644
--- a/NewLife.Core/Agent/AgentServiceBase.cs
+++ b/NewLife.Core/Agent/AgentServiceBase.cs
@@ -47,6 +47,7 @@ namespace NewLife.Agent
         /// <summary>服务主函数</summary>
         public void Main()
         {
+            MachineInfo.RegisterAsync();
             XTrace.UseConsole();
 
             var service = this;
修改 +4 -4
diff --git a/NewLife.Core/NewLife.Core.csproj b/NewLife.Core/NewLife.Core.csproj
index 13313c8..b37bc30 100644
--- a/NewLife.Core/NewLife.Core.csproj
+++ b/NewLife.Core/NewLife.Core.csproj
@@ -7,9 +7,9 @@
     <Description>算法、日志、网络、RPC、序列化、缓存、Windows服务、线程池</Description>
     <Company>新生命开发团队</Company>
     <Copyright>©2002-2019 新生命开发团队</Copyright>
-    <Version>8.4.2019.1212</Version>
-    <FileVersion>8.4.2019.1212</FileVersion>
-    <AssemblyVersion>8.4.*</AssemblyVersion>
+    <Version>8.5.2020.0101</Version>
+    <FileVersion>8.5.2020.0101</FileVersion>
+    <AssemblyVersion>8.5.*</AssemblyVersion>
     <Deterministic>false</Deterministic>
     <OutputPath>..\..\Bin</OutputPath>
     <DocumentationFile>$(OutputPath)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
@@ -27,7 +27,7 @@
     <RepositoryUrl>https://github.com/NewLifeX/X</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <PackageTags>新生命团队;X组件;NewLife;$(AssemblyName)</PackageTags>
-    <PackageReleaseNotes>增加ApiHttpClient</PackageReleaseNotes>
+    <PackageReleaseNotes>增强Http通信</PackageReleaseNotes>
     <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
     <PublishRepositoryUrl>true</PublishRepositoryUrl>
     <EmbedUntrackedSources>true</EmbedUntrackedSources>
修改 +3 -3
diff --git a/NewLife.WinCore/NewLife.WinCore.csproj b/NewLife.WinCore/NewLife.WinCore.csproj
index 6a11f3b..976f1e7 100644
--- a/NewLife.WinCore/NewLife.WinCore.csproj
+++ b/NewLife.WinCore/NewLife.WinCore.csproj
@@ -8,9 +8,9 @@
     <Description>算法、日志、网络、RPC、序列化、缓存、Windows服务、线程池</Description>
     <Company>新生命开发团队</Company>
     <Copyright>©2002-2019 新生命开发团队</Copyright>
-    <Version>8.4.2019.1212</Version>
-    <FileVersion>8.4.2019.1212</FileVersion>
-    <AssemblyVersion>8.4.*</AssemblyVersion>
+    <Version>8.5.2020.0101</Version>
+    <FileVersion>8.5.2020.0101</FileVersion>
+    <AssemblyVersion>8.5.*</AssemblyVersion>
     <Deterministic>false</Deterministic>
     <OutputPath>..\..\Bin</OutputPath>
     <DocumentationFile>$(OutputPath)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
修改 +2 -2
diff --git a/XCode/XCode.csproj b/XCode/XCode.csproj
index e251176..de96289 100644
--- a/XCode/XCode.csproj
+++ b/XCode/XCode.csproj
@@ -7,8 +7,8 @@
     <Description>数据中间件,MySQL、SQLite、SqlServer、Oracle</Description>
     <Company>新生命开发团队</Company>
     <Copyright>©2002-2019 新生命开发团队</Copyright>
-    <Version>9.14.2019.1212</Version>
-    <FileVersion>9.14.2019.1212</FileVersion>
+    <Version>9.14.2020.0101</Version>
+    <FileVersion>9.14.2020.0101</FileVersion>
     <AssemblyVersion>9.14.*</AssemblyVersion>
     <Deterministic>false</Deterministic>
     <OutputPath>..\..\Bin</OutputPath>