|
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="c676817c-46cc-47d3-b03c-8a05f499d4a5" Version="1.2.0" Language="en-US" Publisher="Bennor McCarthy" /> |
| 4 | + <Identity Id="c676817c-46cc-47d3-b03c-8a05f499d4a5" Version="1.3.0" Language="en-US" Publisher="Bennor McCarthy" /> |
5 | 5 | <DisplayName>AutoT4MVC</DisplayName> |
6 | | - <Description xml:space="preserve">A zero-configuration extension for Visual Studio 2012 which will automatically run your T4MVC templates at build time and when you create/remove/rename/save a file that T4MVC cares about.</Description> |
| 6 | + <Description xml:space="preserve">A zero-configuration extension for Visual Studio which automatically runs your T4MVC templates at build time and when you create/remove/rename/save a file that T4MVC cares about.</Description> |
7 | 7 | <MoreInfo>https://github.com/bennor/AutoT4MVC</MoreInfo> |
8 | 8 | <License>LICENCE.txt</License> |
9 | 9 | <ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> |
| 10 | + <Icon>noun_project_2223.png</Icon> |
10 | 11 | <Tags>T4MVC</Tags> |
11 | 12 | </Metadata> |
12 | 13 | <Installation InstalledByMsi="false"> |
13 | | - <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,12.0)" /> |
14 | | - <InstallationTarget Version="[11.0,12.0)" Id="Microsoft.VisualStudio.Premium" /> |
15 | | - <InstallationTarget Version="[11.0,12.0)" Id="Microsoft.VisualStudio.Ultimate" /> |
| 14 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,13.0)" /> |
| 15 | + <InstallationTarget Version="[11.0,13.0)" Id="Microsoft.VisualStudio.Premium" /> |
| 16 | + <InstallationTarget Version="[11.0,13.0)" Id="Microsoft.VisualStudio.Ultimate" /> |
16 | 17 | </Installation> |
17 | 18 | <Dependencies> |
18 | 19 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" /> |
19 | | - <Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" /> |
20 | 20 | </Dependencies> |
21 | 21 | <Assets> |
22 | 22 | <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
|
0 commit comments