Skip to content

Commit

Permalink
upgrade version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olduh29 committed May 21, 2018
1 parent 74a5c07 commit 84e77de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ParserTests/ParserTests.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="coverlet.msbuild" Version="1.2.0" />
<PackageReference Include="coverlet.msbuild" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\samples\expressionParser\expressionParser.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion sly/sly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<Description>#LY is a parser generator halfway between parser combinators and parser generator like ANTLR</Description>
<Authors>b3b00</Authors>
<version>2.1.0</version>
<version>2.1.1</version>
<PackageProjectUrl>https://github.com/b3b00/sly</PackageProjectUrl>
<RepositoryUrl>https://github.com/b3b00/sly</RepositoryUrl>
<PackageLicenseUrl>https://github.com/b3b00/sly/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit 84e77de

Please sign in to comment.