Skip to content

Commit

Permalink
Mention ILVerification breaking change in ILVerification package rele…
Browse files Browse the repository at this point in the history
…ase notes (#106193)

Fixes dotnet/docs#41786
  • Loading branch information
jkotas authored Aug 12, 2024
1 parent b9da75b commit 8dc239b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<PropertyGroup>
<SkipValidatePackage>true</SkipValidatePackage>
<PackageDescription>IL verification library.</PackageDescription>
<PackageReleaseNotes>
9.0.0 - In the ILVerify.IResolver interface, the type of the first parameter of each method is now System.Reflection.Metadata.AssemblyNameInfo rather than System.Reflection.AssemblyName.
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8dc239b

Please sign in to comment.