Updates to nuspec files and managed build definition.

Signed-off-by: Zac Brown <zbrown@microsoft.com>
This commit is contained in:
Zac Brown
2017-03-08 10:51:19 -08:00
parent 14f78f54c2
commit c5534af0eb
4 changed files with 15 additions and 11 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>O365.Security.Native.ETW.Debug</id>
<version>1.0.2</version>
<version>1.0.4</version>
<title>O365.Security.Native.ETW Debug - managed wrappers for krabsetw</title>
<authors>Microsoft Corporation,OneDrive/SharePoint Security</authors>
<owners>Microsoft Corporation,OneDrive/SharePoint Security</owners>
@@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." This is the Debug build.</description>
<summary>O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." This is the Debug build.</summary>
<releaseNotes>Fix string length issue in certain ETW Providers.</releaseNotes>
<releaseNotes>Support fixed-length strings in collection_view.</releaseNotes>
<copyright>Copyright 2016 Microsoft Corporation</copyright>
<language />
<tags>ETW krabs lobsters managed cppcli</tags>
+2 -2
View File
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>O365.Security.Native.ETW</id>
<version>1.0.2</version>
<version>1.0.4</version>
<title>O365.Security.Native.ETW - managed wrappers for krabsetw</title>
<authors>Microsoft Corporation,OneDrive/SharePoint Security</authors>
<owners>Microsoft Corporation,OneDrive/SharePoint Security</owners>
@@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters."</description>
<summary>O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters."</summary>
<releaseNotes>Fix string length issue in certain ETW Providers.</releaseNotes>
<releaseNotes>Support fixed-length strings in collection_view.</releaseNotes>
<copyright>Copyright 2016 Microsoft Corporation</copyright>
<language />
<tags>ETW krabs lobsters managed cppcli</tags>
@@ -62,6 +62,15 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<AssemblyDebug>true</AssemblyDebug>
</Link>
<PreBuildEvent>
<Command>if not exist $(SolutionDir)..\O365.Security.snk sn.exe -k $(SolutionDir)..\O365.Security.snk</Command>
</PreBuildEvent>
<PreBuildEvent>
<Message>Verify snk file is generated</Message>
</PreBuildEvent>
<PostBuildEvent>
<Message>sign</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -84,11 +93,6 @@
<PreBuildEvent>
<Message>Verify snk file is generated</Message>
</PreBuildEvent>
<!--
<PostBuildEvent>
<Command>sn -R $(TargetPath) $(SolutionDir)..\O365.Security.snk</Command>
</PostBuildEvent>
-->
<PostBuildEvent>
<Message>sign</Message>
</PostBuildEvent>
+2 -2
View File
@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>krabsetw</id>
<version>1.0.2</version>
<version>1.0.4</version>
<title>Krabs ETW Wrappers</title>
<authors>Microsoft Corporation,OneDrive/SharePoint Security</authors>
<owners>Microsoft Corporation,OneDrive/SharePoint Security</owners>
@@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Krabs ETW provides a modern C++ wrapper around the low-level ETW trace consumption functions</description>
<summary>Krabs ETW provides a modern C++ wrapper around the low-level ETW trace consumption functions</summary>
<releaseNotes>Fix string length issue in certain ETW Providers.</releaseNotes>
<releaseNotes>Support fixed-length strings in collection_view.</releaseNotes>
<copyright>Copyright 2016 Microsoft Corporation</copyright>
<language />
<tags>ETW krabs krabsetw native headers cpp</tags>