|
|
@@ -0,0 +1,26 @@
|
|
|
+<?xml version="1.0" encoding="utf-8" ?>
|
|
|
+<package>
|
|
|
+ <metadata>
|
|
|
+ <id>Quadarax.Foundation.QConsole</id>
|
|
|
+ <version>1.0.0.1</version>
|
|
|
+ <title>Quadarax.Foundation.QConsole</title>
|
|
|
+ <authors>Dalibor Votruba, Quadarax</authors>
|
|
|
+ <owners>Dalibor Votruba</owners>
|
|
|
+ <projectUrl>https://project.quadarax.com/</projectUrl>
|
|
|
+ <iconUrl>https://project.quadarax.com/logo.png</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>
|