Skip to content

Commit

Permalink
Release v1.1.0.
Browse files Browse the repository at this point in the history
Last commit closed #6
  • Loading branch information
eduherminio committed Mar 9, 2018
1 parent c50930d commit a3492b2
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="1.0.0" />
<PackageReference Include="FileParser" Version="1.1.0" />
</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 @@
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<Title>FileParser</Title>
<PackageId>FileParser</PackageId>
<Version>1.0.0</Version>
<Version>1.1.0</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="1.0.0" />
<PackageReference Include="FileParser" Version="1.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a3492b2

Please sign in to comment.