Skip to content

Commit f74d3bb

Browse files
author
James Forshaw
committed
Updated version numbers.
1 parent cf8b8a9 commit f74d3bb

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

NtApiDotNet/NtApiDotNet.nuspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>A .NET class library to access native NT API system calls</description>
1313
<releaseNotes>
14+
1.1.6
15+
-----
16+
* Added support for child process policy and desktop app policy to Win32ProcessConfig.
17+
* Added new mitigation options from Win10 1709.
18+
* Fix a couple of crashes.
19+
1420
1.1.5
1521
-----
1622
* Fixed crash on 32 bit Windows when enumerating NT types.

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.5.0")]
37-
[assembly: AssemblyInformationalVersion("1.1.5")]
36+
[assembly: AssemblyFileVersion("1.1.6.0")]
37+
[assembly: AssemblyInformationalVersion("1.1.6")]

NtObjectManager/NtObjectManager.psd1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,11 @@ PrivateData = @{
131131
# IconUri = ''
132132

133133
# ReleaseNotes of this module
134-
ReleaseNotes = '1.1.5
134+
ReleaseNotes = '1.1.6
135+
-----
136+
* Added support for child process policy and desktop app policy to Win32ProcessConfig.
137+
* Added new mitigation options from Win10 1709.
138+
* Fix a couple of crashes.1.1.5
135139
-----
136140
* Fixed crash on 32 bit Windows when enumerating NT types.
137141
* Merged ManagedHandleUtils assembly into main NtApiDotNet under the Win32 namespace.

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.5.0")]
37-
[assembly: AssemblyInformationalVersion("1.1.5")]
36+
[assembly: AssemblyFileVersion("1.1.6.0")]
37+
[assembly: AssemblyInformationalVersion("1.1.6")]

README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ The tools can be built with Visual Studio 2017
2020

2121
Release Notes:
2222

23+
1.1.6
24+
-----
25+
* Added support for child process policy and desktop app policy to Win32ProcessConfig.
26+
* Added new mitigation options from Win10 1709.
27+
* Fix a couple of crashes.
28+
2329
1.1.5
2430
-----
2531
* Fixed crash on 32 bit Windows when enumerating NT types.

0 commit comments

Comments
 (0)