Skip to content

Commit

Permalink
Add a link to the AssemblyInfo file in IniParser.Tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyah committed Jun 6, 2015
1 parent 931f3bd commit 13b5880
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 38 deletions.
7 changes: 6 additions & 1 deletion src/IniFileParser.Tests/INIFileParser.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<Compile Include="Unit\IniParserFile_Test.cs" />
<Compile Include="Unit\IniParserRegex_Test.cs" />
<Compile Include="Unit\IniStringParser_Test.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Unit\Model\KeyDataTests.cs" />
<Compile Include="Unit\Model\SectionDataTests.cs" />
<Compile Include="Unit\Model\MergeIniFiles.cs" />
Expand All @@ -80,6 +79,9 @@
<Compile Include="Unit\Parser\StringIniDataParserTests.cs" />
<Compile Include="Unit\Model\IniDataCaseInsensitiveTests.cs" />
<Compile Include="Unit\Parser\ConcatenateDuplicatedKeysIniDataParserTests.cs" />
<Compile Include="..\IniFileParser\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IniFileParser\INIFileParser.csproj">
Expand Down Expand Up @@ -134,4 +136,7 @@
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>
35 changes: 0 additions & 35 deletions src/IniFileParser.Tests/Properties/AssemblyInfo.cs

This file was deleted.

4 changes: 2 additions & 2 deletions src/IniFileParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.2.0.1")]
[assembly: AssemblyVersion("2.2.0.1")]
[assembly: AssemblyVersion("2.2.1")]
[assembly: AssemblyFileVersion("2.2.1")]

0 comments on commit 13b5880

Please sign in to comment.