|
@@ -10,11 +10,21 @@
|
|
|
<iconUrl>http://project.quadarax.com/favicon.ico</iconUrl>
|
|
<iconUrl>http://project.quadarax.com/favicon.ico</iconUrl>
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
<description>Implementation base for console applications with commands, lists, selections and easy command handlings.</description>
|
|
<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>
|
|
|
|
|
|
|
+ <releaseNotes>
|
|
|
|
|
+ 23.12.2019 v.1.0.0.2
|
|
|
|
|
+ New
|
|
|
|
|
+ - Allows to use more asseblies in CommandDefinitionAssebmly
|
|
|
|
|
+ - Add DisableDefaultCommands to StartupConfiguration to hide default commands
|
|
|
|
|
+ - Add WaitOnKeyInNonInteractiveMode to wait on key at the end of the non-interactive process
|
|
|
|
|
+ - Use reference Quadarax.Foundation.Common
|
|
|
|
|
+ </releaseNotes>
|
|
|
|
|
+ <copyright>Copyright (c) 2019,2020 Quadarax</copyright>
|
|
|
|
|
+ <tags>quadarax, foundation, qconsole, qdr, fnd, library, console</tags>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
- </dependencies>
|
|
|
|
|
|
|
+ <group targetFramework="net472">
|
|
|
|
|
+ <dependency id="Quadarax.Foundation.Common" version="1.0.0.5" />
|
|
|
|
|
+ </group>
|
|
|
|
|
+ </dependencies>
|
|
|
<summary>Libraries</summary>
|
|
<summary>Libraries</summary>
|
|
|
</metadata>
|
|
</metadata>
|
|
|
<files>
|
|
<files>
|