Skip to content

Commit

Permalink
v11.10.2024.0203 正反向工程的字段类型匹配更宽松;新增DataMethod重构实体过滤器;实体查询默认不再自动增加主键降序
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Feb 3, 2024
1 parent 347bd95 commit 18145e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="IBM.Data.DB2.Core" Version="3.1.0.600" />
<PackageReference Include="MySql.Data" Version="8.3.0" />
<PackageReference Include="NewLife.Redis" Version="5.6.2024.105" />
<PackageReference Include="NewLife.Remoting" Version="2.7.2024.101" />
<PackageReference Include="NewLife.Remoting" Version="2.7.2024.202" />
<PackageReference Include="NewLife.Stardust" Version="2.9.2024.101" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.130" />
<PackageReference Include="SapHana.DotNetCore.Data.Provider" Version="2.11.14" />
Expand Down
4 changes: 2 additions & 2 deletions XCode/XCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<RepositoryUrl>https://github.com/NewLifeX/X</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>新生命团队;X组件;NewLife;$(AssemblyName)</PackageTags>
<PackageReleaseNotes>优化实体过滤器;优化字段缓存</PackageReleaseNotes>
<PackageReleaseNotes>正反向工程的字段类型匹配更宽松;新增DataMethod重构实体过滤器;实体查询默认不再自动增加主键降序</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand All @@ -44,7 +44,7 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="NewLife.Core" Version="10.7.2024.201" />
<PackageReference Include="NewLife.Core" Version="10.7.2024.202" />
</ItemGroup>
<ItemGroup>
<Compile Remove="build\**" />
Expand Down

0 comments on commit 18145e2

Please sign in to comment.