Skip to content

Commit 09ecd99

Browse files
author
Marcus Hammarberg
committed
Updated version number of package
1 parent 15c8a1b commit 09ecd99

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

SolutionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
[assembly: AssemblyCulture("")]
99

1010
[assembly: ComVisible(false)]
11-
[assembly: AssemblyVersion("1.1.0")]
12-
[assembly: AssemblyFileVersion("1.1.0")]
11+
[assembly: AssemblyVersion("1.2.0")]
12+
[assembly: AssemblyFileVersion("1.2.0")]

SpecFlow.Assist.Dynamic/SpecFlow.Assist.Dynamic.nuspec

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,18 @@
66
<owners>www.marcusoft.net - Marcus Hammarberg</owners>
77
<dependencies>
88
<dependency id="ImpromptuInterface" version="6.2.2" />
9-
<dependency id="SpecFlow" version="1.9.0" />
9+
<dependency id="SpecFlow" version="2.1.0" />
1010
</dependencies>
1111
<id>SpecFlow.Assist.Dynamic</id>
1212
<title>SpecFlow.Assist.Dynamic</title>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>Adds support for dynamic instances and set from SpecFlow tables</description>
15-
<summary>You might have to install a test framework (NUnit, xUnit etc) in order to execute your .features.
16-
If this happens you'll see an error message, when you save your SpecFlow .feature files, that says something like: "The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)"
17-
Install the NUnit package to resolve this problem. NUnit is the default test framework of SpecFlow.
18-
19-
I have not supplied that with the package because that would be intrusive to people that already have a test framework.</summary>
20-
<copyright>Copyright © Marcus Hammarberg 2012</copyright>
15+
<summary>See documentation at https://github.com/marcusoftnet/SpecFlow.Assist.Dynamic/wiki/Documentation</summary>
16+
<copyright>Copyright © Marcus Hammarberg 2016</copyright>
2117
<projectUrl>http://marcusoftnet.github.com/SpecFlow.Assist.Dynamic/</projectUrl>
2218
</metadata>
2319
<files>
2420
<file src="App.config.transform" target="content\App.config.transform" />
25-
<file src="bin\Release\SpecFlow.Assist.Dynamic.dll" target="lib\40" />
21+
<file src="bin\Release\SpecFlow.Assist.Dynamic.dll" target="lib\45" />
2622
</files>
2723
</package>

0 commit comments

Comments
 (0)