Skip to content

Commit c64395d

Browse files
committed
Updates to VSIX name
1 parent 3760128 commit c64395d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/VSIXopenFrameworks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<OutputType>Library</OutputType>
4646
<AppDesignerFolder>Properties</AppDesignerFolder>
4747
<RootNamespace>VSIXopenFrameworks</RootNamespace>
48-
<AssemblyName>VSIXopenFrameworks</AssemblyName>
48+
<AssemblyName>VSIXopenFrameworks2017</AssemblyName>
4949
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
5050
<GeneratePkgDefFile>true</GeneratePkgDefFile>
5151
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>

src/source.extension.vsixmanifest

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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="VSIXopenframeworks.4112E29A-B109-4E35-8C1F-B9255C73895D" Version="0.2" Language="en-US" Publisher="Arturo Castro, Half Scheidl" />
4+
<Identity Id="VSIXopenframeworks2017.A049B6B4-2855-4C1C-A3A6-13ED823BB898" Version="0.3" Language="en-US" Publisher="Arturo Castro, Half Scheidl" />
55
<DisplayName>openFrameworks plugin for Visual Studio 2017</DisplayName>
66
<Description xml:space="preserve">openFrameworks plugin for Visual Studio 2017</Description>
77
<License>GPLv3.txt</License>
88
<Icon>__TemplateIcon.png</Icon>
99
</Metadata>
10-
<Installation AllUsers="true">
10+
<Installation>
1111
<InstallationTarget Version="15.0" Id="Microsoft.VisualStudio.Community" />
1212
<InstallationTarget Version="15.0" Id="Microsoft.VisualStudio.Pro" />
1313
<InstallationTarget Version="15.0" Id="Microsoft.VisualStudio.Enterprise" />
1414
</Installation>
1515
<Dependencies>
1616
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
1717
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
18-
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" />
19-
</Dependencies>
18+
<Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" d:Source="Installed" Version="[15.0]" />
19+
</Dependencies>
2020
<Assets>
2121
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:TargetPath="|openFrameworksTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" d:ProjectName="openFrameworksTemplate" />
2222
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="Wizard" Path="|Wizard|" AssemblyName="|Wizard;AssemblyName|" />

0 commit comments

Comments
 (0)