diff --git a/OleViewDotNet.Main/OleViewDotNet.Main.csproj b/OleViewDotNet.Main/OleViewDotNet.Main.csproj
index 40c03220..12706410 100644
--- a/OleViewDotNet.Main/OleViewDotNet.Main.csproj
+++ b/OleViewDotNet.Main/OleViewDotNet.Main.csproj
@@ -546,12 +546,18 @@
Always
+
+ Always
+
Always
Always
+
+ Always
+
Always
diff --git a/OleViewDotNet.Main/Properties/AssemblyInfo.cs b/OleViewDotNet.Main/Properties/AssemblyInfo.cs
index 9af2c96a..29d75079 100644
--- a/OleViewDotNet.Main/Properties/AssemblyInfo.cs
+++ b/OleViewDotNet.Main/Properties/AssemblyInfo.cs
@@ -16,4 +16,4 @@
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
-[assembly: AssemblyInformationalVersion("1.6")]
+[assembly: AssemblyInformationalVersion("1.7")]
diff --git a/OleViewDotNet.PowerShell/OleViewDotNet.psd1 b/OleViewDotNet.PowerShell/OleViewDotNet.psd1
index b1609ca1..590fab9a 100644
--- a/OleViewDotNet.PowerShell/OleViewDotNet.psd1
+++ b/OleViewDotNet.PowerShell/OleViewDotNet.psd1
@@ -20,7 +20,7 @@
RootModule = 'OleViewDotNet.psm1'
# Version number of this module.
-ModuleVersion = '1.6'
+ModuleVersion = '1.7'
# Supported PSEditions
# CompatiblePSEditions = @()
@@ -88,10 +88,12 @@ PrivateData = @{
ProjectUri = 'https://github.com/tyranid/oleviewdotnet'
# ReleaseNotes of this module
- ReleaseNotes = 'v1.6
+ ReleaseNotes = 'v1.7
----
-* Added support for enumerating COM runtime extensions
-* Various bug fixes
+* Added parsing of activation contexts.
+* Added simple auto-save/auto-load functionality for the GUI.
+* Added Get-ComProgId function.
+* Added source information for inbuilt classes.
'
} # End of PSData hashtable
diff --git a/OleViewDotNet.PowerShell/Properties/AssemblyInfo.cs b/OleViewDotNet.PowerShell/Properties/AssemblyInfo.cs
index 515c5199..9a5b2817 100644
--- a/OleViewDotNet.PowerShell/Properties/AssemblyInfo.cs
+++ b/OleViewDotNet.PowerShell/Properties/AssemblyInfo.cs
@@ -16,4 +16,4 @@
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
-[assembly: AssemblyInformationalVersion("1.6")]
\ No newline at end of file
+[assembly: AssemblyInformationalVersion("1.7")]
\ No newline at end of file
diff --git a/OleViewDotNet/Properties/AssemblyInfo.cs b/OleViewDotNet/Properties/AssemblyInfo.cs
index 64d60a4b..dfc2030a 100644
--- a/OleViewDotNet/Properties/AssemblyInfo.cs
+++ b/OleViewDotNet/Properties/AssemblyInfo.cs
@@ -16,4 +16,4 @@
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
-[assembly: AssemblyInformationalVersion("1.6")]
+[assembly: AssemblyInformationalVersion("1.7")]