Skip to content

Commit

Permalink
version bump to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Aug 10, 2021
1 parent 34f5599 commit 58062f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.6.1</Version>
<Version>3.7.0</Version>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<!--<PublishTrimmed>true</PublishTrimmed>-->
<ApplicationIcon>Resources\folicon Icon.ico</ApplicationIcon>
<LangVersion>preview</LangVersion>
<PackageVersion>3.6.1</PackageVersion>
<AssemblyVersion>3.6.1.0</AssemblyVersion>
<PackageVersion>3.7.0</PackageVersion>
<AssemblyVersion>3.7.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.6.1";
private string _title = "Folicon v3.7";
private string _logo = "/Resources/folicon Icon.png";

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

0 comments on commit 58062f8

Please sign in to comment.