Skip to content

Commit

Permalink
fix specflow.exe version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed May 3, 2010
1 parent 4af2857 commit a8051fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Tools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,3 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("fff5bcba-c01a-4bd8-9945-f7771e4a7d6f")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
3 changes: 3 additions & 0 deletions Tools/TechTalk.SpecFlow.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
<Compile Include="..\lib\nconsoler\NConsoler.cs">
<Link>NConsoler\NConsoler.cs</Link>
</Compile>
<Compile Include="..\VersionInfo.cs">
<Link>VersionInfo.cs</Link>
</Compile>
<Compile Include="MsBuild\GeneratorTask.cs" />
<Compile Include="MsBuild\GeneratorTaskBase.cs" />
<Compile Include="MsBuild\TaskBase.cs" />
Expand Down

0 comments on commit a8051fb

Please sign in to comment.