Skip to content

Commit

Permalink
upd - Updated Textify, Terminaux, and test libs
Browse files Browse the repository at this point in the history
---

Type: upd
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 22, 2024
1 parent cc00492 commit 3343e54
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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="1.11.2" />
<PackageReference Include="Textify.Offline" Version="1.13.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion VisualCard.ShowCalendars/VisualCard.ShowCalendars.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Terminaux" Version="5.0.2" />
<PackageReference Include="Terminaux" Version="5.3.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion VisualCard.ShowContacts/VisualCard.ShowContacts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Terminaux" Version="5.0.2" />
<PackageReference Include="Terminaux" Version="5.3.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion VisualCard.Tests/VisualCard.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSTest.Sdk/3.5.2">
<Project Sdk="MSTest.Sdk/3.6.0">

<PropertyGroup>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
Expand Down
4 changes: 2 additions & 2 deletions VisualCard/VisualCard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.8" />
<PackageReference Include="Nettify" Version="1.5.3" />
<PackageReference Include="Textify.Offline" Version="1.11.2" />
<PackageReference Include="Textify.Offline.Data.Analysis" Version="1.11.2" />
<PackageReference Include="Textify.Offline" Version="1.13.1" />
<PackageReference Include="Textify.Offline.Data.Analysis" Version="1.13.1" />
</ItemGroup>

</Project>

0 comments on commit 3343e54

Please sign in to comment.