@typespec/http-client-csharp 0.1.9-alpha.20250128.2 → 0.1.9-alpha.20250130.2

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.
@@ -497,7 +497,6 @@
497
497
  "CommandLineParser": "2.9.1",
498
498
  "Microsoft.Build": "17.9.5",
499
499
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
500
- "Microsoft.Generator.CSharp.Customization": "1.0.0-beta.1",
501
500
  "Microsoft.Generator.CSharp.Input": "1.0.0-beta.1",
502
501
  "NuGet.Configuration": "6.9.1",
503
502
  "System.ComponentModel.Composition": "8.0.0",
@@ -522,14 +521,6 @@
522
521
  }
523
522
  }
524
523
  },
525
- "Microsoft.Generator.CSharp.Customization/1.0.0-beta.1": {
526
- "runtime": {
527
- "Microsoft.Generator.CSharp.Customization.dll": {
528
- "assemblyVersion": "1.0.0-beta.1",
529
- "fileVersion": "1.0.0.0"
530
- }
531
- }
532
- },
533
524
  "Microsoft.Generator.CSharp.Input/1.0.0-beta.1": {
534
525
  "dependencies": {
535
526
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
@@ -819,11 +810,6 @@
819
810
  "serviceable": false,
820
811
  "sha512": ""
821
812
  },
822
- "Microsoft.Generator.CSharp.Customization/1.0.0-beta.1": {
823
- "type": "project",
824
- "serviceable": false,
825
- "sha512": ""
826
- },
827
813
  "Microsoft.Generator.CSharp.Input/1.0.0-beta.1": {
828
814
  "type": "project",
829
815
  "serviceable": false,
@@ -497,7 +497,6 @@
497
497
  "CommandLineParser": "2.9.1",
498
498
  "Microsoft.Build": "17.9.5",
499
499
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
500
- "Microsoft.Generator.CSharp.Customization": "1.0.0-beta.1",
501
500
  "Microsoft.Generator.CSharp.Input": "1.0.0-beta.1",
502
501
  "NuGet.Configuration": "6.9.1",
503
502
  "System.ComponentModel.Composition": "8.0.0",
@@ -510,14 +509,6 @@
510
509
  }
511
510
  }
512
511
  },
513
- "Microsoft.Generator.CSharp.Customization/1.0.0-beta.1": {
514
- "runtime": {
515
- "Microsoft.Generator.CSharp.Customization.dll": {
516
- "assemblyVersion": "1.0.0-beta.1",
517
- "fileVersion": "1.0.0.0"
518
- }
519
- }
520
- },
521
512
  "Microsoft.Generator.CSharp.Input/1.0.0-beta.1": {
522
513
  "dependencies": {
523
514
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
@@ -802,11 +793,6 @@
802
793
  "serviceable": false,
803
794
  "sha512": ""
804
795
  },
805
- "Microsoft.Generator.CSharp.Customization/1.0.0-beta.1": {
806
- "type": "project",
807
- "serviceable": false,
808
- "sha512": ""
809
- },
810
796
  "Microsoft.Generator.CSharp.Input/1.0.0-beta.1": {
811
797
  "type": "project",
812
798
  "serviceable": false,
@@ -11,7 +11,6 @@
11
11
  "CommandLineParser": "2.9.1",
12
12
  "Microsoft.Build": "17.9.5",
13
13
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
14
- "Microsoft.Generator.CSharp.Customization": "1.0.0-beta.1",
15
14
  "Microsoft.Generator.CSharp.Input": "1.0.0-beta.1",
16
15
  "NuGet.Configuration": "6.9.1",
17
16
  "StyleCop.Analyzers": "1.2.0-beta.556",
@@ -485,14 +484,6 @@
485
484
  "System.Security.Principal.Windows/5.0.0": {},
486
485
  "System.Threading.Channels/7.0.0": {},
487
486
  "System.Threading.Tasks.Dataflow/8.0.0": {},
488
- "Microsoft.Generator.CSharp.Customization/1.0.0-beta.1": {
489
- "runtime": {
490
- "Microsoft.Generator.CSharp.Customization.dll": {
491
- "assemblyVersion": "1.0.0-beta.1",
492
- "fileVersion": "1.0.0.0"
493
- }
494
- }
495
- },
496
487
  "Microsoft.Generator.CSharp.Input/1.0.0-beta.1": {
497
488
  "dependencies": {
498
489
  "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
@@ -758,11 +749,6 @@
758
749
  "path": "system.threading.tasks.dataflow/8.0.0",
759
750
  "hashPath": "system.threading.tasks.dataflow.8.0.0.nupkg.sha512"
760
751
  },
761
- "Microsoft.Generator.CSharp.Customization/1.0.0-beta.1": {
762
- "type": "project",
763
- "serviceable": false,
764
- "sha512": ""
765
- },
766
752
  "Microsoft.Generator.CSharp.Input/1.0.0-beta.1": {
767
753
  "type": "project",
768
754
  "serviceable": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-csharp",
3
- "version": "0.1.9-alpha.20250128.2",
3
+ "version": "0.1.9-alpha.20250130.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "The typespec library that can be used to generate C# models from a TypeSpec REST protocol binding",
6
6
  "homepage": "https://github.com/Microsoft/typespec",