Skip to content

Commit ff206d0

Browse files
authored
Up-to-date csproj file
1 parent a1f0e93 commit ff206d0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ILSourceParser/ILSourceParser.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
88
<NoWarn>CS1591</NoWarn>
99
<AssemblyTitle>ILSourceParser</AssemblyTitle>
10+
<LangVersion>12.0</LangVersion>
1011
<Company>winscripter</Company>
11-
<AssemblyVersion>1.1.0.0</AssemblyVersion>
12+
<AssemblyVersion>1.2.1.0</AssemblyVersion>
1213
<Title>ILSourceParser</Title>
1314
<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>
1516
<Copyright>Copyright (c) winscripter, 2024</Copyright>
1617
<PackageProjectUrl>https://github.com/winscripter/ILSourceParser</PackageProjectUrl>
1718
<RepositoryUrl>https://github.com/winscripter/ILSourceParser</RepositoryUrl>
@@ -20,8 +21,8 @@
2021
<PackageReadmeFile>README.md</PackageReadmeFile>
2122
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2223
<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>
2526
</PropertyGroup>
2627

2728
<ItemGroup>

0 commit comments

Comments
 (0)