Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ying32 committed Sep 11, 2021
1 parent 6083773 commit a150a8e
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
24 changes: 23 additions & 1 deletion Gencode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,31 @@
-----

Command Line:

* .NET Framework

```
GenCodeNET net4.0.json
```

* .NET Core

```
dotnet GenCodeNETC.dll netcore2.1.json
```
GenCode net4.0.json
GenCodeNETC.runtimeconfig
```json
{
"runtimeOptions": {
"tfm": "",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "2.1.30" // Modify the version number to run the specified .NET Core version.
}
}
}
```
----

json configuration file format:
```json
Expand Down
24 changes: 23 additions & 1 deletion Gencode/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,31 @@
-----

命令行:

* .NET Framework

```
GenCodeNET net4.0.json
```

* .NET Core

```
dotnet GenCodeNETC.dll netcore2.1.json
```
GenCode net4.0.json
GenCodeNETC.runtimeconfig
```json
{
"runtimeOptions": {
"tfm": "",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "2.1.30" // 修改版本号运行指定的.NET Core版本。
}
}
}
```
----

json配置文件格式:
```json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# DDNRuntime

DDNRuntime(Delphi .NET Runtime)
DDNRuntime(Delphi .NET/.NET Core Runtime)

----
**Latest version: v0.1.24**
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# DDNRuntime

DDNRuntime(Delphi .NET Runtime)
DDNRuntime(Delphi .NET/.NET Core Runtime)

----
**最新版本:v0.1.24**
Expand Down

0 comments on commit a150a8e

Please sign in to comment.