Parcourir la source

QConsole:

Add nuget references
Dalibor Votruba il y a 6 ans
Parent
commit
3a57ccd2de

+ 2 - 0
QConsole/QConsole/QDR.FND.QConsole.csproj

@@ -94,7 +94,9 @@
   </ItemGroup>
   <ItemGroup>
     <None Include="App.config" />
+    <None Include="create_package.ps1" />
     <None Include="packages.config" />
+    <None Include="QDR.FND.QConsole.nuspec" />
     <None Include="quadarax_strong_name_key.pfx" />
   </ItemGroup>
   <ItemGroup>

+ 14 - 4
QConsole/QConsole/QDR.FND.QConsole.nuspec

@@ -10,11 +10,21 @@
     <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>
+    <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>
+      <group targetFramework="net472">
+        <dependency id="Quadarax.Foundation.Common" version="1.0.0.5"  />
+      </group>
+    </dependencies>
     <summary>Libraries</summary>
   </metadata>
   <files>