We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6a01c commit 9aa1ee3Copy full SHA for 9aa1ee3
2 files changed
Client/Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>4.6.3</Version>
+ <Version>4.6.4</Version>
4
<!-- 启用全局using -->
5
<ImplicitUsings>enable</ImplicitUsings>
6
<NoWarn>$(NoWarn);1591;NU1701;Uno0001;Uno0006;0252;NETSDK1206;SYSLIB0050</NoWarn>
Demo/References.props
@@ -3,7 +3,7 @@
<Choose>
<When Condition="$(SolutionFileName.Contains('Demo-'))">
<ItemGroup>
- <PackageReference Include="Dt.Client" Version="4.6.3" />
+ <PackageReference Include="Dt.Client" Version="4.6.4" />
7
</ItemGroup>
8
</When>
9
<Otherwise>
0 commit comments