Skip to content

Commit

Permalink
logo updates for vs2017
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTrevellick committed May 22, 2017
1 parent 1e2cf64 commit 7a39200
Show file tree
Hide file tree
Showing 20 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

These are the changes to each version that has been released in the Visual Studio Marketplace.

## 1.1.10
**2017-05-22**
- [x] Updated logo for "Open in VS2017" apps

## 1.1.9
**2017-05-22**
- [x] Enable all extensions for use in VS2017
Expand Down
2 changes: 1 addition & 1 deletion src/OpenInApp.Launcher.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHubAssets", "GitHubAssets", "{D0240FDC-C28B-406B-A2B3-D664C41A7517}"
ProjectSection(SolutionItems) = preProject
Expand Down
Binary file modified src/OpenInVS2017Community/Resources/VsixCommandIcon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/OpenInVS2017Community/Resources/VsixExtensionIcon_90x90.png
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.
4 changes: 2 additions & 2 deletions src/OpenInVS2017Community/source.extension.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by Extensibility Tools v1.10.185
// This file was generated by Extensibility Tools v1.10.188
// </auto-generated>
// ------------------------------------------------------------------------------
namespace OpenInVS2017Community
Expand All @@ -11,7 +11,7 @@ static class Vsix
public const string Name = "Open in Visual Studio 2017 Community";
public const string Description = @"Open multiple files simultaneously in Visual Studio 2017 Community Edition directly from Solution Explorer or Code Editor window.";
public const string Language = "en-US";
public const string Version = "1.1.2";
public const string Version = "1.1.10";
public const string Author = "GregTrevellick";
public const string Tags = "open, open in, open in VS2017, VS2017, open in Visual Studio 2017, Visual Studio 2017, community";
}
Expand Down
Binary file modified src/OpenInVS2017Community/source.extension.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/OpenInVS2017Community/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="077346DD-CC6F-4D46-BC6B-2634EE1720D0" Version="1.1.9" Language="en-US" Publisher="GregTrevellick" />
<Identity Id="077346DD-CC6F-4D46-BC6B-2634EE1720D0" Version="1.1.10" Language="en-US" Publisher="GregTrevellick" />
<DisplayName>Open in Visual Studio 2017 Community</DisplayName>
<Description xml:space="preserve">Open multiple files simultaneously in Visual Studio 2017 Community Edition directly from Solution Explorer or Code Editor window.</Description>
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>
Expand Down
Binary file modified src/OpenInVS2017Enterprise/Resources/VsixCommandIcon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/OpenInVS2017Enterprise/Resources/VsixExtensionIcon_90x90.png
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.
4 changes: 2 additions & 2 deletions src/OpenInVS2017Enterprise/source.extension.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by Extensibility Tools v1.10.185
// This file was generated by Extensibility Tools v1.10.188
// </auto-generated>
// ------------------------------------------------------------------------------
namespace OpenInVS2017Enterprise
Expand All @@ -11,7 +11,7 @@ static class Vsix
public const string Name = "Open in Visual Studio 2017 Enterprise";
public const string Description = @"Open multiple files simultaneously in Visual Studio 2017 Enterprise Edition directly from Solution Explorer or Code Editor window.";
public const string Language = "en-US";
public const string Version = "1.1.2";
public const string Version = "1.1.10";
public const string Author = "GregTrevellick";
public const string Tags = "open, open in, open in VS2017, VS2017, open in Visual Studio 2017, Visual Studio 2017, enterprise";
}
Expand Down
Binary file modified src/OpenInVS2017Enterprise/source.extension.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/OpenInVS2017Enterprise/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="348687B9-1B76-47EB-931C-1605660E3D7B" Version="1.1.9" Language="en-US" Publisher="GregTrevellick" />
<Identity Id="348687B9-1B76-47EB-931C-1605660E3D7B" Version="1.1.10" Language="en-US" Publisher="GregTrevellick" />
<DisplayName>Open in Visual Studio 2017 Enterprise</DisplayName>
<Description xml:space="preserve">Open multiple files simultaneously in Visual Studio 2017 Enterprise Edition directly from Solution Explorer or Code Editor window.</Description>
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>
Expand Down
Binary file modified src/OpenInVS2017Professional/Resources/VsixCommandIcon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/OpenInVS2017Professional/Resources/VsixExtensionIcon_90x90.png
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.
4 changes: 2 additions & 2 deletions src/OpenInVS2017Professional/source.extension.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by Extensibility Tools v1.10.185
// This file was generated by Extensibility Tools v1.10.188
// </auto-generated>
// ------------------------------------------------------------------------------
namespace OpenInVS2017Professional
Expand All @@ -11,7 +11,7 @@ static class Vsix
public const string Name = "Open in Visual Studio 2017 Professional";
public const string Description = @"Open multiple files simultaneously in Visual Studio 2017 Professional Edition directly from Solution Explorer or Code Editor window.";
public const string Language = "en-US";
public const string Version = "1.1.2";
public const string Version = "1.1.10";
public const string Author = "GregTrevellick";
public const string Tags = "open, open in, open in VS2017, VS2017, open in Visual Studio 2017, Visual Studio 2017, professional";
}
Expand Down
Binary file modified src/OpenInVS2017Professional/source.extension.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/OpenInVS2017Professional/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="4F2AA665-83D6-4646-9F40-2211748FBABD" Version="1.1.9" Language="en-US" Publisher="GregTrevellick" />
<Identity Id="4F2AA665-83D6-4646-9F40-2211748FBABD" Version="1.1.10" Language="en-US" Publisher="GregTrevellick" />
<DisplayName>Open in Visual Studio 2017 Professional</DisplayName>
<Description xml:space="preserve">Open multiple files simultaneously in Visual Studio 2017 Professional Edition directly from Solution Explorer or Code Editor window.</Description>
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>
Expand Down

0 comments on commit 7a39200

Please sign in to comment.