File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
// You can specify all the values or you can default the Revision and Build Numbers
30
30
// by using the '*' as shown below:
31
31
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" ) ]
34
34
35
35
36
36
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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
3
<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" />
5
5
<DisplayName >VS Unused Images Finder</DisplayName >
6
6
<Description xml : space =" preserve" >Searches for unused images in a web project</Description >
7
7
<MoreInfo >https://github.com/jitbit/vs-unused-image-finder</MoreInfo >
8
8
<Icon >1332505758_picture.ico</Icon >
9
9
</Metadata >
10
10
<Installation >
11
- <InstallationTarget Id =" Microsoft.VisualStudio.Community" Version =" [14.0,17.0 ]" />
11
+ <InstallationTarget Id =" Microsoft.VisualStudio.Community" Version =" [14.0,]" />
12
12
</Installation >
13
13
<Dependencies >
14
14
<Dependency Id =" Microsoft.Framework.NDP" DisplayName =" Microsoft .NET Framework" d : Source =" Manual" Version =" [4.7.2,4.8]" />
15
15
</Dependencies >
16
16
<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" />
18
18
</Prerequisites >
19
19
</PackageManifest >
You can’t perform that action at this time.
0 commit comments