Skip to content

Commit

Permalink
Updated to version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aberus committed Apr 8, 2017
1 parent d65effb commit 0dd5a76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions StackOverflowQuickLaunch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand All @@ -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")]



Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions StackOverflowQuickLaunch/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="14.0" />
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="14.0" />
<InstallationTarget Version="15.0" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="15.0" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="15.0" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit 0dd5a76

Please sign in to comment.