Skip to content

Commit 333ea02

Browse files
committed
Updated to 0.9, https, code cleanup, revert error text parsing
1 parent d63fd06 commit 333ea02

16 files changed

Lines changed: 43 additions & 57 deletions

Assets/Logo_128x.png

4.13 KB
Loading

Assets/StackOverflow-16.png

464 Bytes
Loading

Assets/stackOverflow-16@2x.png

869 Bytes
Loading

StackOverflowQuickLaunch/Browser.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
using EnvDTE;
1+
using EnvDTE;
72

83
namespace Aberus.StackOverflowQuickLaunch
94
{

StackOverflowQuickLaunch/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Reflection;
33
using System.Resources;
4-
using System.Runtime.CompilerServices;
54
using System.Runtime.InteropServices;
65

76
// General Information about an assembly is controlled through the following
@@ -12,10 +11,10 @@
1211
[assembly: AssemblyConfiguration("")]
1312
[assembly: AssemblyCompany("Aleksander Berus")]
1413
[assembly: AssemblyProduct("Stack Overflow Quick Launch Search Provider")]
15-
[assembly: AssemblyCopyright("Copyright © Aleksander Berus 2014-2018")]
14+
[assembly: AssemblyCopyright("Copyright © Aleksander Berus 2014-2019")]
1615
[assembly: AssemblyTrademark("")]
17-
[assembly: AssemblyCulture("")]
18-
[assembly: ComVisible(false)]
16+
[assembly: AssemblyCulture("")]
17+
[assembly: ComVisible(false)]
1918
[assembly: CLSCompliant(false)]
2019
[assembly: NeutralResourcesLanguage("en-US")]
2120

@@ -28,8 +27,8 @@
2827
//
2928
// You can specify all the values or you can default the Revision and Build Numbers
3029
// by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.8.0.0")]
32-
[assembly: AssemblyFileVersion("0.8.0.0")]
30+
[assembly: AssemblyVersion("0.9.0.0")]
31+
[assembly: AssemblyFileVersion("0.9.0.0")]
3332

3433

3534

-44.2 KB
Binary file not shown.
-5.3 KB
Binary file not shown.
Binary file not shown.

StackOverflowQuickLaunch/StackOverflowQuickLaunch.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@
249249
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
250250
<IncludeInVSIX>true</IncludeInVSIX>
251251
</Content>
252-
<Resource Include="Resources\StackOverflowSearchErrorListCommand.png" />
253252
<VSCTCompile Include="StackOverflowQuickLaunchPackage.vsct">
254253
<ResourceName>Menus.ctmenu</ResourceName>
255254
</VSCTCompile>

0 commit comments

Comments
 (0)