Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DYN-7080 Updating Description IronPython3 #15

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package_output/DSIronPython3/pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"license": "",
"file_hash": null,
"name": "DynamoIronPython3",
"version": "1.4.0",
"description": "unofficial python package for the IronPython 3 engine + stdlib. If you are using Dynamo < 3.x use package version < 1.2 ",
"version": "1.4.1",
"description": "***This is an unofficial version of the IronPython 3 Extension and Standard Library which will load the IronPython3 evaluation engine for Dynamo.\r\n\r\nDue to Dynamo's framework update from .NET4.8 to .NET8.0, you need to use the following versions of IronPython3:\r\n\r\n1. For Dynamo versions in the 2.X series, use IronPython3 versions less than 1.2\r\n2. For Dynamo versions in the 3.X series and above, use IronPython3 versions 1.3.1 or greater***",
"group": "",
"keywords": [ "python", "ironpython", "ironpython3" ],
"dependencies": [],
Expand Down
Loading