diff --git a/NewLife.Core/Properties/AssemblyInfo.cs b/NewLife.Core/Properties/AssemblyInfo.cs
index 4eb6aab..87449a3 100644
--- a/NewLife.Core/Properties/AssemblyInfo.cs
+++ b/NewLife.Core/Properties/AssemblyInfo.cs
@@ -33,7 +33,7 @@ using System.Runtime.InteropServices;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
[assembly: AssemblyVersion("7.3.*")]
-[assembly: AssemblyFileVersion("7.3.2018.0614")]
+[assembly: AssemblyFileVersion("7.3.2018.0630")]
/*
* v7.3.2018.0614 重构高性能资源池,减少GC压力,增加线程池,让异步任务得到平等竞争CPU的机会
diff --git a/NewLife.CoreST/NewLife.CoreST.csproj b/NewLife.CoreST/NewLife.CoreST.csproj
index a3b05a2..ad815d5 100644
--- a/NewLife.CoreST/NewLife.CoreST.csproj
+++ b/NewLife.CoreST/NewLife.CoreST.csproj
@@ -7,7 +7,7 @@
<Description>日志、网络、RPC、序列化、缓存、Windows服务、线程池</Description>
<Company>新生命开发团队</Company>
<Copyright>©2002-2018 新生命开发团队</Copyright>
- <FileVersion>7.3.2018.0614</FileVersion>
+ <FileVersion>7.3.2018.0630</FileVersion>
<AssemblyVersion>7.3.*</AssemblyVersion>
<!--是否确定版本,false以支持*-->
<Deterministic>false</Deterministic>
diff --git a/XCode/Properties/AssemblyInfo.cs b/XCode/Properties/AssemblyInfo.cs
index b7b0a49..ae2e550 100644
--- a/XCode/Properties/AssemblyInfo.cs
+++ b/XCode/Properties/AssemblyInfo.cs
@@ -40,7 +40,7 @@ using XCode;
// 可以指定所有这些值,也可以使用“修订号”和“内部版本号”的默认值,
// 方法是按如下所示使用“*”:
[assembly: AssemblyVersion("9.8.*")]
-[assembly: AssemblyFileVersion("9.8.2018.0605")]
+[assembly: AssemblyFileVersion("9.8.2018.0630")]
/*
* XCode的重大改进
diff --git a/XCodeST/XCodeST.csproj b/XCodeST/XCodeST.csproj
index a8d96d6..cc0b850 100644
--- a/XCodeST/XCodeST.csproj
+++ b/XCodeST/XCodeST.csproj
@@ -8,7 +8,7 @@
<Description>数据中间件、MySQL、SQLite、SqlServer、Oracle</Description>
<Company>新生命开发团队</Company>
<Copyright>©2002-2018 新生命开发团队</Copyright>
- <FileVersion>9.8.2018.0605</FileVersion>
+ <FileVersion>9.8.2018.0630</FileVersion>
<AssemblyVersion>9.8.*</AssemblyVersion>
<!--是否确定版本,false以支持*-->
<Deterministic>false</Deterministic>
diff --git "a/\345\217\221\345\270\203NuGet.cs" "b/\345\217\221\345\270\203NuGet.cs"
index 8ba792c..7900985 100644
--- "a/\345\217\221\345\270\203NuGet.cs"
+++ "b/\345\217\221\345\270\203NuGet.cs"
@@ -1,4 +1,5 @@
//assembly=DLL\NuGet.exe
+//assembly=System.ComponentModel.DataAnnotations
using System;
using System.Collections.Generic;
using System.IO;