@typespec/http-client-csharp 0.1.9-alpha.20250210.4 → 0.1.9-alpha.20250211.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-csharp",
3
- "version": "0.1.9-alpha.20250210.4",
3
+ "version": "0.1.9-alpha.20250211.5",
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",
package/readme.md CHANGED
@@ -65,7 +65,7 @@ A few exceptions are API of JSON Merge Patch, and API of long-running operation
65
65
 
66
66
  You can configure whether generate convenience API or not via `convenienceAPI` decorator.
67
67
 
68
- ## CadlRanch Tests
68
+ ## Spector Tests
69
69
 
70
- We run the generator against the common set of test defined in https://github.com/Azure/cadl-ranch/tree/main/packages/cadl-ranch-specs.
71
- For details on how to run and debug these tests see [CadlRanch Testing](generator/docs/cadl-ranch.md)
70
+ We run the generator against the common set of test defined in https://github.com/microsoft/typespec/tree/main/packages/http-specs.
71
+ For details on how to run and debug these tests see [Spector Testing](generator/docs/spector.md)