Skip to content

Commit

Permalink
removed VersionAssemblyInfo.cs from GitSharp.Core.csproj ...
Browse files Browse the repository at this point in the history
Compiling from the solution files generates a non-versioned assembly for simplicity of build setup. Compiling from the nant build script generates properly versioned assemblies.
  • Loading branch information
henon committed Aug 31, 2010
1 parent 1d9a5fc commit fed9535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GitSharp.Core/GitSharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@
<Compile Include="Util\RawCharSequence.cs" />
<Compile Include="Util\RawSubstringPattern.cs" />
<Compile Include="Util\TemporaryBuffer.cs" />
<Compile Include="VersionAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="CachedObjectDirectory.cs" />
Expand Down

0 comments on commit fed9535

Please sign in to comment.