@typespec/http-client-csharp 1.0.0-alpha.20251021.1 → 1.0.0-alpha.20251021.3

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.
@@ -579,7 +579,7 @@
579
579
  },
580
580
  "runtime": {
581
581
  "Microsoft.TypeSpec.Generator.dll": {
582
- "assemblyVersion": "1.0.0-beta.1",
582
+ "assemblyVersion": "1.0.0.0",
583
583
  "fileVersion": "1.0.0.0"
584
584
  }
585
585
  }
@@ -591,7 +591,7 @@
591
591
  },
592
592
  "runtime": {
593
593
  "Microsoft.TypeSpec.Generator.ClientModel.dll": {
594
- "assemblyVersion": "1.0.0-beta.1",
594
+ "assemblyVersion": "1.0.0.0",
595
595
  "fileVersion": "1.0.0.0"
596
596
  }
597
597
  }
@@ -603,7 +603,7 @@
603
603
  },
604
604
  "runtime": {
605
605
  "Microsoft.TypeSpec.Generator.Input.dll": {
606
- "assemblyVersion": "1.0.0-beta.1",
606
+ "assemblyVersion": "1.0.0.0",
607
607
  "fileVersion": "1.0.0.0"
608
608
  }
609
609
  }
@@ -579,7 +579,7 @@
579
579
  },
580
580
  "runtime": {
581
581
  "Microsoft.TypeSpec.Generator.dll": {
582
- "assemblyVersion": "1.0.0-beta.1",
582
+ "assemblyVersion": "1.0.0.0",
583
583
  "fileVersion": "1.0.0.0"
584
584
  }
585
585
  }
@@ -591,7 +591,7 @@
591
591
  },
592
592
  "runtime": {
593
593
  "Microsoft.TypeSpec.Generator.Input.dll": {
594
- "assemblyVersion": "1.0.0-beta.1",
594
+ "assemblyVersion": "1.0.0.0",
595
595
  "fileVersion": "1.0.0.0"
596
596
  }
597
597
  }
@@ -548,7 +548,7 @@
548
548
  },
549
549
  "runtime": {
550
550
  "Microsoft.TypeSpec.Generator.Input.dll": {
551
- "assemblyVersion": "1.0.0-beta.1",
551
+ "assemblyVersion": "1.0.0.0",
552
552
  "fileVersion": "1.0.0.0"
553
553
  }
554
554
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-csharp",
3
- "version": "1.0.0-alpha.20251021.1",
3
+ "version": "1.0.0-alpha.20251021.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting Http Client libraries for C#.",
6
6
  "homepage": "https://typespec.io",