@typespec/http-client-csharp 1.0.0-alpha.20250616.4 → 1.0.0-alpha.20250616.6

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