Skip to content

Commit

Permalink
Version 0.8, updated images
Browse files Browse the repository at this point in the history
  • Loading branch information
aberus committed Mar 9, 2018
1 parent 8c15283 commit b330474
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions StackOverflowQuickLaunch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
[assembly: AssemblyTitle("Stack Overflow Quick Launch Search Provider")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("aberus.com")]
[assembly: AssemblyCompany("Aleksander Berus")]
[assembly: AssemblyProduct("Stack Overflow Quick Launch Search Provider")]
[assembly: AssemblyCopyright("Copyright © aberus.com 2014-2017")]
[assembly: AssemblyCopyright("Copyright © Aleksander Berus 2014-2018")]
[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.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]



Binary file removed StackOverflowQuickLaunch/Resources/Logo.png
Binary file not shown.
Binary file added StackOverflowQuickLaunch/Resources/Logo_128x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions StackOverflowQuickLaunch/StackOverflowQuickLaunch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,15 @@
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Resource Include="Resources\IconCommand.png" />
<Content Include="Resources\preview.png">
<Content Include="Resources\Preview_200x.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\StackOverflow.ico">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Logo.png">
<Content Include="Resources\Logo_128x.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
7 changes: 4 additions & 3 deletions StackOverflowQuickLaunch/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?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.7.0" Language="en-US" Publisher="Aleksander Berus" />
<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\StackOverflow.ico</Icon>
<PreviewImage>Resources\preview.png</PreviewImage>
<Icon>Resources\Logo_128x.png</Icon>
<PreviewImage>Resources\Preview_200x.png</PreviewImage>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0" />
Expand Down

0 comments on commit b330474

Please sign in to comment.