Skip to content

Commit

Permalink
Rename targets file (#186)
Browse files Browse the repository at this point in the history
* Rename targets file to match nuget id per #184

* Add assert_valid_assignment specialization that was missed in #148

* Bump nuget versions

* Revert unneeded change
  • Loading branch information
swannman committed Oct 8, 2021
1 parent 0409b3e commit d468821
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions O365.Security.Native.ETW.Debug.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.O365.Security.Native.ETW.Debug</id>
<version>4.2.1</version>
<version>4.2.2</version>
<title>Microsoft.O365.Security.Native.ETW Debug - managed wrappers for krabsetw</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Microsoft.O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. This is the Debug build.</description>
<summary>Microsoft.O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. This is the Debug build.</summary>
<releaseNotes>Do not specify start time when starting trace session. Check offset before accessing task name property.</releaseNotes>
<releaseNotes>Rename targets file to match nuget id.</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<language />
<tags>ETW krabs managed cppcli</tags>
Expand Down
4 changes: 2 additions & 2 deletions O365.Security.Native.ETW.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.O365.Security.Native.ETW</id>
<version>4.2.1</version>
<version>4.2.2</version>
<title>Microsoft.O365.Security.Native.ETW - managed wrappers for krabsetw</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Microsoft.O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library.</description>
<summary>Microsoft.O365.Security.Native.ETW is a managed wrapper around the krabsetw ETW library.</summary>
<releaseNotes>Do not specify start time when starting trace session. Check offset before accessing task name property.</releaseNotes>
<releaseNotes>Rename targets file to match nuget id.</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<language />
<tags>ETW krabs managed cppcli</tags>
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions krabsetw.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.O365.Security.Krabsetw</id>
<version>4.2.1</version>
<version>4.2.2</version>
<title>Krabs ETW Wrappers</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
Expand All @@ -11,13 +11,13 @@
<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>Do not specify start time when starting trace session. Check offset before accessing task name property.</releaseNotes>
<releaseNotes>Rename targets file to match nuget id.</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<language />
<tags>ETW krabs krabsetw native headers cpp</tags>
</metadata>
<files>
<file src="build\native\krabsetw.targets" target="build\native\krabsetw.targets" />
<file src="build\native\Microsoft.O365.Security.Krabsetw.targets" target="build\native\Microsoft.O365.Security.Krabsetw.targets" />
<file src="krabs\krabs\filtering\comparers.hpp" target="lib\native\include\krabs\filtering\comparers.hpp" />
<file src="krabs\krabs\filtering\event_filter.hpp" target="lib\native\include\krabs\filtering\event_filter.hpp" />
<file src="krabs\krabs\filtering\predicates.hpp" target="lib\native\include\krabs\filtering\predicates.hpp" />
Expand Down

0 comments on commit d468821

Please sign in to comment.