Skip to content

Commit f082bc4

Browse files
committed
using the newest Irony nuget package (it improves parsing performance which has a regression in .NET (Core) since ICU is being used)
IronyProject/Irony#70
1 parent ef3de18 commit f082bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sarcasm/Sarcasm.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>Sarcasm</RootNamespace>
66
<AssemblyName>Sarcasm</AssemblyName>
77
<Description>SDK for creating typesafe and typeless domain bound grammar and using the general unparser</Description>
8-
<Version>4.1.0</Version>
8+
<Version>4.2.0</Version>
99
<Authors>Dávid Németi</Authors>
1010
<PackageTags>Parser;Unparser;Grammar;AST;DomainBinding;Typesafety;CompileTimeSafety</PackageTags>
1111
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
@@ -37,7 +37,7 @@
3737
<PrivateAssets>all</PrivateAssets>
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3939
</PackageReference>
40-
<PackageReference Include="Irony" Version="1.2.0" />
40+
<PackageReference Include="Irony" Version="1.5.3" />
4141
</ItemGroup>
4242

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

0 commit comments

Comments
 (0)