Skip to content

Commit 0a2993a

Browse files
authored
Up-to-date csproj
1 parent d90d69a commit 0a2993a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ILSourceParser/ILSourceParser.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2323
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
2424
<Version>1.2.1</Version>
25-
<PackageReleaseNotes>Added extension method 'GetInstructionName' to InstructionSyntax and every other instruction syntax node</PackageReleaseNotes>
25+
<PackageReleaseNotes>Fixed a very simple bug where ILSourceParser.Utilities.InstructionUtilities.GetInstructionName(InstructionSyntax) was
26+
supposed to be an extension method</PackageReleaseNotes>
2627
</PropertyGroup>
2728

2829
<ItemGroup>

0 commit comments

Comments
 (0)