File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed
Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 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+
14201.1.5
1521-----
1622* Fixed crash on 32 bit Windows when enumerating NT types.
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ The tools can be built with Visual Studio 2017
2020
2121Release 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+
23291.1.5
2430-----
2531* Fixed crash on 32 bit Windows when enumerating NT types.
You can’t perform that action at this time.
0 commit comments