-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to 0.9, https, code cleanup, revert error text parsing
- Loading branch information
Showing
16 changed files
with
43 additions
and
57 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-1.14 KB
StackOverflowQuickLaunch/Resources/StackOverflowSearchErrorListCommand.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Id="63E411F1-E531-44E8-8689-16B34600CF25" Version="0.8.0" Language="en-US" Publisher="Aleksander Berus" /> | ||
<DisplayName>Stack Overflow Quick Launch Search Provider</DisplayName> | ||
<Description xml:space="preserve">A Quick Launch search provider for searching Stack Overflow in Visual Studio</Description> | ||
<MoreInfo>https://github.com/aberus/StackOverflowQuickLaunch</MoreInfo> | ||
<License>License.txt</License> | ||
<Icon>Resources\Logo_128x.png</Icon> | ||
<PreviewImage>Resources\Preview_200x.png</PreviewImage> | ||
</Metadata> | ||
<Installation InstalledByMsi="false"> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="12.0" /> | ||
<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,)" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0,14.0)" /> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Metadata> | ||
<Identity Id="63E411F1-E531-44E8-8689-16B34600CF25" Version="0.9.0" Language="en-US" Publisher="Aleksander Berus" /> | ||
<DisplayName>Stack Overflow Quick Launch Search Provider</DisplayName> | ||
<Description xml:space="preserve">A Quick Launch search provider for searching Stack Overflow in Visual Studio</Description> | ||
<MoreInfo>https://github.com/aberus/StackOverflowQuickLaunch</MoreInfo> | ||
<License>License.txt</License> | ||
<Icon>Resources\Logo_128x.png</Icon> | ||
<PreviewImage>Resources\Preview_200x.png</PreviewImage> | ||
</Metadata> | ||
<Installation InstalledByMsi="false"> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="12.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="14.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="14.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="15.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="15.0" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="15.0" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="[11.0,14.0)" /> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
</PackageManifest> |