diff --git a/.idea/.idea.AppInfo/.idea/inspectionProfiles/Project_Default.xml b/.idea/.idea.AppInfo/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..ea57a77
--- /dev/null
+++ b/.idea/.idea.AppInfo/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.AppInfo/.idea/misc.xml b/.idea/.idea.AppInfo/.idea/misc.xml
deleted file mode 100644
index 283b9b4..0000000
--- a/.idea/.idea.AppInfo/.idea/misc.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c127ef..edd65c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
# Changelog
+- 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**
- First release support Navisworks 2020,2021,2022,2023
diff --git a/Installer/Installer.cs b/Installer/Installer.cs
index f28d62b..23f5868 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.0";
+const string version = "1.0.1";
const string xmlName = "PackageContents.xml";
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
diff --git a/NavisAppInfo/PackageContents.xml b/NavisAppInfo/PackageContents.xml
index b9c3387..a8b0567 100644
--- a/NavisAppInfo/PackageContents.xml
+++ b/NavisAppInfo/PackageContents.xml
@@ -1,19 +1,19 @@
-
+
-
+
-
+
-
+
\ No newline at end of file