@jacobdhill/cli-tool 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@
9
9
  ".NETCoreApp,Version=v10.0/win-x86": {
10
10
  "CLITool/1.0.0": {
11
11
  "dependencies": {
12
+ "System.CommandLine": "2.0.5",
12
13
  "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "10.0.5"
13
14
  },
14
15
  "runtime": {
@@ -750,6 +751,55 @@
750
751
  "fileVersion": "2.4.16.0"
751
752
  }
752
753
  }
754
+ },
755
+ "System.CommandLine/2.0.5": {
756
+ "runtime": {
757
+ "lib/net8.0/System.CommandLine.dll": {
758
+ "assemblyVersion": "2.0.5.0",
759
+ "fileVersion": "2.0.526.15411"
760
+ }
761
+ },
762
+ "resources": {
763
+ "lib/net8.0/cs/System.CommandLine.resources.dll": {
764
+ "locale": "cs"
765
+ },
766
+ "lib/net8.0/de/System.CommandLine.resources.dll": {
767
+ "locale": "de"
768
+ },
769
+ "lib/net8.0/es/System.CommandLine.resources.dll": {
770
+ "locale": "es"
771
+ },
772
+ "lib/net8.0/fr/System.CommandLine.resources.dll": {
773
+ "locale": "fr"
774
+ },
775
+ "lib/net8.0/it/System.CommandLine.resources.dll": {
776
+ "locale": "it"
777
+ },
778
+ "lib/net8.0/ja/System.CommandLine.resources.dll": {
779
+ "locale": "ja"
780
+ },
781
+ "lib/net8.0/ko/System.CommandLine.resources.dll": {
782
+ "locale": "ko"
783
+ },
784
+ "lib/net8.0/pl/System.CommandLine.resources.dll": {
785
+ "locale": "pl"
786
+ },
787
+ "lib/net8.0/pt-BR/System.CommandLine.resources.dll": {
788
+ "locale": "pt-BR"
789
+ },
790
+ "lib/net8.0/ru/System.CommandLine.resources.dll": {
791
+ "locale": "ru"
792
+ },
793
+ "lib/net8.0/tr/System.CommandLine.resources.dll": {
794
+ "locale": "tr"
795
+ },
796
+ "lib/net8.0/zh-Hans/System.CommandLine.resources.dll": {
797
+ "locale": "zh-Hans"
798
+ },
799
+ "lib/net8.0/zh-Hant/System.CommandLine.resources.dll": {
800
+ "locale": "zh-Hant"
801
+ }
802
+ }
753
803
  }
754
804
  }
755
805
  },
@@ -763,6 +813,13 @@
763
813
  "type": "runtimepack",
764
814
  "serviceable": false,
765
815
  "sha512": ""
816
+ },
817
+ "System.CommandLine/2.0.5": {
818
+ "type": "package",
819
+ "serviceable": true,
820
+ "sha512": "sha512-2XtWAPk1G6arpe3OCFNrYYuf6iIboznxs2elJSGgd8e0euou7LfGYFon6hBEfDWNtOLr0M3+oUVgy1a5EGa41A==",
821
+ "path": "system.commandline/2.0.5",
822
+ "hashPath": "system.commandline.2.0.5.nupkg.sha512"
766
823
  }
767
824
  },
768
825
  "runtimes": {
package/dist/CLITool.dll CHANGED
Binary file
package/dist/CLITool.pdb CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobdhill/cli-tool",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "My first packaged .NET cli tool via NPM.",
5
5
  "license": "ISC",
6
6
  "author": "",