Skip to content

Commit

Permalink
version bump to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Aug 31, 2021
1 parent ad94e26 commit d5fd583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FoliCon/FoliCon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyName>FoliCon</AssemblyName>
<Version>3.7.2</Version>
<Version>3.8</Version>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<!--<PublishTrimmed>true</PublishTrimmed>-->
<ApplicationIcon>Resources\folicon Icon.ico</ApplicationIcon>
<LangVersion>preview</LangVersion>
<PackageVersion>3.7.0</PackageVersion>
<AssemblyVersion>3.7.2.0</AssemblyVersion>
<AssemblyVersion>3.8.0.0</AssemblyVersion>
<Company>Dinesh Solanki</Company>
<Description>Creates Folder icons for Movies, Serials, Music, and Games Folders
dineshsolanki.github.io/folicon/</Description>
Expand Down
2 changes: 1 addition & 1 deletion FoliCon/ViewModels/AboutBoxViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace FoliCon.ViewModels
{
public class AboutBoxViewModel : BindableBase, IDialogAware
{
private string _title = "Folicon v3.7.2";
private string _title = "Folicon v3.8";
private string _logo = "/Resources/folicon Icon.png";

private string _description = LangProvider.GetLang("FoliConDescription");
Expand Down

0 comments on commit d5fd583

Please sign in to comment.