Skip to content

Commit 1dc4c54

Browse files
committed
Version bump.
1 parent ff63671 commit 1dc4c54

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Properties/AssemblyInfo.cs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

5-
// General Information about an assembly is controlled through the following
4+
// General Information about an assembly is controlled through the following
65
// set of attributes. Change these attribute values to modify the information
76
// associated with an assembly.
87
[assembly: AssemblyTitle("QuickLaunch")]
@@ -14,8 +13,8 @@
1413
[assembly: AssemblyTrademark("")]
1514
[assembly: AssemblyCulture("")]
1615

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
16+
// Setting ComVisible to false makes the types in this assembly not visible
17+
// to COM components. If you need to access a type in this assembly from
1918
// COM, set the ComVisible attribute to true on that type.
2019
[assembly: ComVisible(false)]
2120

@@ -29,8 +28,8 @@
2928
// Build Number
3029
// Revision
3130
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
31+
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.9.1.0")]
36-
[assembly: AssemblyFileVersion("0.9.1.0")]
34+
[assembly: AssemblyVersion("0.10.0.0")]
35+
[assembly: AssemblyFileVersion("0.10.0.0")]

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# QuickLaunch for FlashDevelop 4
1+
# QuickLaunch for FlashDevelop 5
22

33
Adds a quick launch box that provides easy access to commands, files, classes, and more. It can be placed in either the menu bar or the tool bar. By default it will search all providers. You can use a shortcuts to search an individual provider: @cmd to search menu items, @doc to search open documents, or @type to search types in your project.
44

55
![Screenshot](http://dl.dropbox.com/u/3917850/images/quicklaunch.png)
66

77
## Download
8-
[Version 0.9.1](http://goo.gl/ocK1u)
8+
[Version 0.10](http://goo.gl/ocK1u)
99

1010
## History
11+
**v0.10** - Better support for high DPI. Fixed bug with non-en_US locales. Updated to work with FD5.
1112
**v0.9.1** - Now targets the .Net 2.0 Framework.
1213
**v0.9** - Changed the search logic of the Open Documents and Project Types providers to use the same logic as Open Resource. The search box now handles the 'common' editing shortcuts such as ctrl+v (paste). Added search and clear icons in the margins of the search box to mimic the look and functionality of vista/web search boxes. Removed the shortcut key text from the search box watermark.
1314
**v0.8** - Added Type provider and shortcut to activate quick launch.

0 commit comments

Comments
 (0)