notcurses/tools/nuspec
nick black caaeec5094
Place ncneofetch properly (#2415)
* ncplane_polyfill_inner: plug memory leak on error paths
* [progbar_create] memory leak on error path
* ncvisual_polyfill_core: memory leaks on error paths
* notcurses_early_init: memory leak on error path
* [demo] fix summary table for ASCII #2402
* [sliders] make it work in ASCII #2402
* add ncplane_ascii_box() #2402
* [notcurses-info] use capabilities accessors for blitters
2021-12-02 01:45:49 -05:00

39 lines
1.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<!-- need 4.9.0+ for SPDX license expressions -->
<metadata minClientVersion="4.9.0">
<id>Notcurses</id>
<version>2.4.999</version>
<title>Notcurses TUI/CLI library</title>
<description>Library for blingful TUIs and character graphics</description>
<authors>nick black</authors>
<projectUrl>https://notcurses.com</projectUrl>
<license type="expression">Apache-2.0</license>
<copyright>copyright 20192021 nick black</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/dankamongmen/notcurses.git" />
<tags>tui graphics cli</tags>
<icon>icon.png</icon>
<readme>README.md</readme>
<dependencies>
<dependency id="LibDeflate.native" version="1.7.1" />
</dependencies>
</metadata>
<files>
<file src="../*.md" target="" />
<file src="../doc/icon.png" target="" />
<file src="libnotcurses-core.dll" target="" />
<file src="libnotcurses.dll" target="" />
<file src="libnotcurses++.dll" target="" />
<file src="libnotcurses-core.a" target="" />
<file src="libnotcurses.a" target="" />
<file src="libnotcurses++.a" target="" />
<file src="ncneofetch.exe" target="" />
<file src="ncplayer.exe" target="" />
<file src="nctetris.exe" target="" />
<file src="notcurses-demo.exe" target="" />
<file src="notcurses-info.exe" target="" />
<file src="notcurses-input.exe" target="" />
</files>
</package>