File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
<GenerateDocumentationFile >True</GenerateDocumentationFile >
8
8
<NoWarn >CS1591</NoWarn >
9
9
<AssemblyTitle >ILSourceParser</AssemblyTitle >
10
+ <LangVersion >12.0</LangVersion >
10
11
<Company >winscripter</Company >
11
- <AssemblyVersion >1.1.0 .0</AssemblyVersion >
12
+ <AssemblyVersion >1.2.1 .0</AssemblyVersion >
12
13
<Title >ILSourceParser</Title >
13
14
<Authors >winscripter</Authors >
14
- <Description >Provides functionality for parsing Microsoft Intermediate Language (IL) syntax to a syntax tree with C# .</Description >
15
+ <Description >Provides functionality for parsing Microsoft Intermediate Language (IL) syntax to a syntax tree with .NET .</Description >
15
16
<Copyright >Copyright (c) winscripter, 2024</Copyright >
16
17
<PackageProjectUrl >https://github.com/winscripter/ILSourceParser</PackageProjectUrl >
17
18
<RepositoryUrl >https://github.com/winscripter/ILSourceParser</RepositoryUrl >
20
21
<PackageReadmeFile >README.md</PackageReadmeFile >
21
22
<PackageLicenseExpression >MIT</PackageLicenseExpression >
22
23
<PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
23
- <Version >1.1.0 </Version >
24
- <PackageReleaseNotes >Added new feature to parse .try/finally blocks </PackageReleaseNotes >
24
+ <Version >1.2.1 </Version >
25
+ <PackageReleaseNotes >Added extension method 'GetInstructionName' to InstructionSyntax and every other instruction syntax node </PackageReleaseNotes >
25
26
</PropertyGroup >
26
27
27
28
<ItemGroup >
You can’t perform that action at this time.
0 commit comments