Skip to content

Commit 0315d10

Browse files
authored
Merge branch 'master' into Coverflow
2 parents 14bb9e0 + b1fef59 commit 0315d10

File tree

130 files changed

+6351
-3921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+6351
-3921
lines changed

.github/workflows/push-to-myget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
cd build
1717
.\build.ps1
18-
nuget pack build-for-myget.nuspec -version 3.2.0-beta.${env:GITHUB_RUN_NUMBER}
18+
nuget pack build-for-myget.nuspec -version 3.3.0-beta.${env:GITHUB_RUN_NUMBER}
1919
$nupkgName = @(gci *.nupkg)[0].Name
2020
$mygetSourcePath = "https://www.myget.org/F/handycontrol"
2121
nuget setApiKey ${{ secrets.MYGETTOKEN }} -Source $mygetSourcePath

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
packages/
77
build/*
88
!build/build.cake
9-
!build/build.nuspec
10-
!build/build-for-myget.nuspec
9+
!build/build*.nuspec
1110
!build/build.ps1
1211
!build/tools/
1312
build/tools/*

README-cn.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ Step 4: 开始编码
185185

186186
## 最新示例
187187

188+
### AutoCompleteTextBox
189+
190+
![AutoCompleteTextBox](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/AutoCompleteTextBox.gif)
191+
188192
### ElementGroup
189193

190194
![ElementGroup](https://gitee.com/handyorg/HandyOrgResource/raw/master/HandyControl/Resources/ElementGroup.png)
@@ -201,12 +205,12 @@ Step 4: 开始编码
201205

202206
![CheckComboBox](https://gitee.com/handyorg/HandyOrgResource/raw/master/HandyControl/Resources/CheckComboBox.png)
203207

208+
## 历史发布
209+
204210
### ImageSelector
205211

206212
![ImageSelector](https://gitee.com/handyorg/HandyOrgResource/raw/master/HandyControl/Resources/ImageSelector.png)
207213

208-
## 历史发布
209-
210214
### PropertyGrid
211215

212216
![PropertyGrid](https://gitee.com/handyorg/HandyOrgResource/raw/master/HandyControl/Resources/PropertyGrid.png)

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ Step 4: Enjoy coding
179179

180180
## Latest examples
181181

182+
### AutoCompleteTextBox
183+
184+
![AutoCompleteTextBox](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/AutoCompleteTextBox.gif)
185+
182186
### ElementGroup
183187

184188
![ElementGroup](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ElementGroup.png)
@@ -195,12 +199,12 @@ Step 4: Enjoy coding
195199

196200
![CheckComboBox](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/CheckComboBox.png)
197201

202+
## History publication
203+
198204
### ImageSelector
199205

200206
![ImageSelector](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ImageSelector.png)
201207

202-
## History publication
203-
204208
### PropertyGrid
205209

206210
![PropertyGrid](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/PropertyGrid.png)

build/build.Lang.ca-ES.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.ca-ES</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\ca-ES\HandyControl.resources.dll" target="lib\net40\ca-ES\HandyControl.resources.dll" />
37+
<file src="lib\net45\ca-ES\HandyControl.resources.dll" target="lib\net45\ca-ES\HandyControl.resources.dll" />
38+
<file src="lib\net451\ca-ES\HandyControl.resources.dll" target="lib\net451\ca-ES\HandyControl.resources.dll" />
39+
<file src="lib\net452\ca-ES\HandyControl.resources.dll" target="lib\net452\ca-ES\HandyControl.resources.dll" />
40+
<file src="lib\net46\ca-ES\HandyControl.resources.dll" target="lib\net46\ca-ES\HandyControl.resources.dll" />
41+
<file src="lib\net461\ca-ES\HandyControl.resources.dll" target="lib\net461\ca-ES\HandyControl.resources.dll" />
42+
<file src="lib\net462\ca-ES\HandyControl.resources.dll" target="lib\net462\ca-ES\HandyControl.resources.dll" />
43+
<file src="lib\net47\ca-ES\HandyControl.resources.dll" target="lib\net47\ca-ES\HandyControl.resources.dll" />
44+
<file src="lib\net471\ca-ES\HandyControl.resources.dll" target="lib\net471\ca-ES\HandyControl.resources.dll" />
45+
<file src="lib\net472\ca-ES\HandyControl.resources.dll" target="lib\net472\ca-ES\HandyControl.resources.dll" />
46+
<file src="lib\net48\ca-ES\HandyControl.resources.dll" target="lib\net48\ca-ES\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\ca-ES\HandyControl.resources.dll" target="lib\net5.0\ca-ES\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\ca-ES\HandyControl.resources.dll" target="lib\netcoreapp3.0\ca-ES\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\ca-ES\HandyControl.resources.dll" target="lib\netcoreapp3.1\ca-ES\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

build/build.Lang.en.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.en</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\en\HandyControl.resources.dll" target="lib\net40\en\HandyControl.resources.dll" />
37+
<file src="lib\net45\en\HandyControl.resources.dll" target="lib\net45\en\HandyControl.resources.dll" />
38+
<file src="lib\net451\en\HandyControl.resources.dll" target="lib\net451\en\HandyControl.resources.dll" />
39+
<file src="lib\net452\en\HandyControl.resources.dll" target="lib\net452\en\HandyControl.resources.dll" />
40+
<file src="lib\net46\en\HandyControl.resources.dll" target="lib\net46\en\HandyControl.resources.dll" />
41+
<file src="lib\net461\en\HandyControl.resources.dll" target="lib\net461\en\HandyControl.resources.dll" />
42+
<file src="lib\net462\en\HandyControl.resources.dll" target="lib\net462\en\HandyControl.resources.dll" />
43+
<file src="lib\net47\en\HandyControl.resources.dll" target="lib\net47\en\HandyControl.resources.dll" />
44+
<file src="lib\net471\en\HandyControl.resources.dll" target="lib\net471\en\HandyControl.resources.dll" />
45+
<file src="lib\net472\en\HandyControl.resources.dll" target="lib\net472\en\HandyControl.resources.dll" />
46+
<file src="lib\net48\en\HandyControl.resources.dll" target="lib\net48\en\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\en\HandyControl.resources.dll" target="lib\net5.0\en\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\en\HandyControl.resources.dll" target="lib\netcoreapp3.0\en\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\en\HandyControl.resources.dll" target="lib\netcoreapp3.1\en\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

build/build.Lang.fa.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.fa</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\fa\HandyControl.resources.dll" target="lib\net40\fa\HandyControl.resources.dll" />
37+
<file src="lib\net45\fa\HandyControl.resources.dll" target="lib\net45\fa\HandyControl.resources.dll" />
38+
<file src="lib\net451\fa\HandyControl.resources.dll" target="lib\net451\fa\HandyControl.resources.dll" />
39+
<file src="lib\net452\fa\HandyControl.resources.dll" target="lib\net452\fa\HandyControl.resources.dll" />
40+
<file src="lib\net46\fa\HandyControl.resources.dll" target="lib\net46\fa\HandyControl.resources.dll" />
41+
<file src="lib\net461\fa\HandyControl.resources.dll" target="lib\net461\fa\HandyControl.resources.dll" />
42+
<file src="lib\net462\fa\HandyControl.resources.dll" target="lib\net462\fa\HandyControl.resources.dll" />
43+
<file src="lib\net47\fa\HandyControl.resources.dll" target="lib\net47\fa\HandyControl.resources.dll" />
44+
<file src="lib\net471\fa\HandyControl.resources.dll" target="lib\net471\fa\HandyControl.resources.dll" />
45+
<file src="lib\net472\fa\HandyControl.resources.dll" target="lib\net472\fa\HandyControl.resources.dll" />
46+
<file src="lib\net48\fa\HandyControl.resources.dll" target="lib\net48\fa\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\fa\HandyControl.resources.dll" target="lib\net5.0\fa\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\fa\HandyControl.resources.dll" target="lib\netcoreapp3.0\fa\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\fa\HandyControl.resources.dll" target="lib\netcoreapp3.1\fa\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

build/build.Lang.fr.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.fr</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\fr\HandyControl.resources.dll" target="lib\net40\fr\HandyControl.resources.dll" />
37+
<file src="lib\net45\fr\HandyControl.resources.dll" target="lib\net45\fr\HandyControl.resources.dll" />
38+
<file src="lib\net451\fr\HandyControl.resources.dll" target="lib\net451\fr\HandyControl.resources.dll" />
39+
<file src="lib\net452\fr\HandyControl.resources.dll" target="lib\net452\fr\HandyControl.resources.dll" />
40+
<file src="lib\net46\fr\HandyControl.resources.dll" target="lib\net46\fr\HandyControl.resources.dll" />
41+
<file src="lib\net461\fr\HandyControl.resources.dll" target="lib\net461\fr\HandyControl.resources.dll" />
42+
<file src="lib\net462\fr\HandyControl.resources.dll" target="lib\net462\fr\HandyControl.resources.dll" />
43+
<file src="lib\net47\fr\HandyControl.resources.dll" target="lib\net47\fr\HandyControl.resources.dll" />
44+
<file src="lib\net471\fr\HandyControl.resources.dll" target="lib\net471\fr\HandyControl.resources.dll" />
45+
<file src="lib\net472\fr\HandyControl.resources.dll" target="lib\net472\fr\HandyControl.resources.dll" />
46+
<file src="lib\net48\fr\HandyControl.resources.dll" target="lib\net48\fr\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\fr\HandyControl.resources.dll" target="lib\net5.0\fr\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\fr\HandyControl.resources.dll" target="lib\netcoreapp3.0\fr\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\fr\HandyControl.resources.dll" target="lib\netcoreapp3.1\fr\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

build/build.Lang.ko-KR.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.ko-KR</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\ko-KR\HandyControl.resources.dll" target="lib\net40\ko-KR\HandyControl.resources.dll" />
37+
<file src="lib\net45\ko-KR\HandyControl.resources.dll" target="lib\net45\ko-KR\HandyControl.resources.dll" />
38+
<file src="lib\net451\ko-KR\HandyControl.resources.dll" target="lib\net451\ko-KR\HandyControl.resources.dll" />
39+
<file src="lib\net452\ko-KR\HandyControl.resources.dll" target="lib\net452\ko-KR\HandyControl.resources.dll" />
40+
<file src="lib\net46\ko-KR\HandyControl.resources.dll" target="lib\net46\ko-KR\HandyControl.resources.dll" />
41+
<file src="lib\net461\ko-KR\HandyControl.resources.dll" target="lib\net461\ko-KR\HandyControl.resources.dll" />
42+
<file src="lib\net462\ko-KR\HandyControl.resources.dll" target="lib\net462\ko-KR\HandyControl.resources.dll" />
43+
<file src="lib\net47\ko-KR\HandyControl.resources.dll" target="lib\net47\ko-KR\HandyControl.resources.dll" />
44+
<file src="lib\net471\ko-KR\HandyControl.resources.dll" target="lib\net471\ko-KR\HandyControl.resources.dll" />
45+
<file src="lib\net472\ko-KR\HandyControl.resources.dll" target="lib\net472\ko-KR\HandyControl.resources.dll" />
46+
<file src="lib\net48\ko-KR\HandyControl.resources.dll" target="lib\net48\ko-KR\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\ko-KR\HandyControl.resources.dll" target="lib\net5.0\ko-KR\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\ko-KR\HandyControl.resources.dll" target="lib\netcoreapp3.0\ko-KR\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\ko-KR\HandyControl.resources.dll" target="lib\netcoreapp3.1\ko-KR\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

0 commit comments

Comments
 (0)