Skip to content

Commit c1588c6

Browse files
author
jbandi
committed
Updating version info
1 parent 79edfb8 commit c1588c6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Installer/SpecFlowInstaller/Product.wxs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<?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" ?>
66
<?define ProductUrl = "http://www.specflow.org" ?>
77
<?define Manufacturer = "TechTalk" ?>
88
<?define UpgradeCode = "A72428B6-8ADB-4EDF-BC23-4BE4E19F01A0" ?>

VersionInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

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")]

changelog.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
1.3.2 - ???
1+
1.3.2 - 2010/06/29
22

33
New features:
44
+ Support for MsTest for .NET 4.0 categories. Configure the test provider name to
55
"MsTest.2010" in order to use the [TestCategory] attribute.
6+
+ Silverlight support (beta), see http://wiki.github.com/techtalk/SpecFlow/silverlight-support
67

78
Fixed issues:
89
+ Report generation fails if no custom XSLT is provided

0 commit comments

Comments
 (0)