@typespec/http-client-csharp 1.0.0-alpha.20250529.1 → 1.0.0-alpha.20250529.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.7"
8
+ "packageVersion": "7.52.8"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/http-client-csharp",
3
- "version": "1.0.0-alpha.20250529.1",
3
+ "version": "1.0.0-alpha.20250529.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting Http Client libraries for C#.",
6
6
  "homepage": "https://typespec.io",
@@ -41,7 +41,7 @@
41
41
  "lint:fix": "eslint . --fix",
42
42
  "format": "pnpm -w format:dir packages/http-client-csharp",
43
43
  "extract-api": "npx api-extractor run --local --verbose",
44
- "regen-docs": "npm run build:emitter && node ../../packages/tspd/cmd/tspd.js doc . --enable-experimental --output-dir ../../website/src/content/docs/docs/emitters/clients/http-client-csharp/reference --skip-js"
44
+ "regen-docs": "npm run build:emitter && tspd doc . --enable-experimental --output-dir ../../website/src/content/docs/docs/emitters/clients/http-client-csharp/reference --skip-js"
45
45
  },
46
46
  "files": [
47
47
  "dist/emitter/src/**",
@@ -73,6 +73,7 @@
73
73
  "@typespec/openapi": "1.0.0",
74
74
  "@typespec/rest": "0.70.0",
75
75
  "@typespec/spector": "0.1.0-alpha.14",
76
+ "@typespec/tspd": "0.70.0",
76
77
  "@typespec/versioning": "0.70.0",
77
78
  "@typespec/xml": "0.70.0",
78
79
  "@vitest/coverage-v8": "^3.0.5",
package/readme.md CHANGED
@@ -10,11 +10,15 @@ npm install @typespec/http-client-csharp
10
10
 
11
11
  ## Usage
12
12
 
13
- # Prerequisite
13
+ ### Prerequisite
14
14
 
15
15
  - Install [Node.js](https://nodejs.org/download/) 20 or above. (Verify by running `node --version`)
16
16
  - Install [**.NET 8.0 SDK**](https://dotnet.microsoft.com/download/dotnet/8.0) for your specific platform. (or a higher version)
17
17
 
18
+ ### Customizing Generated Code
19
+
20
+ For detailed instructions on how to customize the generated C# code, see the [Customization Guide](./customization.md).
21
+
18
22
  ## Usage
19
23
 
20
24
  1. Via the command line