diff --git a/Installer/SpecFlowInstaller/Product.wxs b/Installer/SpecFlowInstaller/Product.wxs index 4b393fcb0..e24f97d9a 100644 --- a/Installer/SpecFlowInstaller/Product.wxs +++ b/Installer/SpecFlowInstaller/Product.wxs @@ -1,8 +1,8 @@ - - + + diff --git a/VersionInfo.cs b/VersionInfo.cs index 5b98dc191..b897b78f4 100644 --- a/VersionInfo.cs +++ b/VersionInfo.cs @@ -2,5 +2,5 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -[assembly: AssemblyVersion("1.2.1.0")] -[assembly: AssemblyFileVersion("1.2.1.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] diff --git a/changelog.txt b/changelog.txt index 986714b8c..4719a62f4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ +1.3.0 - 2010/05/05 -next release New features: + Using standard Gherkin parser (http://github.com/aslakhellesoy/gherkin) v1.0.24 + Context injection in step definitions. Step definitions can get a context injected with