Skip to content

Commit 975e507

Browse files
author
Kai Yang
committed
Update README.md. Update version to 1.0.4.0.
1 parent b6cf5e5 commit 975e507

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

BingWallpaper/MainForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public MainForm()
1818
((AssemblyCopyrightAttribute)
1919
(Assembly.GetEntryAssembly().GetCustomAttributes(typeof (AssemblyCopyrightAttribute), true)[0]))
2020
.Copyright;
21-
homepageLabel.Tag = @"http://www.kfstorm.com/blog";
21+
homepageLabel.Tag = @"http://www.kfstorm.com/blog/bing-wallpaper/";
2222
noTitleTooltip.SetToolTip(homepageLabel, (string) homepageLabel.Tag);
2323
exitButton.Text = string.Format("退出{0}", Application.ProductName);
2424
noTitleTooltip.SetToolTip(exitButton, string.Format("使{0}停止运行。", Application.ProductName));

BingWallpaper/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("")]
1111
[assembly: AssemblyProduct("Bing Wallpaper")]
12-
[assembly: AssemblyCopyright("Copyright © K.F.Storm 2012 - 2013")]
12+
[assembly: AssemblyCopyright("Copyright © K.F.Storm 2012 - 2015")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
3232
// 方法是按如下所示使用“*”:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.0.3.0")]
35-
[assembly: AssemblyFileVersion("1.0.3.0")]
34+
[assembly: AssemblyVersion("1.0.4.0")]
35+
[assembly: AssemblyFileVersion("1.0.4.0")]

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# BingWallpaper
2-
A Windows client which can automatically sync Bing wallpaper to desktop by daily. And run in background.
1+
# Bing Wallpaper
2+
A Windows client which can automatically sync Bing wallpaper to desktop daily. And run in background.
3+
4+
When you first open this application, it will show a window like below and start syncing latest wallpaper. You can safely close the window, the app will run in background, without even a tray icon. You can double click the exe file again to wake up the app, the window will show again. And you can close the app by click the right-bottom corner button.
5+
6+
It also support running at start up. Just check the check box.
7+
8+
![Snapshot](/master/BingWallpaper/resource/snapshot.png)
9+
10+
Blog: [http://www.kfstorm.com/blog/bing-wallpaper/](http://www.kfstorm.com/blog/bing-wallpaper/)
11+

resource/snapshot.png

12.7 KB
Loading

0 commit comments

Comments
 (0)