diff --git a/README.md b/README.md index 6aaecb1..22d205e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Stack Overflow Quick Launch Provider allows you to search Stack Overflow within Just press Ctrl + Q or click inside Quick Launch search box and start typing your question. When you click on a selected search result you will be redirected to the Stack Overflow's site. -[Download this extension](https://visualstudiogallery.msdn.microsoft.com/8d74682c-851e-4658-baaf-190ba11c1603) or +[Download this extension](https://marketplace.visualstudio.com/items?itemName=AleksanderBerus.StackOverflowQuickLaunchSearchProvider) or get the [Preview build](http://vsixgallery.com/extension/63E411F1-E531-44E8-8689-16B34600CF25/). This extension works with: diff --git a/StackOverflowQuickLaunch/Properties/AssemblyInfo.cs b/StackOverflowQuickLaunch/Properties/AssemblyInfo.cs index b0c2710..85670c5 100644 --- a/StackOverflowQuickLaunch/Properties/AssemblyInfo.cs +++ b/StackOverflowQuickLaunch/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("aberus.com")] [assembly: AssemblyProduct("Stack Overflow Quick Launch Search Provider")] -[assembly: AssemblyCopyright("Copyright © aberus.com 2014-2016")] +[assembly: AssemblyCopyright("Copyright © aberus.com 2014-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] @@ -28,8 +28,8 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.6.0.0")] -[assembly: AssemblyFileVersion("0.6.0.0")] +[assembly: AssemblyVersion("0.6.1.0")] +[assembly: AssemblyFileVersion("0.6.1.0")] diff --git a/StackOverflowQuickLaunch/StackOverflowQuickLaunchPackage.cs b/StackOverflowQuickLaunch/StackOverflowQuickLaunchPackage.cs index cafed43..4dde0de 100644 --- a/StackOverflowQuickLaunch/StackOverflowQuickLaunchPackage.cs +++ b/StackOverflowQuickLaunch/StackOverflowQuickLaunchPackage.cs @@ -20,7 +20,7 @@ namespace Aberus.StackOverflowQuickLaunch [PackageRegistration(UseManagedResourcesOnly = true)] // This attribute is used to register the information needed to show this package // in the Help/About dialog of Visual Studio. - [InstalledProductRegistration("#110", "#112", "0.6.0", IconResourceID = 400)] + [InstalledProductRegistration("#110", "#112", "0.6.1", IconResourceID = 400)] // Declare the package guid [Guid(GuidList.guidStackOverflowQuickLaunchQuickLaunchPkgString)] // Declare a global search provider supported by this package diff --git a/StackOverflowQuickLaunch/source.extension.vsixmanifest b/StackOverflowQuickLaunch/source.extension.vsixmanifest index 8fc9a30..933d534 100644 --- a/StackOverflowQuickLaunch/source.extension.vsixmanifest +++ b/StackOverflowQuickLaunch/source.extension.vsixmanifest @@ -16,6 +16,8 @@ + +