-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from RobertGlobant20/DYN-7080-Updating-Descrip…
…tions-IronPython DYN-7080 Updating IronPython2.7 package Description
- Loading branch information
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" ] | ||
} |