Skip to content

Commit 9aa1ee3

Browse files
committed
4.6.4
1 parent fe6a01c commit 9aa1ee3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Client/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>4.6.3</Version>
3+
<Version>4.6.4</Version>
44
<!-- 启用全局using -->
55
<ImplicitUsings>enable</ImplicitUsings>
66
<NoWarn>$(NoWarn);1591;NU1701;Uno0001;Uno0006;0252;NETSDK1206;SYSLIB0050</NoWarn>

Demo/References.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Choose>
44
<When Condition="$(SolutionFileName.Contains('Demo-'))">
55
<ItemGroup>
6-
<PackageReference Include="Dt.Client" Version="4.6.3" />
6+
<PackageReference Include="Dt.Client" Version="4.6.4" />
77
</ItemGroup>
88
</When>
99
<Otherwise>

0 commit comments

Comments
 (0)