diff --git a/O365.Security.Native.ETW.Debug.nuspec b/O365.Security.Native.ETW.Debug.nuspec index 74f14a5..d81ab86 100644 --- a/O365.Security.Native.ETW.Debug.nuspec +++ b/O365.Security.Native.ETW.Debug.nuspec @@ -2,7 +2,7 @@ O365.Security.Native.ETW.Debug - 1.0.2 + 1.0.4 O365.Security.Native.ETW Debug - managed wrappers for krabsetw Microsoft Corporation,OneDrive/SharePoint Security Microsoft Corporation,OneDrive/SharePoint Security @@ -11,7 +11,7 @@ false O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." This is the Debug build. O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." This is the Debug build. - Fix string length issue in certain ETW Providers. + Support fixed-length strings in collection_view. Copyright 2016 Microsoft Corporation ETW krabs lobsters managed cppcli diff --git a/O365.Security.Native.ETW.nuspec b/O365.Security.Native.ETW.nuspec index 43d4125..4abea1f 100644 --- a/O365.Security.Native.ETW.nuspec +++ b/O365.Security.Native.ETW.nuspec @@ -2,7 +2,7 @@ O365.Security.Native.ETW - 1.0.2 + 1.0.4 O365.Security.Native.ETW - managed wrappers for krabsetw Microsoft Corporation,OneDrive/SharePoint Security Microsoft Corporation,OneDrive/SharePoint Security @@ -11,7 +11,7 @@ false O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." - Fix string length issue in certain ETW Providers. + Support fixed-length strings in collection_view. Copyright 2016 Microsoft Corporation ETW krabs lobsters managed cppcli diff --git a/O365.Security.Native.ETW/O365.Security.Native.ETW.vcxproj b/O365.Security.Native.ETW/O365.Security.Native.ETW.vcxproj index 398670a..84e8397 100644 --- a/O365.Security.Native.ETW/O365.Security.Native.ETW.vcxproj +++ b/O365.Security.Native.ETW/O365.Security.Native.ETW.vcxproj @@ -62,6 +62,15 @@ true true + + if not exist $(SolutionDir)..\O365.Security.snk sn.exe -k $(SolutionDir)..\O365.Security.snk + + + Verify snk file is generated + + + sign + @@ -84,11 +93,6 @@ Verify snk file is generated - sign diff --git a/krabsetw.nuspec b/krabsetw.nuspec index e0d2a6a..3957652 100644 --- a/krabsetw.nuspec +++ b/krabsetw.nuspec @@ -2,7 +2,7 @@ krabsetw - 1.0.2 + 1.0.4 Krabs ETW Wrappers Microsoft Corporation,OneDrive/SharePoint Security Microsoft Corporation,OneDrive/SharePoint Security @@ -11,7 +11,7 @@ false 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 - Fix string length issue in certain ETW Providers. + Support fixed-length strings in collection_view. Copyright 2016 Microsoft Corporation ETW krabs krabsetw native headers cpp