From 054386af50f3170e35e06ea1122d4e3d6cea451a Mon Sep 17 00:00:00 2001 From: Martin Reznik Date: Thu, 2 Jul 2026 21:21:02 +0200 Subject: [PATCH 1/3] Update release history for version 4.4.9.12 and increment BinSkim version to 4.4.9.12 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- ReleaseHistory.md | 5 +++++ src/Directory.Build.props | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ReleaseHistory.md b/ReleaseHistory.md index 44bb1aee..5baabb37 100644 --- a/ReleaseHistory.md +++ b/ReleaseHistory.md @@ -19,6 +19,11 @@ - NEW => new feature ## UNRELEASED + +## **v4.4.9.12** [https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/4.4.9.12] +* FIX: Populate file hash in CompilerDataLogger telemetry (was always empty) [1199](https://github.com/microsoft/binskim/pull/1199) +* FPS: Suppress ERR997 for IL-only managed assemblies [1174](https://github.com/microsoft/binskim/pull/1174) + ## **4.4.9.11** [https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/4.4.9.11] * DEP: Update dependency version diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 1a2dfda6..bae9d2a1 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,7 +3,7 @@ 4.4.9 - $(AssemblyVersion).11 + $(AssemblyVersion).12 $(BinSkimVersion) $(AssemblyVersion) false From 139c04f3abfea9dc781aac2d4cffc16962a7b26f Mon Sep 17 00:00:00 2001 From: Martin Reznik Date: Thu, 2 Jul 2026 21:29:15 +0200 Subject: [PATCH 2/3] Remove PR #1174 from changelog (not in main) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- ReleaseHistory.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ReleaseHistory.md b/ReleaseHistory.md index 5baabb37..75e1fb1c 100644 --- a/ReleaseHistory.md +++ b/ReleaseHistory.md @@ -22,7 +22,6 @@ ## **v4.4.9.12** [https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/4.4.9.12] * FIX: Populate file hash in CompilerDataLogger telemetry (was always empty) [1199](https://github.com/microsoft/binskim/pull/1199) -* FPS: Suppress ERR997 for IL-only managed assemblies [1174](https://github.com/microsoft/binskim/pull/1174) ## **4.4.9.11** [https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/4.4.9.11] * DEP: Update dependency version From 78605f180b3639ed5e6c460f5fd4c0373cf2d7c4 Mon Sep 17 00:00:00 2001 From: Martin Reznik Date: Fri, 3 Jul 2026 12:04:26 +0200 Subject: [PATCH 3/3] Update changelog for v4.4.9.12 - pipeline fixes only Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- ReleaseHistory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseHistory.md b/ReleaseHistory.md index 75e1fb1c..910a4798 100644 --- a/ReleaseHistory.md +++ b/ReleaseHistory.md @@ -21,7 +21,7 @@ ## UNRELEASED ## **v4.4.9.12** [https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/4.4.9.12] -* FIX: Populate file hash in CompilerDataLogger telemetry (was always empty) [1199](https://github.com/microsoft/binskim/pull/1199) +* ADM: Fix pipeline - disable sdlSdp and use service connection for internal build trigger [1201](https://github.com/microsoft/binskim/pull/1201) ## **4.4.9.11** [https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/4.4.9.11] * DEP: Update dependency version