Skip to content

Commit 6959536

Browse files
committed
5.0.0
1 parent ac94246 commit 6959536

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

Client/Client.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{ADA70A06-F739-49AF-AB28-3ABF482EE480}"
1313
ProjectSection(SolutionItems) = preProject
1414
Directory.Build.props = Directory.Build.props
15-
Dt.Client.props = Dt.Client.props
1615
Dt.Client.targets = Dt.Client.targets
1716
References.props = References.props
1817
EndProjectSection

Client/Dt.Base/Structure/Dialog/Dlg.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ void ShowInCanvas()
742742
Canvas.SetZIndex(_canvas, ++_topmostZIndex);
743743
else
744744
Canvas.SetZIndex(_canvas, ++_normalZIndex);
745-
745+
746746
double maxWidth = Kit.ViewWidth;
747747
double maxHeight = Kit.ViewHeight;
748748

@@ -1689,7 +1689,7 @@ void OnOwnWinDestroyed(Win e)
16891689
#endregion
16901690

16911691
#region IDisposable
1692-
public void Dispose()
1692+
void IDisposable.Dispose()
16931693
{
16941694
Close();
16951695
DlgCleaner.Add(this);

Client/Dt.Client.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22
<PropertyGroup>
33
<IsDtClient>true</IsDtClient>
4-
<UnoVersion>6.0.704</UnoVersion>
4+
<UnoVersion>6.2.58</UnoVersion>
55
</PropertyGroup>
66

77
<!-- exe项目引用包 -->
88
<ItemGroup Condition="$(IsExe) == 'true'">
9-
<PackageReference Include="Dt.BuildTools" Version="1.5.0" />
9+
<PackageReference Include="Dt.BuildTools" Version="1.5.1" />
1010
<PackageReference Include="Uno.Resizetizer" Version="1.8.1" />
1111
</ItemGroup>
1212

Client/References.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<UnoVersion>6.0.704</UnoVersion>
3+
<UnoVersion>6.2.58</UnoVersion>
44
</PropertyGroup>
55

66
<!-- 公共引用包 -->
@@ -34,7 +34,7 @@
3434
<!-- WinAppSdk -->
3535
<ItemGroup Condition="$(IsWinAppSdk)">
3636
<PackageReference Include="Dt.Tasks" Version="5.0.0" />
37-
<!-- 1.7版本主线程异步异常会崩溃 -->
37+
<!-- 1.7版本主线程异步异常会崩溃、后台任务全新方式;1.6不崩溃但原Dt.Tasks无法运行 -->
3838
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250606001" />
3939
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4188" />
4040
<!-- Lottie动画已正常,Microsoft.Graphics.Win2D需1.2.0以上版本,Microsoft.Maui.Essentials已间接引用 -->

0 commit comments

Comments
 (0)