Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Feb 4, 2019
1 parent 7680a4a commit 9806a4e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
6 changes: 6 additions & 0 deletions OleViewDotNet.Main/OleViewDotNet.Main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,18 @@
<None Include="symbol_cache\537064A49E5390FE93D52ADCD81318DC.sym">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="symbol_cache\6C28951826CB3339A320224696688F27.sym">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="symbol_cache\74CF7757A41B0416FB45AEAC52BD5952.sym">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="symbol_cache\789A3A3D760237153A6E7B782432926C.sym">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="symbol_cache\8AF5F0A4B784EAE7901C8B937AB7411E.sym">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="symbol_cache\9DEFDAB1B9116D6031522670A6898845.sym">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 1 addition & 1 deletion OleViewDotNet.Main/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.6")]
[assembly: AssemblyInformationalVersion("1.7")]
10 changes: 6 additions & 4 deletions OleViewDotNet.PowerShell/OleViewDotNet.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
RootModule = 'OleViewDotNet.psm1'

# Version number of this module.
ModuleVersion = '1.6'
ModuleVersion = '1.7'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion OleViewDotNet.PowerShell/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.6")]
[assembly: AssemblyInformationalVersion("1.7")]
2 changes: 1 addition & 1 deletion OleViewDotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.6")]
[assembly: AssemblyInformationalVersion("1.7")]

0 comments on commit 9806a4e

Please sign in to comment.