Skip to content

Commit

Permalink
dev - Started development of 3.0.0
Browse files Browse the repository at this point in the history
---

We've also updated the libraries and made necessary changes.

---

Type: dev
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 29, 2024
1 parent eb6f1c9 commit 1b15693
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.3.0</Version>
<Version>3.0.0</Version>
<Authors>Aptivi</Authors>
<Company>Aptivi</Company>
<Copyright>Copyright (c) 2021-2024 Aptivi</Copyright>
Expand Down
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.13.1" />
<PackageReference Include="Textify.Offline" Version="2.0.0" />
</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.3.0.1" />
<PackageReference Include="Terminaux" Version="5.4.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.3.0.1" />
<PackageReference Include="Terminaux" Version="5.4.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion VisualCard/Extras/CardGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
using Nettify.MailAddress;
using System;
using System.Collections.Generic;
using Textify.Data.Analysis.NameGen;
using Textify.Data.NameGen;
using VisualCard.Parts;
using VisualCard.Parts.Enums;
using VisualCard.Parts.Implementations;
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.13.1" />
<PackageReference Include="Textify.Offline.Data.Analysis" Version="1.13.1" />
<PackageReference Include="Textify.Offline" Version="2.0.0" />
<PackageReference Include="Textify.Offline.Data" Version="2.0.0" />
</ItemGroup>

</Project>

0 comments on commit 1b15693

Please sign in to comment.