diff --git a/readme.md b/readme.md index 70890e5a..90a55939 100644 --- a/readme.md +++ b/readme.md @@ -313,21 +313,14 @@ Optionally, you can specify the `Kind` metadata for a specific `EmbeddedResource treated as a text file: ```xml + + ``` You can also add a `Comment` item metadata attribute, which will be used as the `` XML doc for the generated member. -## Customizing the generated code - -The following MSBuild properties can be used to customize the generated code: - -| Property | Description | -|-------------------------|------------------------------------------------------------------------------------------------------| -| ThisAssemblyNamespace | Sets the namespace of the generated `ThisAssembly` root class. If not set, it will be in the global namespace. | -| ThisAssemblyVisibility | Sets the visibility modifier of the generated `ThisAssembly` root class. If not set, it will be internal. | - ## Adding dynamic resources You can also provide additional embedded resources dynamically, by running a target before @@ -341,6 +334,15 @@ You can also provide additional embedded resources dynamically, by running a tar ``` +## Customizing the generated code + +The following MSBuild properties can be used to customize the generated code: + +| Property | Description | +|-------------------------|------------------------------------------------------------------------------------------------------| +| ThisAssemblyNamespace | Sets the namespace of the generated `ThisAssembly` root class. If not set, it will be in the global namespace. | +| ThisAssemblyVisibility | Sets the visibility modifier of the generated `ThisAssembly` root class. If not set, it will be internal. | +