@typespec/http-client-csharp 1.0.0-alpha.20260824.4 → 1.0.0-alpha.20260825.7

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.20260824.4",
3
+ "version": "1.0.0-alpha.20260825.7",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting Http Client libraries for C#.",
6
6
  "homepage": "https://typespec.io",
@@ -59,7 +59,7 @@
59
59
  ],
60
60
  "peerDependencies": {
61
61
  "@azure-tools/typespec-azure-core": ">=0.71.0 <0.72.0 || ~0.72.0-0",
62
- "@azure-tools/typespec-client-generator-core": ">=0.71.1 <0.72.0 || ~0.72.0-0",
62
+ "@azure-tools/typespec-client-generator-core": ">=0.71.2 <0.72.0 || ~0.72.0-0",
63
63
  "@typespec/compiler": "^1.15.0",
64
64
  "@typespec/events": ">=0.85.0 <0.86.0 || ~0.86.0-0",
65
65
  "@typespec/http": "^1.15.0",
@@ -72,7 +72,7 @@
72
72
  "devDependencies": {
73
73
  "@azure-tools/azure-http-specs": "0.1.0-alpha.44",
74
74
  "@azure-tools/typespec-azure-core": "0.71.0",
75
- "@azure-tools/typespec-client-generator-core": "0.71.1",
75
+ "@azure-tools/typespec-client-generator-core": "0.71.2",
76
76
  "@microsoft/api-extractor": "^7.52.2",
77
77
  "@types/node": "~22.12.0",
78
78
  "@typespec/compiler": "1.15.0",
package/readme.md CHANGED
@@ -57,7 +57,7 @@ See [Configuring output directory for more info](https://typespec.io/docs/handbo
57
57
 
58
58
  **Type:** `string | object`
59
59
 
60
- Use this flag if you would like to generate the sdk only for a specific version. Default value is the latest version. Also accepts values `latest` and `all`. For multi-service packages, provide a map from each service namespace's full name to its desired version; services not listed default to their latest version.
60
+ Use this flag if you would like to generate the sdk only for a specific version. Default value is the latest version. Also accepts values `latest` and `all`. For multi-service packages, provide a map from each service namespace to its desired version. Nested namespaces must be represented as nested objects in `tspconfig.yaml`; services not listed default to their latest version.
61
61
 
62
62
  **Options:**
63
63