Skip to content

Commit

Permalink
increate VS package version
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Oct 15, 2012
1 parent 08ccb3a commit ece32d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IdeIntegration/Vs2010Integration/SpecFlowPackage.cs
Expand Up @@ -30,7 +30,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.9.0", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "1.9.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, 123, 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.9.0</Version>
<Version>1.9.1</Version>
<Description xml:space="preserve">UNINSTALL SPECFLOW 1.8.1 FIRST! SpecFlow integration for Visual Studio 2010 and 2012. Sponsored by TechTalk (http://www.techtalk.at).</Description>
<!--<Description xml:space="preserve">SpecFlow integration for Microsoft Visual Studio 2010 and 2012. Sponsored by TechTalk (http://www.techtalk.at).</Description>-->
<Locale>1033</Locale>
Expand Down

0 comments on commit ece32d7

Please sign in to comment.