@typespec/http-client-csharp 1.0.0-alpha.20250529.2 → 1.0.0-alpha.20250529.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-csharp",
3
- "version": "1.0.0-alpha.20250529.2",
3
+ "version": "1.0.0-alpha.20250529.4",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting Http Client libraries for C#.",
6
6
  "homepage": "https://typespec.io",
package/readme.md CHANGED
@@ -17,7 +17,7 @@ npm install @typespec/http-client-csharp
17
17
 
18
18
  ### Customizing Generated Code
19
19
 
20
- For detailed instructions on how to customize the generated C# code, see the [Customization Guide](./customization.md).
20
+ For detailed instructions on how to customize the generated C# code, see the [Customization Guide](https://github.com/microsoft/typespec/blob/main/packages/http-client-csharp/.tspd/docs/customization.md).
21
21
 
22
22
  ## Usage
23
23