Skip to content

Commit

Permalink
Create new icon using a proper icon editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 5, 2016
1 parent 3d8b36e commit 900ff88
Show file tree
Hide file tree
Showing 6 changed files with 930 additions and 408 deletions.
Binary file modified lib/Gistlyn.Resources.dll
Binary file not shown.
1,330 changes: 926 additions & 404 deletions src/Gistlyn.AppWinForms/FormMain.resx

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/Gistlyn.AppWinForms/Gistlyn.AppWinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>logo.ico</ApplicationIcon>
<ApplicationIcon>win-icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DeltaCompressionDotNet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1d14d6e5194e7f4a, processorArchitecture=MSIL">
Expand Down Expand Up @@ -190,7 +190,7 @@
<Link>sqlite3.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="logo.ico" />
<Content Include="win-icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\cef.redist.x64.3.2704.1432\build\cef.redist.x64.targets" Condition="Exists('..\packages\cef.redist.x64.3.2704.1432\build\cef.redist.x64.targets')" />
Expand Down
4 changes: 2 additions & 2 deletions src/Gistlyn.AppWinForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.2")]
[assembly: AssemblyFileVersion("1.0.0.2")]
[assembly: AssemblyVersion("1.0.0.3")]
[assembly: AssemblyFileVersion("1.0.0.3")]
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
Binary file removed src/Gistlyn.AppWinForms/logo.ico
Binary file not shown.
Binary file added src/Gistlyn.AppWinForms/win-icon.ico
Binary file not shown.

0 comments on commit 900ff88

Please sign in to comment.