Skip to content

Commit 00e0184

Browse files
.
1 parent 1ce5db1 commit 00e0184

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
These are the changes to each version that has been released on the official Visual Studio extension gallery.
44

5-
## 1.0.41
6-
**2018-10-30**
5+
## 1.0.42
6+
**2018-10-31**
77
- [x] Async (aka VS2019) support (like it should always have been!)
88

99
## 1.0.29

SolutionOpenPopUp2019/VsmpPublish.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
}
2424
],
2525
"categories": [
26-
"Tools"
26+
"documentation",
27+
"setup and deployment",
28+
"team development"
2729
],
2830
"identity": {
2931
"internalName": "SolutionOpenPopUp"
2 Bytes
Binary file not shown.

SolutionOpenPopUp2019/source.extension.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ static class Vsix
1111
public const string Name = "Solution Open Pop Up";
1212
public const string Description = @"Display the contents of certain text files when the solution is opened in a pop-up window. A handy way to share solution-specific gotchas, non-critical team messages or your own personal notes for a solution. ";
1313
public const string Language = "en-US";
14-
public const string Version = "1.0.41";
14+
public const string Version = "1.0.42";
1515
public const string Author = "Greg Trevellick";
16-
public const string Tags = "solution open, popup, pop-up, pop up, gotcha, gotchas, read me, readme, readme.txt";
16+
public const string Tags = "solution open popup, gotcha, gotchas, readme";
1717
}
1818
}

SolutionOpenPopUp2019/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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="9ea776a6-e317-4ba8-a957-fa59958ec214" Version="1.0.41" Language="en-US" Publisher="Greg Trevellick" />
4+
<Identity Id="9ea776a6-e317-4ba8-a957-fa59958ec214" Version="1.0.42" Language="en-US" Publisher="Greg Trevellick" />
55
<DisplayName>Solution Open Pop Up</DisplayName>
66
<Description xml:space="preserve">Display the contents of certain text files when the solution is opened in a pop-up window. A handy way to share solution-specific gotchas, non-critical team messages or your own personal notes for a solution. </Description>
77
<MoreInfo>https://github.com/GregTrevellick/SolutionOpenPopUp</MoreInfo>
88
<License>LICENSE.txt</License>
99
<ReleaseNotes>https://github.com/GregTrevellick/SolutionOpenPopUp/blob/master/CHANGELOG.md</ReleaseNotes>
1010
<Icon>Resources\VsixExtensionIcon_90x90.png</Icon>
1111
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage>
12-
<Tags>solution open, popup, pop-up, pop up, gotcha, gotchas, read me, readme, readme.txt</Tags>
12+
<Tags>solution open popup, gotcha, gotchas, readme</Tags>
1313
</Metadata>
1414
<Installation>
1515
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[11.0, 17.0)" />

0 commit comments

Comments
 (0)