Skip to content

Commit

Permalink
Release v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure DevOps committed Apr 4, 2020
1 parent c8fee47 commit c3925e8
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.4.3" />
<PackageReference Include="FileParser" Version="1.4.4" />
</ItemGroup>

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

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FileParser/FileParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Title>FileParser</Title>
<PackageId>FileParser</PackageId>
<Version>1.4.3</Version>
<Version>1.4.4</Version>
<PackageTags>FileParser, TextParser, TextReader, File, Parser, Text, txt, Read, Reader</PackageTags>
<Tags>$(PackageTags)</Tags>
<Authors>Eduardo Cáceres</Authors>
Expand Down

0 comments on commit c3925e8

Please sign in to comment.