| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="utf-8" ?>
- <package>
- <metadata>
- <id>Quadarax.Foundation.QConsole</id>
- <version>1.0.0.2</version>
- <title>Quadarax.Foundation.QConsole</title>
- <authors>Dalibor Votruba, Quadarax</authors>
- <owners>Dalibor Votruba</owners>
- <projectUrl>https://project.quadarax.com/</projectUrl>
- <iconUrl>http://project.quadarax.com/favicon.ico</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Implementation base for console applications with commands, lists, selections and easy command handlings.</description>
- <releaseNotes>Initial 1.0.0.0 release</releaseNotes>
- <copyright>Copyright (c) 2018 Quadarax</copyright>
- <tags>quadarax, foundarion, qconsole, qdr, fnd, library, console</tags>
- <dependencies>
- </dependencies>
- <summary>Libraries</summary>
- </metadata>
- <files>
- <file src="ReleaseNote.txt" />
- <file src="bin\Release\QDR.FND.QConsole.dll" target="lib\net472\QDR.FND.QConsole.dll" />
- <file src="bin\Release\QDR.FND.QConsole.pdb" target="lib\net472\QDR.FND.QConsole.pdb" />
- <file src="bin\Release\QDR.FND.QConsole.dll.config" target="lib\net472\QDR.FND.QConsole.dll.config" />
- </files>
- </package>
|