Skip to content

Commit

Permalink
imp - prf - Increased parsing performance
Browse files Browse the repository at this point in the history
---

We've increased the parsing performance by updating Textify to a version that improved the performance of splitting.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 8, 2024
1 parent 23fbc51 commit 4edc659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VisualCard.Calendar/VisualCard.Calendar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Textify.Offline" Version="2.1.0" />
<PackageReference Include="Textify.Offline" Version="2.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions VisualCard/VisualCard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
<PackageReference Include="Textify.Offline" Version="2.1.0" />
<PackageReference Include="Textify.Offline.Data" Version="2.1.0" />
<PackageReference Include="Textify.Offline" Version="2.1.1" />
<PackageReference Include="Textify.Offline.Data" Version="2.1.1" />
</ItemGroup>

</Project>

0 comments on commit 4edc659

Please sign in to comment.