Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Fix tags and vs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Oct 31, 2018
1 parent e4f3b78 commit 5de7d20
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="xunit.devices.templates">
<package id="xunit" version="2.4.0" />
<package id="xunit" version="2.4.1" />
<package id="xunit.runner.devices" version="0.9.9" />
</packages>
</WizardData>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@
<MoreInfo>https://xunit.github.io/</MoreInfo>
<License>license.txt</License>
<Icon>logo-transparent.png</Icon>
<Tags>xunit uwp ios android xamarin device devices</Tags>
<Tags>xunit;uwp;ios;android;xamarin;device;devices</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,17.0)" />
</Installation>
<Dependencies>
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="xunit.android.template" d:TargetPath="|xunit.android.template;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="xunit.ios.template" d:TargetPath="|xunit.ios.template;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="xunit.uwp.template" d:TargetPath="|xunit.uwp.template;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />

</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>
2 changes: 1 addition & 1 deletion templates/xunit.ios.template/xunit.ios.template.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<SdkType>iOS</SdkType>
</MinimumOSVersion>
<packages repository="extension" repositoryId="xunit.devices.templates">
<package id="xunit" version="2.4.0" />
<package id="xunit" version="2.4.1" />
<package id="xunit.runner.devices" version="0.9.9" />
</packages>
</WizardData>
Expand Down
4 changes: 2 additions & 2 deletions templates/xunit.uwp.template/xunit.uwp.template.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="xunit.devices.templates">
<package id="xunit" version="2.4.0" />
<package id="xunit.runner.visualstudio" version="2.4.0" />
<package id="xunit" version="2.4.1" />
<package id="xunit.runner.visualstudio" version="2.4.1" />
<package id="xunit.runner.devices" version="0.9.9" />
</packages>
</WizardData>
Expand Down

0 comments on commit 5de7d20

Please sign in to comment.