Skip to content

Commit

Permalink
Merge pull request #13 from sharwell/release/3.1.0
Browse files Browse the repository at this point in the history
Release/3.1.0
  • Loading branch information
sharwell authored Jan 27, 2017
2 parents ecd1f7a + 106a6d1 commit 08a5838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyInformationalVersion("3.1.0-dev")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyInformationalVersion("3.2.0-dev")]
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?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="Tvl.VisualStudio.FindInSolutionExplorer.E528F3A5-318E-4F77-BC25-888236886F93" Version="3.1.0" Language="en-US" Publisher="Sam Harwell" />
<Identity Id="Tvl.VisualStudio.FindInSolutionExplorer.E528F3A5-318E-4F77-BC25-888236886F93" Version="3.2.0" Language="en-US" Publisher="Sam Harwell" />
<DisplayName>Find in Solution Explorer</DisplayName>
<Description>Adds the Find in Solution Explorer command to the context menu of open document tabs.</Description>
<MoreInfo>https://github.com/tunnelvisionlabs/FindInSolutionExplorer</MoreInfo>
<License>LICENSE.txt</License>
<!-- Don't include the GettingStartedGuide because it makes a web browser pop up after installation -->
<!--<GettingStartedGuide>https://marketplace.visualstudio.com/items?itemName=SamHarwell.FindinSolutionExplorer</GettingStartedGuide>-->
<ReleaseNotes>https://github.com/tunnelvisionlabs/FindInSolutionExplorer/releases/tag/3.1.0</ReleaseNotes>
<ReleaseNotes>https://github.com/tunnelvisionlabs/FindInSolutionExplorer/releases/tag/3.2.0</ReleaseNotes>
<!--<Icon></Icon>-->
<!--<PreviewImage></PreviewImage>-->
<Tags>document, solution explorer</Tags>
Expand Down

0 comments on commit 08a5838

Please sign in to comment.