QDR.FND.QConsole.nuspec 1.2 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <package>
  3. <metadata>
  4. <id>Quadarax.Foundation.QConsole</id>
  5. <version>1.0.0.2</version>
  6. <title>Quadarax.Foundation.QConsole</title>
  7. <authors>Dalibor Votruba, Quadarax</authors>
  8. <owners>Dalibor Votruba</owners>
  9. <projectUrl>https://project.quadarax.com/</projectUrl>
  10. <iconUrl>http://project.quadarax.com/favicon.ico</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>Implementation base for console applications with commands, lists, selections and easy command handlings.</description>
  13. <releaseNotes>Initial 1.0.0.0 release</releaseNotes>
  14. <copyright>Copyright (c) 2018 Quadarax</copyright>
  15. <tags>quadarax, foundarion, qconsole, qdr, fnd, library, console</tags>
  16. <dependencies>
  17. </dependencies>
  18. <summary>Libraries</summary>
  19. </metadata>
  20. <files>
  21. <file src="ReleaseNote.txt" />
  22. <file src="bin\Release\QDR.FND.QConsole.dll" target="lib\net472\QDR.FND.QConsole.dll" />
  23. <file src="bin\Release\QDR.FND.QConsole.pdb" target="lib\net472\QDR.FND.QConsole.pdb" />
  24. <file src="bin\Release\QDR.FND.QConsole.dll.config" target="lib\net472\QDR.FND.QConsole.dll.config" />
  25. </files>
  26. </package>