Skip to content

Commit b01c395

Browse files
committed
v1.3, update README & TODO
1 parent 3437cd3 commit b01c395

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.*")]
35+
[assembly: AssemblyVersion("1.3.*")]

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ Enjoy!
1414

1515
Place *VisionBoard.exe* anywhere & launch it.
1616

17-
To install the **Screensaver**, copy *VisionBoard.exe* to *VisionBoard.scr* then *r-click* | *Install*.
18-
19-
*VisionBoard.vbd* for **Screensaver** currently needs to be *\My Documents\VisionBoard.vbd*.
20-
2117
## Instructions
2218

2319
**VisionBoard** lets you build a Vision Board on your computer using images from the internet or your computer instead of having to cut out magazine clippings.
2420

2521
Simply find an image on the Internet or MS Word or MS Paint, right-click it and select *Copy*, then right-click in **Vision Board** where you want to *Paste* it.
2622

23+
You can click on an image to move, rotate, scale, or delete it (using the handles).
24+
2725
You can then animate your **Vision Board** using the View|Play menu, print your **Vision Board**, set it as your **Windows Background**, and set it as your **Screen Saver**.
2826

29-
You can click on an image to move, rotate, scale, or delete it (using the handles).
27+
To install the **Screensaver**, click the "Set as Screensaver" menu item. The app will create *VisionBoard.scr* and copy your current VisionBoard to *\My Documents\VisionBoard.vbd*.

TODO.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
BUG: Image.FromFile() locks file, therefore save fails on locked filenames
55

6-
- Screensaver hard-coded to "\My Documents", currentVisionboard not used
7-
86
- Hot Keys
97

108
- Reorder (move up/down)

VisionBoard.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
<Compile Include="vbdFile.cs" />
121121
<Compile Include="VisionBoard.cs" />
122122
<Compile Include="Wallpaper.cs" />
123+
<None Include="README.md" />
123124
</ItemGroup>
124125
<ItemGroup>
125126
<Content Include="Eye.ico" />

0 commit comments

Comments
 (0)