diff --git a/Microsoft.O365.Security.Native.ETW/AssemblyInfo.cpp b/Microsoft.O365.Security.Native.ETW/AssemblyInfo.cpp index 430f7d7..574432e 100644 --- a/Microsoft.O365.Security.Native.ETW/AssemblyInfo.cpp +++ b/Microsoft.O365.Security.Native.ETW/AssemblyInfo.cpp @@ -32,8 +32,8 @@ using namespace System::Security::Permissions; // You can specify all the value or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly:AssemblyVersionAttribute("4.4.1.0")]; +[assembly:AssemblyVersionAttribute("4.4.2.0")]; [assembly:ComVisible(false)]; -[assembly:CLSCompliantAttribute(true)]; \ No newline at end of file +[assembly:CLSCompliantAttribute(true)]; diff --git a/O365.Security.Native.ETW.Debug.nuspec b/O365.Security.Native.ETW.Debug.nuspec index a4e7405..08bace4 100644 --- a/O365.Security.Native.ETW.Debug.nuspec +++ b/O365.Security.Native.ETW.Debug.nuspec @@ -2,7 +2,7 @@ Microsoft.O365.Security.Native.ETW.Debug - 4.4.1 + 4.4.2 Microsoft.O365.Security.Native.ETW Debug - managed wrappers for krabsetw Microsoft Microsoft @@ -12,8 +12,8 @@ Microsoft.O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. This is the Debug build. Microsoft.O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. This is the Debug build. - Version 4.4.1: - - Correctly handle 8-byte long addresses in an x86 application + Version 4.4.2: + - Support reading TraceLogging events. © Microsoft Corporation. All rights reserved. diff --git a/O365.Security.Native.ETW.nuspec b/O365.Security.Native.ETW.nuspec index 48594f3..08e0178 100644 --- a/O365.Security.Native.ETW.nuspec +++ b/O365.Security.Native.ETW.nuspec @@ -2,7 +2,7 @@ Microsoft.O365.Security.Native.ETW - 4.4.1 + 4.4.2 Microsoft.O365.Security.Native.ETW - managed wrappers for krabsetw Microsoft Microsoft @@ -12,8 +12,8 @@ Microsoft.O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library. Microsoft.O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library. - Version 4.4.1: - - Correctly handle 8-byte long addresses in an x86 application + Version 4.4.2: + - Support reading TraceLogging events. © Microsoft Corporation. All rights reserved. diff --git a/krabsetw.nuspec b/krabsetw.nuspec index 6d789e5..e750726 100644 --- a/krabsetw.nuspec +++ b/krabsetw.nuspec @@ -2,7 +2,7 @@ Microsoft.O365.Security.Krabsetw - 4.4.1 + 4.4.2 Krabs ETW Wrappers Microsoft Microsoft @@ -12,8 +12,8 @@ Krabs ETW provides a modern C++ wrapper around the low-level ETW trace consumption functions Krabs ETW provides a modern C++ wrapper around the low-level ETW trace consumption functions - Version 4.4.1: - - Correctly handle 8-byte long addresses in an x86 application + Version 4.4.2: + - Support reading TraceLogging events. © Microsoft Corporation. All rights reserved.