Skip to content
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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDU
* [PLCOnNet PowerShell usage](src/documentation/articles/usagePS.md)
* [PLCOnNet Command-line switches](src/documentation/articles/commandlineswitch.md)

### News
### Recent changes

* V0.12.0+: First version based on [PLC4X™](https://plc4x.apache.org) 0.12.0
* V0.13.0+: Version based on [PLC4X™](https://plc4x.apache.org) 0.13.*
* V0.12.0+: First version based on [PLC4X™](https://plc4x.apache.org) 0.12.0

---

Expand All @@ -220,7 +220,8 @@ PLCOnNet uses [JNet](https://github.com/masesgroup/JNet), and indeed [JCOBridge]
* Documentation is shared;
* **Dynamic code**: it helps to write a Java/Scala/Kotlin/etc seamless language code directly inside a standard .NET application written in C#/VB.NET: look at this [simple example](https://www.jcobridge.com/net-examples/dotnet-examples/) and [APIs extensibility](https://jnet.masesgroup.com/articles/API_extensibility.html).

[JCOBridge 2.6.*](https://www.jcobridge.com) can be used for free without any obligations. A commercial license must be purchased — or the software uninstalled — if you derive direct or indirect income from its usage.
> [!NOTE]
> [JCOBridge 2.6.\*](https://www.jcobridge.com) can be used for free without any obligations. A commercial license must be purchased — or the software uninstalled — if you derive direct or indirect income from its usage.

### JCOBridge resources

Expand Down
7 changes: 4 additions & 3 deletions src/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDU
* [PLCOnNet PowerShell usage](src/documentation/articles/usagePS.md)
* [PLCOnNet Command-line switches](src/documentation/articles/commandlineswitch.md)

### News
### Recent changes

* V0.12.0+: First version based on [PLC4X™](https://plc4x.apache.org) 0.12.0
* V0.13.0+: Version based on [PLC4X™](https://plc4x.apache.org) 0.13.*
* V0.12.0+: First version based on [PLC4X™](https://plc4x.apache.org) 0.12.0

---

Expand All @@ -225,7 +225,8 @@ PLCOnNet uses [JNet](https://github.com/masesgroup/JNet), and indeed [JCOBridge]
* Documentation is shared;
* **Dynamic code**: it helps to write a Java/Scala/Kotlin/etc seamless language code directly inside a standard .NET application written in C#/VB.NET: look at this [simple example](https://www.jcobridge.com/net-examples/dotnet-examples/) and [APIs extensibility](https://jnet.masesgroup.com/articles/API_extensibility.html).

[JCOBridge 2.6.*](https://www.jcobridge.com) can be used for free without any obligations. A commercial license must be purchased — or the software uninstalled — if you derive direct or indirect income from its usage.
> [!NOTE]
> [JCOBridge 2.6.\*](https://www.jcobridge.com) can be used for free without any obligations. A commercial license must be purchased — or the software uninstalled — if you derive direct or indirect income from its usage.

### JCOBridge resources

Expand Down