Skip to content

Commit

Permalink
Fix VSIX output filename and edit description for VS2013
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Feb 8, 2016
1 parent 1499169 commit 81e4585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NSpec.VsAdapter.Vsix</RootNamespace>
<AssemblyName>NSpec.VsAdapter.Vsix</AssemblyName>
<AssemblyName>NSpec.VsAdapter</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Metadata>
<Identity Id="BrainCrumbz.NSpec.VsAdapter" Version="0.1" Language="en-US" Publisher="BrainCrumbz" />
<DisplayName>NSpec VS Adapter</DisplayName>
<Description xml:space="preserve">A test adapter to run NSpec tests from Test Explorer window in Visual Studio 2012 and later.</Description>
<Description xml:space="preserve">A test adapter to run NSpec tests from Test Explorer window in Visual Studio 2013 and later.</Description>
<MoreInfo>https://github.com/BrainCrumbz/NSpec.VsAdapter</MoreInfo>
<License>License.txt</License>
<Tags>nspec test adapter runner bdd tdd</Tags>
Expand Down

0 comments on commit 81e4585

Please sign in to comment.