| 12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
- <metadata>
- <id>picview</id>
- <version>1.5.6</version>
- <packageSourceUrl>https://github.com/Ruben2776/PicView</packageSourceUrl>
- <owners>Ruben2776</owners>
- <title>PicView</title>
- <authors>Ruben2776</authors>
- <projectUrl>https://picview.org/</projectUrl>
- <iconUrl>https://picview.org/assets/images/icon_.png</iconUrl>
- <copyright>© 2020 - 2021 Ruben Negendahl</copyright>
- <licenseUrl>https://raw.githubusercontent.com/Ruben2776/PicView/master/LICENSE.txt</licenseUrl>
- <requireLicenseAcceptance>true</requireLicenseAcceptance>
- <projectSourceUrl>https://github.com/Ruben2776/PicView</projectSourceUrl>
- <bugTrackerUrl>https://github.com/Ruben2776/PicView/issues</bugTrackerUrl>
- <tags>picview picture-viewer image-viewer foss photo picture photo-viewer</tags>
- <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>
- <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>
- <releaseNotes>https://picview.org/changelog</releaseNotes>
- </metadata>
- <files>
- <file src="tools\**" target="tools" />
- </files>
- </package>
|