Skip to content

Commit

Permalink
chore(deploy): update assembly/manifest version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Aug 3, 2016
1 parent a8b457a commit e8402c7
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
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="BrainCrumbz.NSpec.VsAdapter" Version="0.3.1" Language="en-US" Publisher="BrainCrumbz" />
<Identity Id="BrainCrumbz.NSpec.VsAdapter" Version="0.3.2" 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 2013 and later.</Description>
<MoreInfo>https://github.com/BrainCrumbz/NSpec.VsAdapter</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion src/NSpec.VsAdapter/SolutionItems/SolutionAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2.0")]

// Let MsBuild copy AssemblyFileVersion from AssemblyVersion
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit e8402c7

Please sign in to comment.