Skip to content

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpierson committed Jul 25, 2023
1 parent 8803fa7 commit c496af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ private void SaveGraph()
//set the version to the user selection
dynamoObject["Version"] = this.TargetDynamoVersion.VersionForFile;

//set the file to automatic TODO: see if there is a way to to store the original run mode, rather than just setting to automatic
//set the file to automatic
dynamoObject["RunType"] = _originalRunType;

//set the view back to the file
Expand Down
2 changes: 1 addition & 1 deletion package/DynamoGraphMigrationAssistant/pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "MIT",
"file_hash": null,
"name": "Graph Migration Assistant",
"version": "0.0.12",
"version": "0.0.13",
"description": "GraphMigrationAssistant (GMA) is a View Extension for Dynamo that allows you to upgrade Dynamo graphs to other versions. The target use-case for this is for migrating Dynamo graphs from pre 2.13.x versions to 2.13.x and up. This allows you to account for node sizes, if node replacement, python migration and more. ",
"group": "Dynamo Workspace",
"keywords": ["migration"],
Expand Down

0 comments on commit c496af4

Please sign in to comment.