Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Mar 1, 2018
1 parent 3fa85c3 commit df61634
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.0" />
<PackageReference Include="FileParser" Version="0.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FileParserSolution/FileParser/FileParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Title>FileParser</Title>
<PackageId>FileParser</PackageId>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<PackageTags>FileParser, TextParser, TextReader, File, Parser, Text, txt, Read, Reader</PackageTags>
<Tags>$(PackageTags)</Tags>
<Authors>Eduardo Cáceres</Authors>
Expand Down
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.2.0" />
<PackageReference Include="FileParser" Version="0.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit df61634

Please sign in to comment.