Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Feb 28, 2018
1 parent b73a6b6 commit 50fc416
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Examples/FileParserExample/FileParserExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FileParser" Version="0.1.0" />
<PackageReference Include="FileParser" Version="0.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
9 changes: 7 additions & 2 deletions FileParserSolution/FileParser/FileParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Title>FileParser</Title>
<PackageId>FileParser</PackageId>
<Version>0.1.0</Version>
<PackageTags>FileParser, File, Parser, Text, txt, Read, Reader</PackageTags>
<Version>0.2.0</Version>
<PackageTags>FileParser, TextParser, TextReader, File, Parser, Text, txt, Read, Reader</PackageTags>
<Tags>$(PackageTags)</Tags>
<Authors>Eduardo Cáceres</Authors>
<Description>
Expand All @@ -18,5 +18,10 @@

<Import Project="FileParser.targets" />
<Import Project="FileParser.tasks" />
<ItemGroup>
<Compile Remove="PublishOutput\**" />
<EmbeddedResource Remove="PublishOutput\**" />
<None Remove="PublishOutput\**" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion NugetTest/NugetTest/NugetTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
<PackageReference Include="FileParser" Version="0.1.0" />
<PackageReference Include="FileParser" Version="0.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 50fc416

Please sign in to comment.