Skip to content

Commit

Permalink
v11.10.2023.1101 改进Valid;改进反向工程;优化代码生成器
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Nov 1, 2023
1 parent 2d46d11 commit c902e38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IBM.Data.DB2.Core" Version="3.1.0.600" />
<PackageReference Include="MySql.Data" Version="8.1.0" />
<PackageReference Include="MySql.Data" Version="8.2.0" />
<PackageReference Include="NewLife.Redis" Version="5.5.2023.1001" />
<PackageReference Include="NewLife.Remoting" Version="2.4.2023.1001" />
<PackageReference Include="NewLife.Stardust" Version="2.9.2023.1001" />
Expand Down
2 changes: 1 addition & 1 deletion XCode/Entity/EntityQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public Boolean Add(IEntity entity, Int32 msDelay)
_Timer ??= new TimerX(Work, null, Period, Period, "EQ")
{
Async = true,
CanExecute = () => DelayEntities.Any() || Entities.Any()
//CanExecute = () => DelayEntities.Any() || Entities.Any()
};
}
}
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>事务查询支持ForUpdate行级锁;优化多租户支持;使用第三代XML模型;增强批量操作能力;优化代码生成器</PackageReleaseNotes>
<PackageReleaseNotes>改进Valid;改进反向工程;优化代码生成器</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.6.2023.1001" />
<PackageReference Include="NewLife.Core" Version="10.6.2023.1101" />
</ItemGroup>
<ItemGroup>
<Compile Remove="build\**" />
Expand Down
4 changes: 2 additions & 2 deletions XUnitTest.XCode/XUnitTest.XCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NewLife.IP" Version="2.1.2023.1020-beta0109" />
<PackageReference Include="NewLife.UnitTest" Version="1.0.2023.905" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit c902e38

Please sign in to comment.