Skip to content

Commit c7d77fe

Browse files
authored
Change RPC to lower case (#62)
1 parent 28473fb commit c7d77fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PUBLISH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Note that this name should be unique, otherwise it will be rejected. You can sea
1313

1414
Besides, you also need to modify the configuration in `./src/Apache.IoTDB/Apache.IoTDB.csproj` to ensure that the project references are correct.
1515
``` xml
16-
<ProjectReference Include="..\Apache.IoTDB.RPC.Generated\Apache.IoTDB.RPC.Generated.csproj" />
16+
<ProjectReference Include="..\Apache.IoTDB.Rpc.Generated\Apache.IoTDB.Rpc.Generated.csproj" />
1717
```
1818
to
1919
``` xml
20-
<ProjectReference Include="..\PACKAGE_NAME.RPC.Generated\PACKAGE_NAME.RPC.Generated.csproj" />
20+
<ProjectReference Include="..\PACKAGE_NAME.Rpc.Generated\PACKAGE_NAME.Rpc.Generated.csproj" />
2121
```
2222

2323
### Step 2: Add package information

src/Apache.IoTDB/Apache.IoTDB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<ProjectReference Include="..\Apache.IoTDB.RPC.Generated\Apache.IoTDB.RPC.Generated.csproj" />
12+
<ProjectReference Include="..\Apache.IoTDB.Rpc.Generated\Apache.IoTDB.Rpc.Generated.csproj" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)