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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>boxes.portable</id>
<title>boxes (Portable)</title>
<version>2.3.1</version>
<authors>Thomas Jensen and the boxes contributors</authors>
<summary>Command Line ASCII Boxes Unlimited!</summary>
<description><.
]]></description>
<projectUrl>https://boxes.thomasjensen.com/</projectUrl>
<tags>ascii ascii-art box boxes command-line cli</tags>
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
<!-- <license type="expression">GPL-3.0-only</license> -->
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.3.1/LICENSE</licenseUrl>
<language>en</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://boxes.thomasjensen.com/2024/10/boxes-v2.3.1-released.html</releaseNotes>
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
<docsUrl>https://boxes.thomasjensen.com/</docsUrl>
<bugTrackerUrl>https://github.com/ascii-boxes/boxes/issues</bugTrackerUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
|