Skip to content

Commit 7d2138f

Browse files
committed
readme
1 parent d9ba431 commit 7d2138f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Optionally override the generated namespace:
6060
</ItemGroup>
6161
```
6262

63-
If the property is not set, the default root namespace is `Gereb.Generated`.
63+
If the property is not set, the default root namespace is `Geren`.
6464

6565
## Generation Contract
6666

@@ -76,7 +76,7 @@ If the property is not set, the default root namespace is `Gereb.Generated`.
7676

7777
- Namespace suffix is derived from file name without extension, sanitized by `ToLetterOrDigitName`.
7878
- Final namespace is `{RootNamespace}.{NamespaceSuffix}.{section0}`.
79-
- Root namespace is `build_property.Geren_RootNamespace` or `Gereb.Generated` by default.
79+
- Root namespace is `build_property.Geren_RootNamespace` or `Geren` by default.
8080
- Path sections used for naming exclude template segments (`{...}`).
8181
- If no non-template sections: class `WebApiClient`, method `operationId ?? method + "Root"`.
8282
- If one non-template section: class `WebApiClient`, method `operationId ?? method + section0`.

0 commit comments

Comments
 (0)