Skip to content

Commit

Permalink
chore: upgrade deps for bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski committed Jun 22, 2020
1 parent fdc7fd3 commit 58ae0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Use Razor to build templates from Files / EmbeddedResources / Strings / Database
Install the nuget package using following command:

````
Install-Package RazorLight -Version 2.0.0-beta7
Install-Package RazorLight -Version 2.0.0-beta8
````

The simplest scenario is to create a template from string. Each template must have a ````templateKey```` that is associated with it, so you can render the same template next time without recompilation.
Expand Down
2 changes: 1 addition & 1 deletion tests/RazorLight.Tests/RazorLight.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MarkdownSnippets.MsBuild" Version="19.0.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="19.0.1" />
<PackageReference Include="Moq" Version="4.7.99" />
<PackageReference Include="Pose" Version="1.2.1" />
<PackageReference Include="Verify.Xunit" Version="5.0.2" />
Expand Down

0 comments on commit 58ae0ab

Please sign in to comment.