Skip to content

Commit b3bf797

Browse files
author
James Forshaw
committed
Updated to v1.1.9
1 parent 499bab7 commit b3bf797

File tree

7 files changed

+28
-8
lines changed

7 files changed

+28
-8
lines changed

NtApiDotNet/NtApiDotNet.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>NtApiDotNet</Product>
10-
<FileVersion>1.1.8.0</FileVersion>
10+
<FileVersion>1.1.9.0</FileVersion>
1111
<Copyright>Copyright © Google Inc. 2016, 2017, 2018</Copyright>
1212
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1313
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>

NtApiDotNet/NtApiDotNet.nuspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>A .NET class library to access native NT API system calls</description>
1313
<releaseNotes>
14+
1.1.9
15+
-----
16+
* Fix for bug when querying extended process information on Windows 7/8.
17+
* Add OneDrive file attributes from thierry.franzetti.
18+
* Added support for displaying child AppContainer names.
19+
* Various improvements to section editor including integer data inspectors.
20+
1421
1.1.8
1522
-----
1623
* Better support for relative paths in the cmdlets including supporting ones based on the current directory.

NtApiDotNet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.8.0")]
37-
[assembly: AssemblyInformationalVersion("1.1.8")]
36+
[assembly: AssemblyFileVersion("1.1.9.0")]
37+
[assembly: AssemblyInformationalVersion("1.1.9")]

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.8.0</FileVersion>
10+
<FileVersion>1.1.9.0</FileVersion>
1111
<Copyright>Copyright © Google Inc. 2016, 2017, 2018</Copyright>
1212
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1313
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>

NtObjectManager/NtObjectManager.psd1

Lines changed: 8 additions & 2 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.8'
21+
ModuleVersion = '1.1.9'
2222

2323
# Supported PSEditions
2424
# CompatiblePSEditions = @()
@@ -93,7 +93,13 @@ PrivateData = @{
9393
ProjectUri = 'https://github.com/google/sandbox-attacksurface-analysis-tools'
9494

9595
# ReleaseNotes of this module
96-
ReleaseNotes = '1.1.8
96+
ReleaseNotes = '1.1.9
97+
-----
98+
* Fix for bug when querying extended process information on Windows 7/8.
99+
* Add OneDrive file attributes from thierry.franzetti.
100+
* Added support for displaying child AppContainer names.
101+
* Various improvements to section editor including integer data inspectors.
102+
1.1.8
97103
-----
98104
* Better support for relative paths in the cmdlets including supporting ones based on the current directory.
99105
* RenameEx and DispositionEx support from fllombard.

NtObjectManager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.8.0")]
37-
[assembly: AssemblyInformationalVersion("1.1.8")]
36+
[assembly: AssemblyFileVersion("1.1.9.0")]
37+
[assembly: AssemblyInformationalVersion("1.1.9")]

README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ with .NET Core 2.0 by building the specific project files.
2121

2222
Release Notes:
2323

24+
1.1.9
25+
-----
26+
* Fix for bug when querying extended process information on Windows 7/8.
27+
* Add OneDrive file attributes from thierry.franzetti.
28+
* Added support for displaying child AppContainer names.
29+
* Various improvements to section editor including integer data inspectors.
30+
2431
1.1.8
2532
-----
2633
* Better support for relative paths in the cmdlets including supporting ones based on the current directory.

0 commit comments

Comments
 (0)