From f243f2129565a7becc5647c3039f03412d5b9df1 Mon Sep 17 00:00:00 2001 From: reddyashish <43763136+reddyashish@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:17:08 -0800 Subject: [PATCH] Upgrade to 2.0.0 version --- TuneUp/Properties/AssemblyInfo.cs | 4 ++-- TuneUp/manifests/pkg.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TuneUp/Properties/AssemblyInfo.cs b/TuneUp/Properties/AssemblyInfo.cs index f78e87f..f0e06f4 100644 --- a/TuneUp/Properties/AssemblyInfo.cs +++ b/TuneUp/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.16")] -[assembly: AssemblyFileVersion("1.0.16")] +[assembly: AssemblyVersion("2.0.0")] +[assembly: AssemblyFileVersion("2.0.0")] diff --git a/TuneUp/manifests/pkg.json b/TuneUp/manifests/pkg.json index 7b48895..24a1e56 100644 --- a/TuneUp/manifests/pkg.json +++ b/TuneUp/manifests/pkg.json @@ -2,7 +2,7 @@ "license": "MIT", "file_hash": null, "name": "TuneUp", - "version": "1.0.16", + "version": "2.0.0", "description": "On Dynamo 2.5–2.19 (.NET 4.8), use TuneUp versions up to 1.0.7.\r\nOn Dynamo 3.0+ (.NET 8), use TuneUp versions 1.0.8 and later.\r\n\r\nTuneUp is a view extension for analyzing the performance of Dynamo graphs. TuneUp allows you to see overall graph execution time, per-node execution time, execution time of groups, and other helpful information. With TuneUp, you can rerun all nodes, including ones that are normally skipped for optimization/caching during repeated runs of a graph. This enables you to compare the actual execution times between multiple runs. Read more here: https://dynamobim.org/tuneup-extension-explore-your-node-and-graph-execution-times/. \r\n\r\nKnown issues:\r\n1. TuneUp does not work in a custom node workspace.\r\n2. TuneUp binaries are not semantically versioned and are not intended to be built on top of as an API. Do not treat these binaries like DynamoCore.", "group": "", "keywords": [ @@ -15,7 +15,7 @@ "engine_version": "3.0.0.7186", "engine": "dynamo", "engine_metadata": "", - "site_url": "https://dynamobim.org/", + "site_url": "https://dynamobim.org/tuneup-extension-explore-your-node-and-graph-execution-times/", "repository_url": "https://github.com/DynamoDS/TuneUp", "contains_binaries": true, "node_libraries": [],