-
Notifications
You must be signed in to change notification settings - Fork 1
/
rmstale.nuspec
26 lines (26 loc) · 1.46 KB
/
rmstale.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8" ?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rmstale</id>
<version>#{GitVersion_NuGetVersionV2}#</version>
<packageSourceUrl>https://github.com/danstis/rmstale</packageSourceUrl>
<owners>Dan Anstis</owners>
<title>rmstale</title>
<authors>Dan Ansits</authors>
<projectUrl>https://github.com/danstis/rmstale</projectUrl>
<licenseUrl>https://github.com/danstis/rmstale/blob/master/LICENSE.txt</licenseUrl>
<projectSourceUrl>https://github.com/danstis/rmstale</projectSourceUrl>
<docsUrl>https://github.com/danstis/rmstale/blob/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/danstis/rmstale/issues</bugTrackerUrl>
<tags>rmstale delete stale</tags>
<summary>rmstale removes stale files.</summary>
<description>rmstale is a tool to remove stale files recursively below a given directory. Files and folders older than a defined period are removed.</description>
<releaseNotes>https://github.com/danstis/rmstale/releases</releaseNotes>
</metadata>
<files>
<file src="dist/rmstale_windows_386/rmstale.exe" target="bin" />
<file src="LICENSE.txt" target="bin" />
<file src="VERIFICATION.txt" target="bin" />
</files>
</package>