@typespec/http-client-csharp 1.0.0-alpha.20250417.2 → 1.0.0-alpha.20250417.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.20250417.2",
3
+ "version": "1.0.0-alpha.20250417.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
@@ -42,6 +42,13 @@ options:
42
42
 
43
43
  ## Emitter options
44
44
 
45
+ ### `emitter-output-dir`
46
+
47
+ **Type:** `absolutePath`
48
+
49
+ Defines the emitter output directory. Defaults to `{output-dir}/@typespec/http-client-csharp`
50
+ See [Configuring output directory for more info](https://typespec.io/docs/handbook/configuration/configuration/#configuring-output-directory)
51
+
45
52
  ### `api-version`
46
53
 
47
54
  **Type:** `string`