Skip to content

Commit

Permalink
version bump to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Aug 7, 2021
1 parent 88e0fa9 commit 56b3bb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions FoliCon/FoliCon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyName>FoliCon</AssemblyName>
<Version>3.5.0</Version>
<Version>3.6.0</Version>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<!--<PublishTrimmed>true</PublishTrimmed>-->
<!--<PublishTrimmed>true</PublishTrimmed>-->
<ApplicationIcon>Resources\folicon Icon.ico</ApplicationIcon>
<LangVersion>preview</LangVersion>
<PackageVersion>3.5.0</PackageVersion>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
<PackageVersion>3.6.0</PackageVersion>
<AssemblyVersion>3.6.0.0</AssemblyVersion>
<Company>Dinesh Solanki</Company>
<Description>Creates Folder icons for Movies, Serials, Music, and Games Folders
dineshsolanki.github.io/folicon/</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningLevel>0</WarningLevel>
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.5";
private string _title = "Folicon v3.6";
private string _logo = "/Resources/folicon Icon.png";

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

0 comments on commit 56b3bb1

Please sign in to comment.