Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Sep 11, 2023
1 parent 4781726 commit 1752cc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog
- 2023-09-1 **1.0.3**
- Fix small bug with selection clash result
- 2023-09-03 **1.0.2**
- Support Navisworks 2024
- Add support quick snoop clash result by search guid and display name
- Change Ribbon name Appinfo to NavisLookup
- Change Ribbon name App info to NavisLookup
- 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**
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const string projectName = "Navisworks Lookup";
const string outputName = "Navis.NavisLookup";
const string outputDir = "output";
const string version = "1.0.2";
const string version = "1.0.3";
const string xmlName = "PackageContents.xml";
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
Expand Down

0 comments on commit 1752cc0

Please sign in to comment.