picview.nuspec 1.4 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
  3. <metadata>
  4. <id>picview</id>
  5. <version>1.5.6</version>
  6. <packageSourceUrl>https://github.com/Ruben2776/PicView</packageSourceUrl>
  7. <owners>Ruben2776</owners>
  8. <title>PicView</title>
  9. <authors>Ruben2776</authors>
  10. <projectUrl>https://picview.org/</projectUrl>
  11. <iconUrl>https://picview.org/assets/images/icon_.png</iconUrl>
  12. <copyright>© 2020 - 2021 Ruben Negendahl</copyright>
  13. <licenseUrl>https://raw.githubusercontent.com/Ruben2776/PicView/master/LICENSE.txt</licenseUrl>
  14. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  15. <projectSourceUrl>https://github.com/Ruben2776/PicView</projectSourceUrl>
  16. <bugTrackerUrl>https://github.com/Ruben2776/PicView/issues</bugTrackerUrl>
  17. <tags>picview picture-viewer image-viewer foss photo picture photo-viewer</tags>
  18. <summary>Fast Picture Viewer with compact UI that can be hidden. Features image effects, galleries, EXIF and more. The application can automatically adjusts itself to your screen. </summary>
  19. <description>Fast Picture Viewer with compact UI that can be hidden. Features image effects, galleries, EXIF and more. The application can automatically adjusts itself to your screen.</description>
  20. <releaseNotes>https://picview.org/changelog</releaseNotes>
  21. </metadata>
  22. <files>
  23. <file src="tools\**" target="tools" />
  24. </files>
  25. </package>