Skip to content

Commit 36fb127

Browse files
authored
Update pkg.json
1 parent ab629fd commit 36fb127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DSPythonNet3/pkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"file_hash": null,
44
"name": "PythonNet3 Engine",
55
"version": "$Version$",
6-
"description": "***This is PythonNet3 version***",
6+
"description": "An engine for Dynamo's Python nodes based on version 3 of the Python.NET open source library. This engine behaves similarly to the default 'CPython3' engine, with some improvements: - Fixed overloaded method resolution. ​- Improved generic method inference (don’t need to specify generics as often). - Define Python classes inheriting from .NET classes and interfaces.​- Better extension method support, including Linq. ​- Override .Net methods that have an 'out' or 'ref'. Please see our blog post for more detail: https://dynamobim.org/pythonnet3-a-new-dynamo-python-to-fix-everything",
77
"group": "",
88
"keywords": [
99
"pythonnet",
@@ -23,5 +23,5 @@
2323
"DSPythonNet3Empty, Version=$DllVersion$, Culture=neutral, PublicKeyToken=null"
2424
],
2525
"copyright_holder": "DynamoTeam",
26-
"copyright_year": "2024"
26+
"copyright_year": "2025"
2727
}

0 commit comments

Comments
 (0)