NewLife/X

发布0115
大石头 编写于 2020-01-15 01:11:37
共计: 修改5个文件,增加16行、删除9行。
修改 +2 -2
修改 +3 -3
修改 +2 -2
修改 +7 -0
修改 +2 -2
修改 +2 -2
diff --git a/NewLife.Agent/NewLife.Agent.csproj b/NewLife.Agent/NewLife.Agent.csproj
index b4c9320..8d4bf18 100644
--- a/NewLife.Agent/NewLife.Agent.csproj
+++ b/NewLife.Agent/NewLife.Agent.csproj
@@ -7,8 +7,8 @@
     <Description>应用程序注册为系统服务,仅支持Windows</Description>
     <Company>新生命开发团队</Company>
     <Copyright>©2002-2020 新生命开发团队</Copyright>
-    <Version>8.5.2020.0101</Version>
-    <FileVersion>8.5.2020.0101</FileVersion>
+    <Version>8.5.2020.0115</Version>
+    <FileVersion>8.5.2020.0115</FileVersion>
     <AssemblyVersion>8.5.*</AssemblyVersion>
     <Deterministic>false</Deterministic>
     <OutputPath>..\..\Bin</OutputPath>
修改 +3 -3
diff --git a/NewLife.Core/NewLife.Core.csproj b/NewLife.Core/NewLife.Core.csproj
index 75780c0..9d2bcef 100644
--- a/NewLife.Core/NewLife.Core.csproj
+++ b/NewLife.Core/NewLife.Core.csproj
@@ -7,8 +7,8 @@
     <Description>算法、日志、网络、RPC、序列化、缓存、Windows服务、线程池</Description>
     <Company>新生命开发团队</Company>
     <Copyright>©2002-2020 新生命开发团队</Copyright>
-    <Version>8.5.2020.0108</Version>
-    <FileVersion>8.5.2020.0108</FileVersion>
+    <Version>8.5.2020.0115</Version>
+    <FileVersion>8.5.2020.0115</FileVersion>
     <AssemblyVersion>8.5.*</AssemblyVersion>
     <Deterministic>false</Deterministic>
     <OutputPath>..\..\Bin</OutputPath>
@@ -27,7 +27,7 @@
     <RepositoryUrl>https://github.com/NewLifeX/X</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <PackageTags>新生命团队;X组件;NewLife;$(AssemblyName)</PackageTags>
-    <PackageReleaseNotes>增强Http通信</PackageReleaseNotes>
+    <PackageReleaseNotes>统一基础路径设置,支持函数计算</PackageReleaseNotes>
     <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
     <PublishRepositoryUrl>true</PublishRepositoryUrl>
     <EmbedUntrackedSources>true</EmbedUntrackedSources>
修改 +2 -2
diff --git a/NewLife.WinCore/NewLife.WinCore.csproj b/NewLife.WinCore/NewLife.WinCore.csproj
index 263dc2c..506bca3 100644
--- a/NewLife.WinCore/NewLife.WinCore.csproj
+++ b/NewLife.WinCore/NewLife.WinCore.csproj
@@ -8,8 +8,8 @@
     <Description>算法、日志、网络、RPC、序列化、缓存、Windows服务、线程池</Description>
     <Company>新生命开发团队</Company>
     <Copyright>©2002-2020 新生命开发团队</Copyright>
-    <Version>8.5.2020.0101</Version>
-    <FileVersion>8.5.2020.0101</FileVersion>
+    <Version>8.5.2020.0115</Version>
+    <FileVersion>8.5.2020.0115</FileVersion>
     <AssemblyVersion>8.5.*</AssemblyVersion>
     <Deterministic>false</Deterministic>
     <OutputPath>..\..\Bin</OutputPath>
修改 +7 -0
diff --git a/XCode/ModelSchema.xsd b/XCode/ModelSchema.xsd
index 3ab5f21..69c97ac 100644
--- a/XCode/ModelSchema.xsd
+++ b/XCode/ModelSchema.xsd
@@ -170,6 +170,13 @@
         </xs:documentation>
       </xs:annotation>
     </xs:attribute>
+    <xs:attribute name="IgnoreNameCase" type="BooleanType">
+      <xs:annotation>
+        <xs:documentation xml:lang="zh-cn">
+          是否忽略表名/字段名大小写,默认false,表示类名和表名采用不区分大小写来判断是否相等
+        </xs:documentation>
+      </xs:annotation>
+    </xs:attribute>
 
   </xs:complexType>
   <!--Table-end-->
修改 +2 -2
diff --git a/XCode/XCode.csproj b/XCode/XCode.csproj
index 674db1e..a015d81 100644
--- a/XCode/XCode.csproj
+++ b/XCode/XCode.csproj
@@ -7,8 +7,8 @@
     <Description>数据中间件,MySQL、SQLite、SqlServer、Oracle</Description>
     <Company>新生命开发团队</Company>
     <Copyright>©2002-2020 新生命开发团队</Copyright>
-    <Version>9.14.2020.0108</Version>
-    <FileVersion>9.14.2020.0108</FileVersion>
+    <Version>9.14.2020.0115</Version>
+    <FileVersion>9.14.2020.0115</FileVersion>
     <AssemblyVersion>9.14.*</AssemblyVersion>
     <Deterministic>false</Deterministic>
     <OutputPath>..\..\Bin</OutputPath>