Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ReleaseHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
- NEW => new feature

## UNRELEASED

## **v4.4.9.12** [https://www.nuget.org/packages/Microsoft.CodeAnalysis.BinSkim/4.4.9.12]
* 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

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Submodule's own version (used when built standalone) -->
<PropertyGroup>
<AssemblyVersion>4.4.9</AssemblyVersion>
<BinSkimVersion>$(AssemblyVersion).11</BinSkimVersion>
<BinSkimVersion>$(AssemblyVersion).12</BinSkimVersion>
<Version>$(BinSkimVersion)</Version>
<FileVersion>$(AssemblyVersion)</FileVersion>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
Expand Down
Loading