Skip to content

Commit

Permalink
Merge pull request #13 from RobertGlobant20/DYN-7080-Updating-Descrip…
Browse files Browse the repository at this point in the history
…tions-IronPython

DYN-7080 Updating IronPython2.7 package Description
  • Loading branch information
QilongTang authored Jul 3, 2024
2 parents f08da24 + 6459246 commit 85c8308
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions DSIronPython/pkg.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"license": "",
"file_hash": null,
"name": "DynamoIronPython2.7",
"version": "3.1.0",
"description": "*** This is the official version of the IronPython Extension which will load the IronPython2 evaluation engine for Dynamo. *** \r\n\r\nIf you see the following warning 'The configured Python engine could not be found' when you try to run a Python Script node which is set to use IronPython2, the host application for Dynamo (Such as Revit or Civil 3d) will have chosen to exclude IronPython2 as default installed content and you will need to download this extension in order to enable IronPython2 again.\r\n\r\nYou have the ability to either download this IronPython2 Extension or use the alternative out-of-the-box CPython3 engine and migrate your legacy IronPython2 code to CPython3. While there are differences in language the Python basis is the same and we have provided a Migration Assistant to help you migrate your code to Python3.",
"group": "",
"keywords": [ "python", "ironpython" ],
"dependencies": [],
"host_dependencies": [ "Revit", "Civil 3D", "Alias", "Advance Steel", "FormIt" ],
"contents": "",
"engine_version": "3.0.0",
"engine": "dynamo",
"engine_metadata": "Version 3.0 of this pacakge is compatible with Dynamo 3.0.0 release or newer",
"site_url": "https://dynamobim.org/",
"repository_url": "https://github.com/DynamoDS/Dynamo",
"contains_binaries": true,
"node_libraries": [ "DSIronPythonEmpty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" ]
"license": "",
"file_hash": null,
"name": "DynamoIronPython2.7",
"version": "3.1.1",
"description": "*** This is the official version of the IronPython Extension which will load the IronPython2 evaluation engine for Dynamo. Due to Dynamo's framework update from .NET4.8 to .NET8.0, IronPython2 is NOT officially supported for Dynamo versions 3.0 and above *** \r\n\r\nIf you see the following warning 'The configured Python engine could not be found' when you try to run a Python Script node which is set to use IronPython2, the host application for Dynamo (Such as Revit or Civil 3d) will have chosen to exclude IronPython2 as default installed content and you will need to download this extension in order to enable IronPython2 again.\r\n\r\nYou have the ability to either download this IronPython2 Extension or use the alternative out-of-the-box CPython3 engine and migrate your legacy IronPython2 code to CPython3. While there are differences in language the Python basis is the same and we have provided a Migration Assistant to help you migrate your code to Python3.",
"group": "",
"keywords": [ "python", "ironpython" ],
"dependencies": [],
"host_dependencies": [ "Revit", "Civil 3D", "Alias", "Advance Steel", "FormIt" ],
"contents": "",
"engine_version": "3.0.0",
"engine": "dynamo",
"engine_metadata": "Version 3.0 of this pacakge is compatible with Dynamo 3.0.0 release or newer",
"site_url": "https://dynamobim.org/",
"repository_url": "https://github.com/DynamoDS/Dynamo",
"contains_binaries": true,
"node_libraries": [ "DSIronPythonEmpty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" ]
}

0 comments on commit 85c8308

Please sign in to comment.