Skip to content

Commit

Permalink
bump version to v4.1 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Mar 22, 2024
1 parent ab9545c commit 2cbd81b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions FoliCon/FoliCon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<!--<PublishTrimmed>true</PublishTrimmed>-->
<ApplicationIcon>Resources\icons\folicon Icon.ico</ApplicationIcon>
<LangVersion>preview</LangVersion>
<PackageVersion>4.0.0</PackageVersion>
<AssemblyVersion>4.0.0</AssemblyVersion>
<PackageVersion>4.1.0</PackageVersion>
<AssemblyVersion>4.1.0</AssemblyVersion>
<Company>Dinesh Solanki</Company>
<Description>Creates Folder icons for Movies, Serials, Music, and Games Folders
dineshsolanki.github.io/folicon/</Description>
Expand All @@ -33,13 +33,13 @@ dineshsolanki.github.io/folicon/</Description>
<PackageReference Include="IGDB" Version="3.0.0" />
<PackageReference Include="Jot" Version="2.1.17" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2277.86" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2365.46" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" />
<PackageReference Include="Polly" Version="8.3.0" />
<PackageReference Include="Polly" Version="8.3.1" />
<PackageReference Include="Prism.DryIoc" Version="8.1.97" />
<PackageReference Include="Sentry" Version="4.1.1" />
<PackageReference Include="Sentry.NLog" Version="4.1.1" />
<PackageReference Include="Sentry" Version="4.2.1" />
<PackageReference Include="Sentry.NLog" Version="4.2.1" />
<PackageReference Include="TMDbLib" Version="2.2.0" />
<PackageReference Include="Vanara.PInvoke.Shell32" Version="3.4.17" />
<PackageReference Include="WinCopies.IconLib" Version="0.75.0-rc" />
Expand Down

0 comments on commit 2cbd81b

Please sign in to comment.