|
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 | | - <Metadata> |
4 | | - <Identity Id="f1b3b55f-9bdc-4e9a-802c-84b329e36587" Version="1.0" Language="en-US" Publisher="Govert van Drimmelen" /> |
5 | | - <DisplayName>Excel-DNA Developer Tools</DisplayName> |
6 | | - <Description xml:space="preserve">The Visual Studio extension for Excel-DNA.</Description> |
7 | | - </Metadata> |
8 | | - <Installation> |
9 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" /> |
10 | | - </Installation> |
11 | | - <Dependencies> |
12 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
13 | | - <Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,17.0)" /> |
14 | | - </Dependencies> |
15 | | - <Assets> |
16 | | - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CSProjectTemplate" d:TargetPath="|CSProjectTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
17 | | - <Asset Type="nupkg" d:Source="File" Path="Packages\exceldna.addin.1.1.1.nupkg" d:VsixSubPath="Packages" /> |
18 | | - <Asset Type="nupkg" d:Source="File" Path="Packages\exceldna.integration.1.1.0.nupkg" d:VsixSubPath="Packages" /> |
19 | | - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="VBProjectTemplate" d:TargetPath="|VBProjectTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
20 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
21 | | - <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" AssemblyName="|%CurrentProject%;AssemblyName|" /> |
22 | | - </Assets> |
23 | | - <Prerequisites> |
24 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" /> |
25 | | - </Prerequisites> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="f1b3b55f-9bdc-4e9a-802c-84b329e36587" Version="1.0.1" Language="en-US" Publisher="Govert van Drimmelen" /> |
| 5 | + <DisplayName>Excel-DNA Developer Tools</DisplayName> |
| 6 | + <Description xml:space="preserve">The Visual Studio extension for Excel-DNA.</Description> |
| 7 | + </Metadata> |
| 8 | + <Installation> |
| 9 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" /> |
| 10 | + </Installation> |
| 11 | + <Dependencies> |
| 12 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 13 | + <Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,17.0)" /> |
| 14 | + </Dependencies> |
| 15 | + <Assets> |
| 16 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="CSProjectTemplate" d:TargetPath="|CSProjectTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
| 17 | + <Asset Type="nupkg" d:Source="File" Path="Packages\exceldna.addin.1.1.1.nupkg" d:VsixSubPath="Packages" /> |
| 18 | + <Asset Type="nupkg" d:Source="File" Path="Packages\exceldna.integration.1.1.0.nupkg" d:VsixSubPath="Packages" /> |
| 19 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="VBProjectTemplate" d:TargetPath="|VBProjectTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" /> |
| 20 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 21 | + <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" AssemblyName="|%CurrentProject%;AssemblyName|" /> |
| 22 | + </Assets> |
| 23 | + <Prerequisites> |
| 24 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" /> |
| 25 | + </Prerequisites> |
26 | 26 | </PackageManifest> |
0 commit comments