Skip to content

Commit 0cc6208

Browse files
committed
Updated to v1.1.33.
1 parent ae8b4b2 commit 0cc6208

File tree

8 files changed

+29
-21
lines changed

8 files changed

+29
-21
lines changed

NtApiDotNet.Forms/NtApiDotNet.Forms.Build.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<Authors>James Forshaw</Authors>
88
<Company>Google LLC.</Company>
99
<Product>NtApiDotNet.Forms</Product>
10-
<FileVersion>1.1.32.0</FileVersion>
11-
<Version>1.1.32</Version>
10+
<FileVersion>1.1.33.0</FileVersion>
11+
<Version>1.1.33</Version>
1212
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
1313
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
@@ -18,9 +18,10 @@
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
<UseWindowsForms>true</UseWindowsForms>
2020
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
21-
<PackageReleaseNotes>1.1.32
21+
<PackageReleaseNotes>1.1.33
2222
--------
23-
* Too many changes to mention.
23+
* Various bug fixes.
24+
* Added RPC pipe support.
2425
</PackageReleaseNotes>
2526
</PropertyGroup>
2627

NtApiDotNet.Forms/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("Google Inc.")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("NtApiDotNet.Forms")]
12-
[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2020")]
12+
[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2021")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.32.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.32")]
35+
[assembly: AssemblyFileVersion("1.1.33.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.33")]

NtApiDotNet/NtApiDotNet.Build.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@
77
<Authors>James Forshaw</Authors>
88
<Company>Google LLC.</Company>
99
<Product>NtApiDotNet</Product>
10-
<FileVersion>1.1.32.0</FileVersion>
11-
<Version>1.1.32</Version>
10+
<FileVersion>1.1.33.0</FileVersion>
11+
<Version>1.1.33</Version>
1212
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
1313
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1515
<RepositoryUrl>https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools</RepositoryUrl>
1616
<Description>A .NET class library to access native NT API system calls</Description>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
19-
<PackageReleaseNotes>1.1.32
19+
<PackageReleaseNotes>1.1.33
2020
--------
21-
* Too many changes to mention.
21+
* Various bug fixes.
22+
* Added RPC pipe support.
2223
</PackageReleaseNotes>
2324
</PropertyGroup>
2425

NtApiDotNet/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Google Inc.")]
1111
[assembly: AssemblyProduct("NtApiDotNet")]
12-
[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2020")]
12+
[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2021")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.32.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.32")]
35+
[assembly: AssemblyFileVersion("1.1.33.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.33")]

NtObjectManager/NtObjectManager.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Authors>James Forshaw</Authors>
88
<Company>Google Inc.</Company>
99
<Product>NtObjectManager</Product>
10-
<FileVersion>1.1.32.0</FileVersion>
10+
<FileVersion>1.1.33.0</FileVersion>
1111
<Copyright>Copyright © Google LLC. 2016-2021</Copyright>
1212
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1313
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>

NtObjectManager/NtObjectManager.psd1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
RootModule = 'NtObjectManager.psm1'
1919

2020
# Version number of this module.
21-
ModuleVersion = '1.1.32'
21+
ModuleVersion = '1.1.33'
2222

2323
# ID used to uniquely identify this module
2424
GUID = 'ac251c97-67a6-4bc4-bb8a-5ae300e93030'
@@ -211,9 +211,10 @@ PrivateData = @{
211211
ProjectUri = 'https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools'
212212

213213
# ReleaseNotes of this module
214-
ReleaseNotes = '1.1.32
214+
ReleaseNotes = '1.1.33
215215
--------
216-
* Too many changes to mention.
216+
* Various bug fixes.
217+
* Added RPC pipe support.
217218
'
218219

219220
# External dependent modules of this module

NtObjectManager/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Google Inc.")]
1111
[assembly: AssemblyProduct("NtObjectManager")]
12-
[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2020")]
12+
[assembly: AssemblyCopyright("Copyright © Google Inc. 2016-2021")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -32,5 +32,5 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.32.0")]
36-
[assembly: AssemblyInformationalVersion("1.1.32")]
35+
[assembly: AssemblyFileVersion("1.1.33.0")]
36+
[assembly: AssemblyInformationalVersion("1.1.33")]

README.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ Thanks to the people who were willing to test it and give feedback:
3737

3838
Release Notes:
3939

40+
1.1.33
41+
--------
42+
* Various bug fixes.
43+
* Added RPC pipe support.
44+
4045
1.1.32
4146
--------
4247
* Too many changes to mention.

0 commit comments

Comments
 (0)