From eb3baf614ed1d8991a0a7189ba671ad9cfad4d03 Mon Sep 17 00:00:00 2001 From: chuongmep <31106432+chuongmep@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:26:47 +0800 Subject: [PATCH] update new version --- CHANGELOG.md | 3 +++ Installer/Installer.cs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd65c0..3d4dc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +- 2023-09-03 **1.0.2** + - Support Navisworks 2024 + - Add support quick snoop clash result by search guid and display name - 2023-01-30 **1.0.1** - Add support for Platform Navisworks Simulate, See detail at [Differences between Navisworks Manage and Navisworks Simulate](https://knowledge.autodesk.com/support/navisworks-products/troubleshooting/caas/sfdcarticles/sfdcarticles/Functionality-differences-between-Navisworks-Manage-and-Simulate.html) - 2022-05-17 **1.0.0** diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 23f5868..73be04b 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -14,7 +14,7 @@ const string projectName = "Navisworks App Info"; const string outputName = "Navis.AppInfo"; const string outputDir = "output"; -const string version = "1.0.1"; +const string version = "1.0.2"; const string xmlName = "PackageContents.xml"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project