diff --git a/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj b/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj index 4a7780b55..904036a10 100644 --- a/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj +++ b/NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj @@ -7,8 +7,8 @@ James Forshaw Google LLC. NtApiDotNet.Forms - 1.1.32.0 - 1.1.32 + 1.1.33.0 + 1.1.33 Copyright © Google LLC. 2016-2021 1.0.0.0 Apache-2.0 @@ -18,9 +18,10 @@ true true true - 1.1.32 + 1.1.33 -------- -* Too many changes to mention. +* Various bug fixes. +* Added RPC pipe support. diff --git a/NtApiDotNet.Forms/Properties/AssemblyInfo.cs b/NtApiDotNet.Forms/Properties/AssemblyInfo.cs index 2f2063552..dba038b8e 100644 --- a/NtApiDotNet.Forms/Properties/AssemblyInfo.cs +++ b/NtApiDotNet.Forms/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("Google Inc.")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("NtApiDotNet.Forms")] -[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2020")] +[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.1.32.0")] -[assembly: AssemblyInformationalVersion("1.1.32")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.1.33.0")] +[assembly: AssemblyInformationalVersion("1.1.33")] \ No newline at end of file diff --git a/NtApiDotNet/NtApiDotNet.Build.csproj b/NtApiDotNet/NtApiDotNet.Build.csproj index 8251e4dc8..ef755446a 100644 --- a/NtApiDotNet/NtApiDotNet.Build.csproj +++ b/NtApiDotNet/NtApiDotNet.Build.csproj @@ -7,8 +7,8 @@ James Forshaw Google LLC. NtApiDotNet - 1.1.32.0 - 1.1.32 + 1.1.33.0 + 1.1.33 Copyright © Google LLC. 2016-2021 1.0.0.0 Apache-2.0 @@ -16,9 +16,10 @@ A .NET class library to access native NT API system calls true true - 1.1.32 + 1.1.33 -------- -* Too many changes to mention. +* Various bug fixes. +* Added RPC pipe support. diff --git a/NtApiDotNet/Properties/AssemblyInfo.cs b/NtApiDotNet/Properties/AssemblyInfo.cs index 205b33314..49f2a911c 100644 --- a/NtApiDotNet/Properties/AssemblyInfo.cs +++ b/NtApiDotNet/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Google Inc.")] [assembly: AssemblyProduct("NtApiDotNet")] -[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2020")] +[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.1.32.0")] -[assembly: AssemblyInformationalVersion("1.1.32")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.1.33.0")] +[assembly: AssemblyInformationalVersion("1.1.33")] \ No newline at end of file diff --git a/NtObjectManager/NtObjectManager.Core.csproj b/NtObjectManager/NtObjectManager.Core.csproj index 653bd9cf5..6f6d05a82 100644 --- a/NtObjectManager/NtObjectManager.Core.csproj +++ b/NtObjectManager/NtObjectManager.Core.csproj @@ -7,7 +7,7 @@ James Forshaw Google Inc. NtObjectManager - 1.1.32.0 + 1.1.33.0 Copyright © Google LLC. 2016-2021 1.0.0.0 https://www.apache.org/licenses/LICENSE-2.0 diff --git a/NtObjectManager/NtObjectManager.psd1 b/NtObjectManager/NtObjectManager.psd1 index 97289ccee..47d144240 100644 --- a/NtObjectManager/NtObjectManager.psd1 +++ b/NtObjectManager/NtObjectManager.psd1 @@ -18,7 +18,7 @@ RootModule = 'NtObjectManager.psm1' # Version number of this module. -ModuleVersion = '1.1.32' +ModuleVersion = '1.1.33' # ID used to uniquely identify this module GUID = 'ac251c97-67a6-4bc4-bb8a-5ae300e93030' @@ -211,9 +211,10 @@ PrivateData = @{ ProjectUri = 'https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools' # ReleaseNotes of this module - ReleaseNotes = '1.1.32 + ReleaseNotes = '1.1.33 -------- -* Too many changes to mention. +* Various bug fixes. +* Added RPC pipe support. ' # External dependent modules of this module diff --git a/NtObjectManager/Properties/AssemblyInfo.cs b/NtObjectManager/Properties/AssemblyInfo.cs index 98a921cc1..11695f49f 100644 --- a/NtObjectManager/Properties/AssemblyInfo.cs +++ b/NtObjectManager/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Google Inc.")] [assembly: AssemblyProduct("NtObjectManager")] -[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2020")] +[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.1.32.0")] -[assembly: AssemblyInformationalVersion("1.1.32")] +[assembly: AssemblyFileVersion("1.1.33.0")] +[assembly: AssemblyInformationalVersion("1.1.33")] diff --git a/README.txt b/README.txt index 0736f0419..a63bec6c1 100644 --- a/README.txt +++ b/README.txt @@ -37,6 +37,11 @@ Thanks to the people who were willing to test it and give feedback: Release Notes: +1.1.33 +-------- +* Various bug fixes. +* Added RPC pipe support. + 1.1.32 -------- * Too many changes to mention.