Skip to content

Commit

Permalink
Updated to v1.1.33.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranid committed Jan 22, 2022
1 parent ae8b4b2 commit 0cc6208
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 21 deletions.
9 changes: 5 additions & 4 deletions NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Authors>James Forshaw</Authors>
<Company>Google LLC.</Company>
<Product>NtApiDotNet.Forms</Product>
<FileVersion>1.1.32.0</FileVersion>
<Version>1.1.32</Version>
<FileVersion>1.1.33.0</FileVersion>
<Version>1.1.33</Version>
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -18,9 +18,10 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<UseWindowsForms>true</UseWindowsForms>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<PackageReleaseNotes>1.1.32
<PackageReleaseNotes>1.1.33
--------
* Too many changes to mention.
* Various bug fixes.
* Added RPC pipe support.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions NtApiDotNet.Forms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
9 changes: 5 additions & 4 deletions NtApiDotNet/NtApiDotNet.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@
<Authors>James Forshaw</Authors>
<Company>Google LLC.</Company>
<Product>NtApiDotNet</Product>
<FileVersion>1.1.32.0</FileVersion>
<Version>1.1.32</Version>
<FileVersion>1.1.33.0</FileVersion>
<Version>1.1.33</Version>
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl>
<Description>A .NET class library to access native NT API system calls</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>1.1.32
<PackageReleaseNotes>1.1.33
--------
* Too many changes to mention.
* Various bug fixes.
* Added RPC pipe support.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions NtApiDotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
2 changes: 1 addition & 1 deletion NtObjectManager/NtObjectManager.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>James Forshaw</Authors>
<Company>Google Inc.</Company>
<Product>NtObjectManager</Product>
<FileVersion>1.1.32.0</FileVersion>
<FileVersion>1.1.33.0</FileVersion>
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
Expand Down
7 changes: 4 additions & 3 deletions NtObjectManager/NtObjectManager.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions NtObjectManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
5 changes: 5 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0cc6208

Please sign in to comment.