Skip to content

Commit

Permalink
Merge branch 'masesgroup:master' into 329-upgrade-docker-images-to-net-8
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Feb 20, 2024
2 parents 17c12fb + 0b11de6 commit 9bfb029
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDU
* V2.0.0+: the most notable changes in this version are in:
* JNet: complete review of all classes based on automatic generation done using JNetReflector
* JNetReflector: improvements in many areas from generation of .NET interfaces to generics and where clauses, full story in https://github.com/masesgroup/JNet/issues/178

* V2.3.0+: the most notable changes in this version are in:
* JNet: review of classes based on latest updates of JNetReflector
* JNetReflector: use `Java.Lang.String`, by default, instead of `string` (`System.String`) (see https://github.com/masesgroup/JNet/issues/363)

---

## Runtime engine
Expand Down
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ <h3 id="news">News</h3>
<li>JNetReflector: improvements in many areas from generation of .NET interfaces to generics and where clauses, full story in <a href="https://github.com/masesgroup/JNet/issues/178">https://github.com/masesgroup/JNet/issues/178</a></li>
</ul>
</li>
<li>V2.3.0+: the most notable changes in this version are in:
<ul>
<li>JNet: review of classes based on latest updates of JNetReflector</li>
<li>JNetReflector: use <code>Java.Lang.String</code>, by default, instead of <code>string</code> (<code>System.String</code>) (see <a href="https://github.com/masesgroup/JNet/issues/363">https://github.com/masesgroup/JNet/issues/363</a>)</li>
</ul>
</li>
</ul>
<hr>
<h2 id="runtime-engine">Runtime engine</h2>
Expand Down
3 changes: 3 additions & 0 deletions src/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDU
* V2.0.0+: the most notable changes in this version are in:
* JNet: complete review of all classes based on automatic generation done using JNetReflector
* JNetReflector: improvements in many areas from generation of .NET interfaces to generics and where clauses, full story in https://github.com/masesgroup/JNet/issues/178
* V2.3.0+: the most notable changes in this version are in:
* JNet: review of classes based on latest updates of JNetReflector
* JNetReflector: use `Java.Lang.String`, by default, instead of `string` (`System.String`) (see https://github.com/masesgroup/JNet/issues/363)

---

Expand Down

0 comments on commit 9bfb029

Please sign in to comment.