Skip to content

Commit

Permalink
update version to 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Apr 15, 2011
1 parent c7823d2 commit d96b933
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url = "http://www.specflow.org"
description = "Integrates SpecFlow into the MonoDevelop IDE."
category = "IDE extensions"
version = "1.6.0.0">
version = "1.6.1.0">

<Runtime>
<Import assembly="Gherkin.dll"/>
Expand Down
2 changes: 1 addition & 1 deletion IdeIntegration/NuGetIntegration/SpecFlow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>SpecFlow</id>
<version>1.6.0</version>
<version>1.6.1</version>
<title>SpecFlow</title>
<authors>TechTalk</authors>
<owners>TechTalk</owners>
Expand Down
2 changes: 1 addition & 1 deletion IdeIntegration/Vs2010Integration/SpecFlowPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace TechTalk.SpecFlow.Vs2010Integration
[PackageRegistration(UseManagedResourcesOnly = true)]
// This attribute is used to register the informations needed to show the this package
// in the Help/About dialog of Visual Studio.
[InstalledProductRegistration("#110", "#112", "1.6.0", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "1.6.1", IconResourceID = 400)]
[ProvideOptionPageAttribute(typeof(OptionsPageGeneral), IntegrationOptionsProvider.SPECFLOW_OPTIONS_CATEGORY, IntegrationOptionsProvider.SPECFLOW_GENERAL_OPTIONS_PAGE, 121, 122, true)]
[ProvideProfileAttribute(typeof(OptionsPageGeneral), IntegrationOptionsProvider.SPECFLOW_OPTIONS_CATEGORY, IntegrationOptionsProvider.SPECFLOW_GENERAL_OPTIONS_PAGE, 121, 122, true, DescriptionResourceID = 121)]
[Guid(GuidList.guidSpecFlowPkgString)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="TechTalk.SpecFlow.Vs2010Integration">
<Name>SpecFlow</Name>
<Author>TechTalk</Author>
<Version>1.6.0</Version>
<Version>1.6.1</Version>
<Description xml:space="preserve">SpecFlow integration for Microsoft Visual Studio 2010 (including syntax coloring for Ghrekin (.feature) files). SpecFlow is sponsored by TechTalk (http://www.techtalk.at).</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://www.specflow.org</MoreInfoUrl>
Expand Down
4 changes: 2 additions & 2 deletions Installer/SpecFlowInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<?define ProductShortName = "SpecFlow" ?>
<?define ProductVersion = "1.6.0" ?>
<?define ProductVersionText = "1.6.0" ?>
<?define ProductVersion = "1.6.1" ?>
<?define ProductVersionText = "1.6.1" ?>
<?define ProductUrl = "http://www.specflow.org" ?>
<?define Manufacturer = "TechTalk" ?>
<?define UpgradeCode = "A72428B6-8ADB-4EDF-BC23-4BE4E19F01A0" ?>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tests/FeatureTests/ExternalSteps/ExternalSteps.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tests/FeatureTests/ScopedSteps/ScopedSteps.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tests/FeatureTests/TaggedExamples/TaggedExamples.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tests/GeneratorTests/TestHeaderWriterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void Should_return_version_from_a_cs_file_with_specflow_version()
var result = testHeaderWriter.DetectGeneratedTestVersion(@"// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by SpecFlow (http://www.specflow.org/).
// SpecFlow Version:1.6.0.0
// SpecFlow Version:1.5.0.0
// Runtime Version:4.0.30319.225
//
// Changes to this file may cause incorrect behavior and will be lost if
Expand All @@ -83,7 +83,7 @@ namespace Bowling.Specflow
");

result.ShouldNotBeNull();
result.ToString().ShouldEqual("1.6.0.0");
result.ToString().ShouldEqual("1.5.0.0");
}

[Test]
Expand Down
4 changes: 2 additions & 2 deletions Tests/ParserTests/HandlingParserErrors.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tests/ParserTests/ParsingErrors.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Next - ???
1.6.1 - 2011/04/15

Fixed issues:
+ Windows Phone 7 runtime (TechTalk.SpecFlow.WindowsPhone7.dll) is not included in the NuGet package (Issue 61)
Expand Down

0 comments on commit d96b933

Please sign in to comment.