Skip to content

Commit

Permalink
set version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganPersson committed Mar 5, 2013
1 parent c8b66bf commit ed899f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BuildProperties.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
properties {
$version = "0.6.1"
$version = "0.6.2"
$assemblyVersion = AssemblyVersion
$assemblyInfoVersion= AssemblyInformationalVersion
$nugetVersionNumber = AssemblyInformationalVersion
Expand Down
6 changes: 3 additions & 3 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[assembly: AssemblyDescription("NBehave - BDD tool.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("0.6.1.0")]
[assembly: AssemblyFileVersion("0.6.1.0")]
[assembly: AssemblyInformationalVersion("0.6.1-devlocal0")]
[assembly: AssemblyVersion("0.6.2.0")]
[assembly: AssemblyFileVersion("0.6.2.0")]
[assembly: AssemblyInformationalVersion("0.6.2-devlocal0")]
[assembly: AssemblyCopyright("Copyright © NBehave 2007-2012")]
[assembly: AssemblyProduct("NBehave")]
[assembly: AssemblyCompany("NBehave")]
Expand Down
2 changes: 1 addition & 1 deletion src/NBehave.VS2010.Plugin/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="39b466a1-7b58-4a9d-91d1-010d05512884">
<Name>NBehave</Name>
<Author>NBehave</Author>
<Version>0.6.1.0</Version>
<Version>0.6.2.0</Version>
<Description xml:space="preserve">Allows execution of NBehave scenario files from within the IDE. More information at http://www.nbehave.org.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://nbehave.org</MoreInfoUrl>
Expand Down

0 comments on commit ed899f0

Please sign in to comment.