We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc526ae commit 0aaf057Copy full SHA for 0aaf057
2 files changed
LICENSE
@@ -1,4 +1,4 @@
1
-MIT License
+MIT License
2
3
Copyright © HandyOrg 2018-2025
4
src/Directory.Build.Props
@@ -1,13 +1,13 @@
<Project>
<PropertyGroup>
<UseWPF>true</UseWPF>
- <Version>3.5.2.0</Version>
5
- <FileVersion>3.5.2.0</FileVersion>
6
- <AssemblyVersion>3.5.2.0</AssemblyVersion>
+ <Version>3.6.0.0</Version>
+ <FileVersion>3.6.0.0</FileVersion>
+ <AssemblyVersion>3.6.0.0</AssemblyVersion>
7
<LangVersion>latest</LangVersion>
8
<Copyright>Copyright © HandyOrg 2018-2025</Copyright>
9
<Authors>HandyOrg</Authors>
10
<RepositoryUrl>https://github.com/HandyOrg/HandyControl</RepositoryUrl>
11
<PackageProjectUrl>https://handyorg.github.io/</PackageProjectUrl>
12
</PropertyGroup>
13
-</Project>
+</Project>
0 commit comments