Skip to content

Commit

Permalink
using the newest Irony nuget package (it improves parsing performance…
Browse files Browse the repository at this point in the history
… which has a regression in .NET (Core) since ICU is being used)

IronyProject/Irony#70
  • Loading branch information
davidnemeti committed Sep 1, 2024
1 parent ef3de18 commit f082bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sarcasm/Sarcasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>Sarcasm</RootNamespace>
<AssemblyName>Sarcasm</AssemblyName>
<Description>SDK for creating typesafe and typeless domain bound grammar and using the general unparser</Description>
<Version>4.1.0</Version>
<Version>4.2.0</Version>
<Authors>Dávid Németi</Authors>
<PackageTags>Parser;Unparser;Grammar;AST;DomainBinding;Typesafety;CompileTimeSafety</PackageTags>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
Expand Down Expand Up @@ -37,7 +37,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Irony" Version="1.2.0" />
<PackageReference Include="Irony" Version="1.5.3" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
Expand Down

0 comments on commit f082bc4

Please sign in to comment.