Skip to content

Commit

Permalink
Bump Fluid.Core
Browse files Browse the repository at this point in the history
There is a breaking change between 2.9.0 and 2.11.1 because Parlot, the
library Fluid.Core depends on, has a breaking change which propagated to
Fliud.Core.

This change bumps Fluid.Core and transitively upgraded Parlot to bring
in the change.
  • Loading branch information
rexcfnghk committed Sep 9, 2024
1 parent 9bf8f69 commit 65ffd07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.13.9" />
<PackageVersion Include="Fluid.Core" Version="2.9.0" />
<PackageVersion Include="Fluid.Core" Version="2.11.1" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/NJsonSchema.CodeGeneration/DefaultTemplateFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public LiquidParser()
}

private static ValueTask<Completion> RenderTemplate(
List<Expression> arguments,
IReadOnlyList<Expression> arguments,
TextWriter writer,
TextEncoder encoder,
TemplateContext context)
Expand Down

0 comments on commit 65ffd07

Please sign in to comment.