Skip to content

Commit 7e310f8

Browse files
committed
feat: update readme
1 parent 9d54c18 commit 7e310f8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ The official config loader for [Tableau](https://github.com/tableauio/tableau).
4343

4444
### Test
4545

46+
- Install: **dotnet-sdk-8.0**
4647
- Change dir: `cd test/csharp-tableau-loader`
47-
- Install depedencies: `sudo yum install dotnet-sdk-8.0 -y`
4848
- Generate protoconf: `sh gen.sh`
4949
- Test: `dotnet run`
5050

cmd/protoc-gen-csharp-tableau-loader/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func generateCommonHeader(gen *protogen.Plugin, g *protogen.GeneratedFile) {
1919
g.P("// Code generated by protoc-gen-csharp-tableau-loader. DO NOT EDIT.")
2020
g.P("// versions:")
2121
g.P("// - protoc-gen-csharp-tableau-loader v", version)
22-
g.P("// - protoc ", protocVersion(gen))
22+
g.P("// - protoc ", protocVersion(gen))
2323
}
2424

2525
func protocVersion(gen *protogen.Plugin) string {

test/csharp-tableau-loader/tableau/HeroConf.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Code generated by protoc-gen-csharp-tableau-loader. DO NOT EDIT.
22
// versions:
33
// - protoc-gen-csharp-tableau-loader v0.1.0
4-
// - protoc v3.19.3
4+
// - protoc v3.19.3
55
// source: hero_conf.proto
66
using System;
77
using System.Collections.Generic;

test/csharp-tableau-loader/tableau/Hub.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Code generated by protoc-gen-csharp-tableau-loader. DO NOT EDIT.
22
// versions:
33
// - protoc-gen-csharp-tableau-loader v0.1.0
4-
// - protoc v3.19.3
4+
// - protoc v3.19.3
55
using System;
66
using System.Collections.Generic;
77
using Google.Protobuf;

test/csharp-tableau-loader/tableau/ItemConf.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Code generated by protoc-gen-csharp-tableau-loader. DO NOT EDIT.
22
// versions:
33
// - protoc-gen-csharp-tableau-loader v0.1.0
4-
// - protoc v3.19.3
4+
// - protoc v3.19.3
55
// source: item_conf.proto
66
using System;
77
using System.Collections.Generic;

test/csharp-tableau-loader/tableau/PatchConf.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Code generated by protoc-gen-csharp-tableau-loader. DO NOT EDIT.
22
// versions:
33
// - protoc-gen-csharp-tableau-loader v0.1.0
4-
// - protoc v3.19.3
4+
// - protoc v3.19.3
55
// source: patch_conf.proto
66
using System;
77
using System.Collections.Generic;

test/csharp-tableau-loader/tableau/TestConf.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Code generated by protoc-gen-csharp-tableau-loader. DO NOT EDIT.
22
// versions:
33
// - protoc-gen-csharp-tableau-loader v0.1.0
4-
// - protoc v3.19.3
4+
// - protoc v3.19.3
55
// source: test_conf.proto
66
using System;
77
using System.Collections.Generic;

0 commit comments

Comments
 (0)