Skip to content

Commit

Permalink
update version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jul 29, 2011
1 parent 2820f95 commit 64dae73
Show file tree
Hide file tree
Showing 19 changed files with 236 additions and 114 deletions.
2 changes: 1 addition & 1 deletion Generator/TestGeneratorFactory.cs
Expand Up @@ -7,7 +7,7 @@ namespace TechTalk.SpecFlow.Generator
public class TestGeneratorFactory : RemotableGeneratorClass, ITestGeneratorFactory
{
// update this version to the latest version number, if there are changes in the test generation
static public readonly Version GeneratorVersion = new Version("1.6.2.0");
static public readonly Version GeneratorVersion = new Version("1.7.0.0");

public Version GetGeneratorVersion()
{
Expand Down
Expand Up @@ -6,7 +6,7 @@
url = "http://www.specflow.org"
description = "Integrates SpecFlow into the MonoDevelop IDE."
category = "IDE extensions"
version = "1.6.1.0">
version = "1.7.0.0">

<Runtime>
<Import assembly="Gherkin.dll"/>
Expand Down
2 changes: 1 addition & 1 deletion IdeIntegration/NuGetIntegration/SpecFlow.nuspec
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.1</version>
<version>1.7.0</version>
<title>SpecFlow</title>
<authors>TechTalk</authors>
<owners>TechTalk</owners>
Expand Down
2 changes: 1 addition & 1 deletion IdeIntegration/Vs2010Integration/SpecFlowPackage.cs
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.1", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "1.7.0", 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
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="TechTalk.SpecFlow.Vs2010Integration">
<Name>SpecFlow</Name>
<Author>TechTalk</Author>
<Version>1.6.1</Version>
<Version>1.7.0</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
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<?define ProductShortName = "SpecFlow" ?>
<?define ProductVersion = "1.6.1" ?>
<?define ProductVersionText = "1.6.1" ?>
<?define ProductVersion = "1.7.0" ?>
<?define ProductVersionText = "1.7.0" ?>
<?define ProductUrl = "http://www.specflow.org" ?>
<?define Manufacturer = "TechTalk" ?>
<?define UpgradeCode = "A72428B6-8ADB-4EDF-BC23-4BE4E19F01A0" ?>
Expand Down
2 changes: 1 addition & 1 deletion Installer/SpecFlowInstaller/VS2008.wxs
Expand Up @@ -115,7 +115,7 @@
</RegistryKey>

<RegistryKey Root="HKLM" Key="$(var.Vs2008RegPath)\Packages\{c0328222-6d96-11e0-9525-e7494824019b}" Action="createAndRemoveOnUninstall">
<RegistryValue Value="TechTalk.SpecFlow.Vs2008Integration.RegularExpressionLanguageServicePackage2, TechTalk.SpecFlow.Vs2008Integration, Version=1.6.1.0, Culture=neutral, PublicKeyToken=0778194805d6db41" Type="string"/>
<RegistryValue Value="TechTalk.SpecFlow.Vs2008Integration.RegularExpressionLanguageServicePackage2, TechTalk.SpecFlow.Vs2008Integration, Version=1.7.0.0, Culture=neutral, PublicKeyToken=0778194805d6db41" Type="string"/>
<RegistryValue Name="InprocServer32" Value="[SystemFolder]mscoree.dll" Type="string" />
<RegistryValue Name="Class" Value="TechTalk.SpecFlow.Vs2008Integration.RegularExpressionLanguageServicePackage2" Type="string" />
<RegistryValue Name="CodeBase" Value="[INSTALLLOCATION]TechTalk.SpecFlow.Vs2008Integration.dll" Type="string" />
Expand Down
33 changes: 22 additions & 11 deletions Tests/FeatureTests/BeforeAfterHooks/BeforeAfterHooks.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.

35 changes: 24 additions & 11 deletions Tests/FeatureTests/ContextInjection/ContextInjection.feature.cs

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

25 changes: 18 additions & 7 deletions Tests/FeatureTests/ExternalSteps/ExternalSteps.feature.cs

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

0 comments on commit 64dae73

Please sign in to comment.