Skip to content

Commit dfb4f1d

Browse files
committedJan 24, 2022
VS 2019 and later compatibility, verison bump
1 parent 52578a9 commit dfb4f1d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎VSUnusedImg/Properties/AssemblyInfo.cs

+2-2
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.6.2.0")]
33-
[assembly: AssemblyFileVersion("1.6.2.0")]
32+
[assembly: AssemblyVersion("1.6.3.0")]
33+
[assembly: AssemblyFileVersion("1.6.3.0")]
3434

3535

3636

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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="099ef6b8-8a88-4cf1-96fe-a585affdbd0c" Version="1.6.2" Language="en-US" Publisher="Jitbit Software" />
4+
<Identity Id="099ef6b8-8a88-4cf1-96fe-a585affdbd0c" Version="1.6.3" Language="en-US" Publisher="Jitbit Software" />
55
<DisplayName>VS Unused Images Finder</DisplayName>
66
<Description xml:space="preserve">Searches for unused images in a web project</Description>
77
<MoreInfo>https://github.com/jitbit/vs-unused-image-finder</MoreInfo>
88
<Icon>1332505758_picture.ico</Icon>
99
</Metadata>
1010
<Installation>
11-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0]" />
11+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,]" />
1212
</Installation>
1313
<Dependencies>
1414
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,4.8]" />
1515
</Dependencies>
1616
<Prerequisites>
17-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
17+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,]" DisplayName="Visual Studio core editor" />
1818
</Prerequisites>
1919
</PackageManifest>

0 commit comments

Comments
 (0)
Please sign in to comment.