-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathFileExplorerGallery.nuspec
More file actions
24 lines (24 loc) · 913 Bytes
/
FileExplorerGallery.nuspec
File metadata and controls
24 lines (24 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package>
<metadata>
<id>FileExplorerGallery</id>
<version>1.1.0</version>
<authors>Martin Chrzan</authors>
<owners>Martin Chrzan</owners>
<licenseUrl>https://github.com/martinchrzan/FileExplorerGallery/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/martinchrzan/FileExplorerGallery</projectUrl>
<!--<iconUrl></iconUrl>-->
<releaseNotes>
Added delete functionality
Added backup on delete functionality
Added save rotated image functionality
</releaseNotes>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FileExplorerGallery</description>
<copyright>Martin Chrzan Copyright 2020-2022</copyright>
<tags>file explorer gallery</tags>
</metadata>
<files>
<file src="FileExplorerGallery\bin\Release\**" target="lib\net45\" exclude="**\*.pdb;**\*.vshost.*"/>
</files>
</package>