Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en-us/develop/write/difference.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The new contract templates have major updates. For more information refer to <a

### Compiler

In Neo N3, the old neon (Neo.Compiler.MSIL) has been deprecated. You need to use the latest nccs (Neo.Compiler.CSharp) compiler, which has major changes as follows:
In Neo N3, the old neon (Neo.Compiler.MSIL) has been deprecated. You need to use the latest [nccs](https://www.nuget.org/packages/Neo.Compiler.CSharp/) (Neo.Compiler.CSharp) compiler, which has major changes as follows:

* Not support for the language Visual Basic.
* Ability to directly compile the C# code to smart contracts without the intermediate language IL.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/develop/write/difference.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### 编译器

在Neo N3中,旧版的 neon(Neo.Compiler.MSIL) 已经废弃,需使用最新的 nccs(Neo.Compiler.CSharp)编译器,其主要变化如下:
在Neo N3中,旧版的 neon(Neo.Compiler.MSIL) 已经废弃,需使用最新的 [nccs](https://www.nuget.org/packages/Neo.Compiler.CSharp/)(Neo.Compiler.CSharp)编译器,其主要变化如下:

* 新的 nccs 取消了对 Visual Basic 语言的支持
* 新的 nccs 编译时无需 IL 中间语言,直接将 C# 代码编译为智能合约
Expand Down