Skip to content

Commit 9b6042a

Browse files
Update missed in changes of #132 (#134)
1 parent 44f6410 commit 9b6042a

3 files changed

Lines changed: 18 additions & 24 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,11 @@ See [PLCOnNet usage](src/documentation/articles/usage.md) for other examples.
177177

178178
### Community and Contribution
179179

180-
Do you like the project?
181-
- Request your free [community subscription](https://www.jcobridge.com/pricing-25/).
180+
If you find PLCOnNet useful:
182181

183-
Do you want to help us?
184-
- put a :star: on this project
185-
- open [issues](https://github.com/masesgroup/PLCOnNet/issues) to request features or report bugs :bug:
186-
- improves the project with Pull Requests
182+
* Leave a ⭐ on the repository
183+
* Open [issues](https://github.com/masesgroup/PLCOnNet/issues) to report bugs 🐛 or request features
184+
* Submit Pull Requests to improve the project
187185

188186
This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.
189187

@@ -222,7 +220,7 @@ PLCOnNet uses [JNet](https://github.com/masesgroup/JNet), and indeed [JCOBridge]
222220
* Documentation is shared;
223221
* **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).
224222

225-
[JCOBridge 2.6.*](https://www.jcobridge.com) can be used for free without any obligations; you need to purchase a commercial license, or uninstall the software, if you have direct or indirect incomes from the product usage.
223+
[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.
226224

227225
### JCOBridge resources
228226

@@ -232,7 +230,7 @@ Have a look at the following JCOBridge resources:
232230
|:---: |:---: |:---: |
233231
|PLCOnNet | > 0.12.* series | 0.12.3 and > 0.13.* series |
234232
|Release notes|[Link](https://www.jcobridge.com/release-notes/)| [Link](https://www.jcobridge.com/release-notes/)|
235-
|Community Edition|[Conditions](https://www.jcobridge.com/pricing-25/)|[Conditions](https://www.jcobridge.com/pricing-25/)|
236-
|Commercial Edition|[Information](https://www.jcobridge.com/pricing-26/)|[Information](https://www.jcobridge.com/pricing-26/)|
233+
|Community Edition|[Conditions](https://www.jcobridge.com/pricing-25/)|[Conditions](https://www.jcobridge.com/pricing-26/)|
234+
|Commercial Edition|[Information](https://www.jcobridge.com/pricing-25/)|[Information](https://www.jcobridge.com/pricing-26/)|
237235

238236
Latest release: [![JCOBridge nuget](https://img.shields.io/nuget/v/MASES.JCOBridge)](https://www.nuget.org/packages/MASES.JCOBridge)

src/documentation/articles/intro.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,10 @@ See [PLCOnNet usage](src/documentation/articles/usage.md) for other examples.
181181

182182
### Community and Contribution
183183

184-
Do you like the project?
185-
- Request your free [community subscription](https://www.jcobridge.com/pricing-25/).
184+
If you find PLCOnNet useful:
186185

187-
Do you want to help us?
188-
- put a :star: on this project
189-
- open [issues](https://github.com/masesgroup/PLCOnNet/issues) to request features or report bugs :bug:
190-
- improves the project with Pull Requests
186+
* Leave a ⭐ on the repository
187+
* Open [issues](https://github.com/masesgroup/PLCOnNet/issues) to report bugs 🐛 or request features
188+
* Submit Pull Requests to improve the project
191189

192190
This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.

src/documentation/index.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,11 @@ See [PLCOnNet usage](src/documentation/articles/usage.md) for other examples.
182182

183183
### Community and Contribution
184184

185-
Do you like the project?
186-
- Request your free [community subscription](https://www.jcobridge.com/pricing-25/).
185+
If you find PLCOnNet useful:
187186

188-
Do you want to help us?
189-
- put a :star: on this project
190-
- open [issues](https://github.com/masesgroup/PLCOnNet/issues) to request features or report bugs :bug:
191-
- improves the project with Pull Requests
187+
* Leave a ⭐ on the repository
188+
* Open [issues](https://github.com/masesgroup/PLCOnNet/issues) to report bugs 🐛 or request features
189+
* Submit Pull Requests to improve the project
192190

193191
This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to coc_reporting@masesgroup.com.
194192

@@ -227,7 +225,7 @@ PLCOnNet uses [JNet](https://github.com/masesgroup/JNet), and indeed [JCOBridge]
227225
* Documentation is shared;
228226
* **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).
229227

230-
[JCOBridge 2.6.*](https://www.jcobridge.com) can be used for free without any obligations; you need to purchase a commercial license, or uninstall the software, if you have direct or indirect incomes from the product usage.
228+
[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.
231229

232230
### JCOBridge resources
233231

@@ -237,7 +235,7 @@ Have a look at the following JCOBridge resources:
237235
|:---: |:---: |:---: |
238236
|PLCOnNet | > 0.12.* series | 0.12.3 and > 0.13.* series |
239237
|Release notes|[Link](https://www.jcobridge.com/release-notes/)| [Link](https://www.jcobridge.com/release-notes/)|
240-
|Community Edition|[Conditions](https://www.jcobridge.com/pricing-25/)|[Conditions](https://www.jcobridge.com/pricing-25/)|
241-
|Commercial Edition|[Information](https://www.jcobridge.com/pricing-26/)|[Information](https://www.jcobridge.com/pricing-26/)|
238+
|Community Edition|[Conditions](https://www.jcobridge.com/pricing-25/)|[Conditions](https://www.jcobridge.com/pricing-26/)|
239+
|Commercial Edition|[Information](https://www.jcobridge.com/pricing-25/)|[Information](https://www.jcobridge.com/pricing-26/)|
242240

243241
Latest release: [![JCOBridge nuget](https://img.shields.io/nuget/v/MASES.JCOBridge)](https://www.nuget.org/packages/MASES.JCOBridge)

0 commit comments

Comments
 (0)