Skip to content

Commit 06648a2

Browse files
version nbrs to 1.1.41 + chg log
1 parent e5e19e8 commit 06648a2

File tree

47 files changed

+73
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+73
-71
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

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

5-
## 1.1.x
6-
**Coming soon**
7-
- [x] Addition of Open In Atom (tbc)
8-
- [x] Addition of Open In SQL Server Management Studio 2005/8/10/12/14/16/17 (todo: sort out ssmsee.exe paths)
9-
- [x] Addition of project nodes to TreeSize Free/Pro & WinDirStat
10-
- [x] Addition of project nodes & folder nodes to Gimp, MS Paint, Paint.Net
11-
- [x] Screenshots for all applications
5+
## 1.1.41
6+
**2017-07-15**
7+
- [x] Addition of 'Open In ...' when folder node selected for to all appropriate applications
8+
- [x] Addition of 'Open In ...' when project node selected for to all appropriate applications
9+
- [x] Exclusion of \bin and \obj directories when 'Open In ...' project node selected
10+
- [x] Added screenshots for all applications
11+
- [x] Robust refactoring of code
12+
- [x] Open Cover and Report Generator incorporatedusing [this](http://www.allenconway.net/2015/06/using-opencover-and-reportgenerator-to.html)
13+
- [x] Image optimization using [this](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ImageOptimizer)
1214

1315
## 1.1.27
1416
**2017-06-21**

src/OpenInAbracadabra/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static class Vsix
1111
public const string Name = "Open in Abracadabra";
1212
public const string Description = @"Open multiple files simultaneously in Abracadabra directly from Solution Explorer or Code Editor window.";
1313
public const string Language = "en-US";
14-
public const string Version = "1.1.27";
14+
public const string Version = "1.1.41";
1515
public const string Author = "GregTrevellick";
1616
public const string Tags = "open, open in, Abracadabra";
1717
}
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<Metadata>
4-
<Identity Id="Abracadabra.AA6B2292-8144-47F4-B559-2178E2B0DE44" Version="1.1.27" Language="en-US" Publisher="GregTrevellick" />
5-
<DisplayName>Open in Abracadabra</DisplayName>
6-
<Description xml:space="preserve">Open multiple files simultaneously in Abracadabra directly from Solution Explorer or Code Editor window.</Description>
7-
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>
8-
<License>LICENSE.txt</License>
9-
<ReleaseNotes>https://github.com/GregTrevellick/OpenInApp.Launcher/blob/master/CHANGELOG.md</ReleaseNotes>
10-
<Icon>Resources\VsixExtensionIcon_90x90.png</Icon>
11-
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage>
12-
<Tags>open, open in, Abracadabra</Tags>
13-
</Metadata>
14-
<Installation>
15-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,16.0)" />
16-
</Installation>
17-
<Dependencies>
18-
</Dependencies>
19-
<Assets>
20-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
21-
</Assets>
22-
<Prerequisites>
23-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
24-
</Prerequisites>
3+
<Metadata>
4+
<Identity Id="Abracadabra.AA6B2292-8144-47F4-B559-2178E2B0DE44" Version="1.1.41" Language="en-US" Publisher="GregTrevellick" />
5+
<DisplayName>Open in Abracadabra</DisplayName>
6+
<Description xml:space="preserve">Open multiple files simultaneously in Abracadabra directly from Solution Explorer or Code Editor window.</Description>
7+
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>
8+
<License>LICENSE.txt</License>
9+
<ReleaseNotes>https://github.com/GregTrevellick/OpenInApp.Launcher/blob/master/CHANGELOG.md</ReleaseNotes>
10+
<Icon>Resources\VsixExtensionIcon_90x90.png</Icon>
11+
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage>
12+
<Tags>open, open in, Abracadabra</Tags>
13+
</Metadata>
14+
<Installation>
15+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,16.0)" />
16+
</Installation>
17+
<Dependencies>
18+
</Dependencies>
19+
<Assets>
20+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
21+
</Assets>
22+
<Prerequisites>
23+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
24+
</Prerequisites>
2525
</PackageManifest>

src/OpenInChromeCanary/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static class Vsix
1111
public const string Name = "Open in Chrome Canary";
1212
public const string Description = @"Open multiple files simultaneously in Chrome Canary directly from Solution Explorer or Code Editor window.";
1313
public const string Language = "en-US";
14-
public const string Version = "1.1.9";
14+
public const string Version = "1.1.41";
1515
public const string Author = "GregTrevellick";
1616
public const string Tags = "open, open in, chrome, canary";
1717
}
393 Bytes
Binary file not shown.

src/OpenInChromeCanary/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="2B0F2EE6-6EBD-4DF2-A8F7-650D312C6230" Version="1.1.37" Language="en-US" Publisher="GregTrevellick" />
4+
<Identity Id="2B0F2EE6-6EBD-4DF2-A8F7-650D312C6230" Version="1.1.41" Language="en-US" Publisher="GregTrevellick" />
55
<DisplayName>Open in Chrome Canary</DisplayName>
66
<Description xml:space="preserve">Open multiple files simultaneously in Chrome Canary directly from Solution Explorer or Code Editor window.</Description>
77
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>

src/OpenInFirefoxDeveloperEdition/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static class Vsix
1111
public const string Name = "Open in Firefox Developer Edition";
1212
public const string Description = @"Open multiple files simultaneously in Firefox Developer Edition directly from Solution Explorer or Code Editor window.";
1313
public const string Language = "en-US";
14-
public const string Version = "1.1.35";
14+
public const string Version = "1.1.41";
1515
public const string Author = "GregTrevellick";
1616
public const string Tags = "open, open in, Firefox Developer Edition, Firefox, Mozilla";
1717
}

src/OpenInFirefoxDeveloperEdition/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="44EC5BEA-981F-45FB-A489-75F838CCD812" Version="1.1.35" Language="en-US" Publisher="GregTrevellick" />
4+
<Identity Id="44EC5BEA-981F-45FB-A489-75F838CCD812" Version="1.1.41" Language="en-US" Publisher="GregTrevellick" />
55
<DisplayName>Open in Firefox Developer Edition</DisplayName>
66
<Description xml:space="preserve">Open multiple files simultaneously in Firefox Developer Edition directly from Solution Explorer or Code Editor window.</Description>
77
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>

src/OpenInGimp/source.extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static class Vsix
1111
public const string Name = "Open in GIMP - GNU Image Manipulation Program";
1212
public const string Description = @"Open multiple files simultaneously in GIMP (GNU Image Manipulation Program) directly from Solution Explorer or Code Editor window.";
1313
public const string Language = "en-US";
14-
public const string Version = "1.1.35";
14+
public const string Version = "1.1.41";
1515
public const string Author = "GregTrevellick";
1616
public const string Tags = "open, open in, gimp, GNU Image Manipulation Program";
1717
}

src/OpenInGimp/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="AE977542-57A6-448A-89FB-A0915C592A6E" Version="1.1.35" Language="en-US" Publisher="GregTrevellick" />
4+
<Identity Id="AE977542-57A6-448A-89FB-A0915C592A6E" Version="1.1.41" Language="en-US" Publisher="GregTrevellick" />
55
<DisplayName>Open in GIMP - GNU Image Manipulation Program</DisplayName>
66
<Description xml:space="preserve">Open multiple files simultaneously in GIMP (GNU Image Manipulation Program) directly from Solution Explorer or Code Editor window.</Description>
77
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>

0 commit comments

Comments
 (0)