Skip to content

Commit e17f18f

Browse files
committed
Increment version
1 parent 27e7223 commit e17f18f

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
// You can specify all the values or you can default the Revision and Build Numbers
3030
// by using the '*' as shown below:
3131

32-
[assembly: AssemblyVersion("1.15.2.0")]
33-
[assembly: AssemblyFileVersion("1.15.2.0")]
32+
[assembly: AssemblyVersion("1.15.3.0")]
33+
[assembly: AssemblyFileVersion("1.15.3.0")]
3434

3535

3636

source.extension.vsixmanifest

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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="6bb18fff-9e74-4deb-97df-6a94ddafb74e" Version="1.15.2" Language="en-US" Publisher="Pernicious Games" />
5-
<DisplayName>Open File In Solution</DisplayName>
6-
<Description xml:space="preserve">Shows a list of all files in the current solution and allows quickly filtering and opening them.</Description>
7-
<License>LICENSE</License>
8-
<PreviewImage>openfileinsolution.png</PreviewImage>
9-
<Tags>open file, quick find, fast find, fast open, openfile, quick open, quickopen, shift alt o, shift+alt+o, visual assist</Tags>
10-
</Metadata>
11-
<Installation InstalledByMsi="false">
12-
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[11.0, 17.0)" />
13-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0, 17.0)" />
14-
</Installation>
15-
<Dependencies>
16-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
17-
</Dependencies>
18-
<Assets>
19-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
20-
</Assets>
21-
<Prerequisites>
22-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
23-
</Prerequisites>
3+
<Metadata>
4+
<Identity Id="6bb18fff-9e74-4deb-97df-6a94ddafb74e" Version="1.15.3" Language="en-US" Publisher="Pernicious Games" />
5+
<DisplayName>Open File In Solution</DisplayName>
6+
<Description xml:space="preserve">Shows a list of all files in the current solution and allows quickly filtering and opening them.</Description>
7+
<License>LICENSE</License>
8+
<PreviewImage>openfileinsolution.png</PreviewImage>
9+
<Tags>open file, quick find, fast find, fast open, openfile, quick open, quickopen, shift alt o, shift+alt+o, visual assist</Tags>
10+
</Metadata>
11+
<Installation InstalledByMsi="false">
12+
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[11.0, 17.0)" />
13+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0, 17.0)" />
14+
</Installation>
15+
<Dependencies>
16+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
17+
</Dependencies>
18+
<Assets>
19+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
20+
</Assets>
21+
<Prerequisites>
22+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
23+
</Prerequisites>
2424
</PackageManifest>

0 commit comments

Comments
 (0)