Skip to content

Commit

Permalink
v1.0.1 for package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpierson committed Sep 14, 2023
1 parent ff18894 commit 8607e2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,11 @@ <h3>Optional Graph Updates</h3>
<b>Force input order:</b> Creates an input order (for example, to use in Dynamo Player) by appending a prefix to the name of each node marked as “Is Input.” The prefix is 001|, 002|, etc. Numbering will begin with the node closest to the top of the workspace.<br />
<b>Swap line breaks to pinned notes:</b> If a node name includes a line break, this option will take the text before the line break and turn it into a pinned note. The text after the line break will remain as the node’s name.<br />
</p>
<h3>Other Considerations</h3>
<p>
Older Dynamo graphs (1.3.x versions)
<br />
<br />
At this time, the tool will only perform a migration on graphs that have already been updated to a 2.x (JSON based) file format. If you happen to have any 1.x versions of your Dynamo graphs, the tool will skip over those files and place them in a special output folder.
</p>
</body>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<AssemblyTitle>DynamoMigrationAssistantViewExtension</AssemblyTitle>
<Product>DynamoMigrationAssistantViewExtension</Product>
<Copyright>Copyright © 2023</Copyright>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<OutputPath>bin\$(Configuration)\</OutputPath>
<OutputType>Library</OutputType>
</PropertyGroup>
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": "1.0.0",
"version": "1.0.1",
"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 8607e2b

Please sign in to comment.