HZH_Controls.nuspec 921 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>$id$</id>
  5. <version>1.0.11</version>
  6. <title>HZHControls</title>
  7. <authors>HuangZhengHui</authors>
  8. <owners>HuangZhengHui</owners>
  9. <licenseUrl>https://www.gnu.org/licenses/gpl-3.0.txt</licenseUrl>
  10. <projectUrl>https://gitee.com/kwwwvagaa/net_winform_custom_control</projectUrl>
  11. <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
  12. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  13. <description>C# winfrom custom control, has better operation support for touch screen. The project is based on framework 4.0, completely native control development, without using any third-party control, you can rest assured that it is used in your project.</description>
  14. <releaseNotes></releaseNotes>
  15. <copyright>Copyright 2019</copyright>
  16. <tags>c# winfrom custom control HZH_Controls HZHControls</tags>
  17. </metadata>
  18. </package>