@typespec/http-client-csharp 1.0.0-alpha.20250519.5 → 1.0.0-alpha.20250520.4

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.
@@ -585,10 +585,7 @@
585
585
  "System.Memory.Data": "8.0.1"
586
586
  },
587
587
  "runtime": {
588
- "Microsoft.TypeSpec.Generator.dll": {
589
- "assemblyVersion": "1.0.0-beta.1",
590
- "fileVersion": "1.0.0.0"
591
- }
588
+ "Microsoft.TypeSpec.Generator.dll": {}
592
589
  }
593
590
  },
594
591
  "Microsoft.TypeSpec.Generator.ClientModel/1.0.0-beta.1": {
@@ -597,10 +594,7 @@
597
594
  "System.ClientModel": "1.4.1"
598
595
  },
599
596
  "runtime": {
600
- "Microsoft.TypeSpec.Generator.ClientModel.dll": {
601
- "assemblyVersion": "1.0.0-beta.1",
602
- "fileVersion": "1.0.0.0"
603
- }
597
+ "Microsoft.TypeSpec.Generator.ClientModel.dll": {}
604
598
  }
605
599
  },
606
600
  "Microsoft.TypeSpec.Generator.Input/1.0.0-beta.1": {
@@ -609,10 +603,7 @@
609
603
  "System.Memory.Data": "8.0.1"
610
604
  },
611
605
  "runtime": {
612
- "Microsoft.TypeSpec.Generator.Input.dll": {
613
- "assemblyVersion": "1.0.0-beta.1",
614
- "fileVersion": "1.0.0.0"
615
- }
606
+ "Microsoft.TypeSpec.Generator.Input.dll": {}
616
607
  }
617
608
  }
618
609
  }
@@ -585,10 +585,7 @@
585
585
  "System.Memory.Data": "8.0.1"
586
586
  },
587
587
  "runtime": {
588
- "Microsoft.TypeSpec.Generator.dll": {
589
- "assemblyVersion": "1.0.0-beta.1",
590
- "fileVersion": "1.0.0.0"
591
- }
588
+ "Microsoft.TypeSpec.Generator.dll": {}
592
589
  }
593
590
  },
594
591
  "Microsoft.TypeSpec.Generator.Input/1.0.0-beta.1": {
@@ -597,10 +594,7 @@
597
594
  "System.Memory.Data": "8.0.1"
598
595
  },
599
596
  "runtime": {
600
- "Microsoft.TypeSpec.Generator.Input.dll": {
601
- "assemblyVersion": "1.0.0-beta.1",
602
- "fileVersion": "1.0.0.0"
603
- }
597
+ "Microsoft.TypeSpec.Generator.Input.dll": {}
604
598
  }
605
599
  }
606
600
  }
@@ -554,10 +554,7 @@
554
554
  "System.Memory.Data": "8.0.1"
555
555
  },
556
556
  "runtime": {
557
- "Microsoft.TypeSpec.Generator.Input.dll": {
558
- "assemblyVersion": "1.0.0-beta.1",
559
- "fileVersion": "1.0.0.0"
560
- }
557
+ "Microsoft.TypeSpec.Generator.Input.dll": {}
561
558
  }
562
559
  }
563
560
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-csharp",
3
- "version": "1.0.0-alpha.20250519.5",
3
+ "version": "1.0.0-alpha.20250520.4",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting Http Client libraries for C#.",
6
6
  "homepage": "https://typespec.io",