File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8383### Added
8484- First public release
8585
86- [ Unreleased ] : https://github.com/goswinr/Rhino.Scripting/compare/0.11.0-net7...HEAD
87- [ 0.11.0 ] : https://github.com/goswinr/Rhino.Scripting/compare/0.10.1...0.11.0-net7
86+ [ Unreleased ] : https://github.com/goswinr/Rhino.Scripting/compare/0.12.0...HEAD
87+ [ 0.12.0 ] : https://github.com/goswinr/Rhino.Scripting/compare/0.11.0...0.12.0
88+ [ 0.11.0 ] : https://github.com/goswinr/Rhino.Scripting/compare/0.10.1...0.11.0
8889[ 0.10.1 ] : https://github.com/goswinr/Rhino.Scripting/compare/0.10.0...0.10.1
8990[ 0.10.0 ] : https://github.com/goswinr/Rhino.Scripting/compare/0.9.0...0.10.0
9091[ 0.9.0 ] : https://github.com/goswinr/Rhino.Scripting/compare/0.8.2...0.9.0
Original file line number Diff line number Diff line change @@ -212,8 +212,11 @@ These are implemented with 3 overloads and `Optional` and `DefaultParameterValu
212212[ goswinr.github.io/Rhino.Scripting] ( https://goswinr.github.io/Rhino.Scripting )
213213
214214## .NET Framework or .NET Core?
215+ On Rhino 8.19 or higher, you can use .NET 7.0 and .NET Framework 4.8.<br >
216+ For Rhino 7 and lower versions of Rhino 8, only .NET Framework 4.8 is recommended.<br >
215217
216- On Rhino 8.19 or higher, you can use .NET 7.0 too.<br >
218+ ## Windows or Mac?
219+ This library should work on Rhino for Mac just as well as on Windows.<br >
217220
218221
219222## Build from source
You can’t perform that action at this time.
0 commit comments