We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ce862 commit 1b38370Copy full SHA for 1b38370
2 files changed
docs/plugin/create.md
@@ -41,7 +41,7 @@ Metadata items (except `Dependencies`) are set in `plugin.json`.
41
42
Create a new `plugin.json` in the root directory.
43
44
-You can use `{{ variable in PropertyGroup }}` to get variables from `.csproj`.
+You can use `{{ variables }}` to get variables from `.csproj`.
45
46
`Id` must correspond to `PackageId`.
47
docs/zh/plugin/create.md
@@ -43,7 +43,7 @@
需要在根目录新建`plugin.json`
-可以使用`{{ variable in PropertyGroup }}`获取`.csproj`中的变量
+可以使用`{{ 变量 }}`获取`.csproj`中的变量
48
`Id`必须与`PackageId`对应
49
0 commit comments