File tree 3 files changed +6
-5
lines changed
Installer/SpecFlowInstaller
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<?define ProductShortName = " SpecFlow" ?>
4
- <?define ProductVersion = " 1.3.1 " ?>
5
- <?define ProductVersionText = " 1.3.1 " ?>
4
+ <?define ProductVersion = " 1.3.2 " ?>
5
+ <?define ProductVersionText = " 1.3.2 " ?>
6
6
<?define ProductUrl = " http://www.specflow.org" ?>
7
7
<?define Manufacturer = " TechTalk" ?>
8
8
<?define UpgradeCode = " A72428B6-8ADB-4EDF-BC23-4BE4E19F01A0" ?>
Original file line number Diff line number Diff line change 2
2
using System . Runtime . CompilerServices ;
3
3
using System . Runtime . InteropServices ;
4
4
5
- [ assembly: AssemblyVersion ( "1.3.1 .0" ) ]
6
- [ assembly: AssemblyFileVersion ( "1.3.1 .0" ) ]
5
+ [ assembly: AssemblyVersion ( "1.3.2 .0" ) ]
6
+ [ assembly: AssemblyFileVersion ( "1.3.2 .0" ) ]
Original file line number Diff line number Diff line change 1
- 1.3.2 - ???
1
+ 1.3.2 - 2010/06/29
2
2
3
3
New features:
4
4
+ Support for MsTest for .NET 4.0 categories. Configure the test provider name to
5
5
"MsTest.2010" in order to use the [TestCategory] attribute.
6
+ + Silverlight support (beta), see http://wiki.github.com/techtalk/SpecFlow/silverlight-support
6
7
7
8
Fixed issues:
8
9
+ Report generation fails if no custom XSLT is provided
You can’t perform that action at this time.
0 commit comments