Skip to content

Commit

Permalink
Add Icon and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Jun 25, 2018
1 parent 1fbc882 commit bd1c108
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/App.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ImageSavePath" value="G:\Bing Wallpaper"/>
<add key="ImageSavePath" value="F:\Bing Wallpaper"/>
<add key="ArchiveAfterMonths" value="1"/>
<add key="PreventDuplicatesInArchive" value="True"/>
</appSettings>
Expand Down
6 changes: 6 additions & 0 deletions src/BingWallpaper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down Expand Up @@ -62,6 +65,9 @@
</None>
<None Include="paket.references" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
6 changes: 3 additions & 3 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BingWallpaper")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// 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("0.0.8.0")]
[assembly: AssemblyFileVersion("0.0.8.0")]
[assembly: AssemblyVersion("0.0.14.0")]
[assembly: AssemblyFileVersion("0.0.14.0")]
Binary file added src/icon.ico
Binary file not shown.

0 comments on commit bd1c108

Please sign in to comment.