Skip to content

Commit d1f5359

Browse files
committed
优化项目文件格式并更新版本号
在 `UnoApp.csproj` 文件中,简化了 `<TargetFrameworks>` 标签的格式,去掉了多余的分号,提升了可读性。 在 `WinUI.Dock.csproj` 文件中,将版本号从 `1.0.4` 更新为 `1.0.5`,以反映项目的改进和修复。
1 parent 7e7ac8e commit d1f5359

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/Examples/UnoApp/UnoApp.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>
6-
net9.0-desktop;
7-
net9.0-maccatalyst
8-
</TargetFrameworks>
5+
<TargetFrameworks>net9.0-desktop;net9.0-maccatalyst</TargetFrameworks>
96
<UnoSingleProject>true</UnoSingleProject>
107
</PropertyGroup>
118

src/WinUI.Dock/WinUI.Dock.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
<Title>$(AssemblyName)</Title>
18-
<Version>1.0.4</Version>
18+
<Version>1.0.5</Version>
1919
<Authors>qian-o</Authors>
2020
<Copyright>MIT</Copyright>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)