2021-11-04 22:17:32 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
|
|
<metadata>
|
|
|
|
<id>HandyControl.Lang.tr</id>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
<title>HandyOrg</title>
|
|
|
|
<authors>HandyOrg</authors>
|
|
|
|
<owners>HandyOrg</owners>
|
|
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
|
|
<license type="file">LICENSE</license>
|
|
|
|
<icon>icon.png</icon>
|
|
|
|
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
|
|
|
|
<description>Contains some simple and commonly used WPF controls</description>
|
|
|
|
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
|
|
|
|
<copyright>Copyright © HandyOrg 2018-2021</copyright>
|
|
|
|
<tags>WPF C# Control</tags>
|
|
|
|
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
|
|
|
|
<dependencies>
|
|
|
|
<group targetFramework=".NETFramework4.0" />
|
|
|
|
<group targetFramework=".NETFramework4.5" />
|
|
|
|
<group targetFramework=".NETFramework4.5.1" />
|
|
|
|
<group targetFramework=".NETFramework4.5.2" />
|
|
|
|
<group targetFramework=".NETFramework4.6" />
|
|
|
|
<group targetFramework=".NETFramework4.6.1" />
|
|
|
|
<group targetFramework=".NETFramework4.6.2" />
|
|
|
|
<group targetFramework=".NETFramework4.7" />
|
|
|
|
<group targetFramework=".NETFramework4.7.1" />
|
|
|
|
<group targetFramework=".NETFramework4.7.2" />
|
|
|
|
<group targetFramework=".NETFramework4.8" />
|
|
|
|
<group targetFramework=".NETCoreApp3.0" />
|
|
|
|
<group targetFramework=".NETCoreApp3.1" />
|
|
|
|
<group targetFramework="net5.0" />
|
2021-11-14 02:12:08 +08:00
|
|
|
<group targetFramework="net6.0" />
|
2021-11-04 22:17:32 +08:00
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
|
|
|
<file src="lib\net40\tr\HandyControl.resources.dll" target="lib\net40\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net45\tr\HandyControl.resources.dll" target="lib\net45\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net451\tr\HandyControl.resources.dll" target="lib\net451\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net452\tr\HandyControl.resources.dll" target="lib\net452\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net46\tr\HandyControl.resources.dll" target="lib\net46\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net461\tr\HandyControl.resources.dll" target="lib\net461\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net462\tr\HandyControl.resources.dll" target="lib\net462\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net47\tr\HandyControl.resources.dll" target="lib\net47\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net471\tr\HandyControl.resources.dll" target="lib\net471\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net472\tr\HandyControl.resources.dll" target="lib\net472\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net48\tr\HandyControl.resources.dll" target="lib\net48\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\net5.0\tr\HandyControl.resources.dll" target="lib\net5.0\tr\HandyControl.resources.dll" />
|
2021-11-14 02:12:08 +08:00
|
|
|
<file src="lib\net6.0\tr\HandyControl.resources.dll" target="lib\net6.0\tr\HandyControl.resources.dll" />
|
2021-11-04 22:17:32 +08:00
|
|
|
<file src="lib\netcoreapp3.0\tr\HandyControl.resources.dll" target="lib\netcoreapp3.0\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="lib\netcoreapp3.1\tr\HandyControl.resources.dll" target="lib\netcoreapp3.1\tr\HandyControl.resources.dll" />
|
|
|
|
<file src="icon.png" target="icon.png" />
|
|
|
|
<file src="LICENSE" target="LICENSE" />
|
|
|
|
</files>
|
|
|
|
</package>
|