Skip to content

Commit

Permalink
Updated to v1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Jul 1, 2020
1 parent aea689f commit 9964b3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
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.10")]
[assembly: AssemblyInformationalVersion("1.11")]
9 changes: 6 additions & 3 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.10'
ModuleVersion = '1.11'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -89,9 +89,12 @@ PrivateData = @{
ProjectUri = 'https://github.com/tyranid/oleviewdotnet'

# ReleaseNotes of this module
ReleaseNotes = 'v1.10
ReleaseNotes = 'v1.11
----
* Updated NtApiDotNet to v1.1.27.
* Updated NtApiDotNet to v1.1.28.
* Fixed OXIDEntry parsing for Windows 10 2004.
* Added Test-ComInterface.
* Added partial matching for CLSID/IID.
'

} # 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.10")]
[assembly: AssemblyInformationalVersion("1.11")]

0 comments on commit 9964b3e

Please sign in to comment.