Skip to content

Commit 1d6cc57

Browse files
committed
2 parents 113816d + e0edf5f commit 1d6cc57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RazorEngineCore
2-
NETCore 3.1.1 Razor Template Engine. No legacy code.
2+
NETCore 3.1.4 Razor Template Engine. No legacy code.
33
* .NET Standard 2.0
44

55
[![NuGet](https://img.shields.io/nuget/dt/RazorEngineCore.svg?style=flat-square)](https://www.nuget.org/packages/RazorEngineCore)
@@ -184,6 +184,10 @@ This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/
184184

185185

186186
#### Changelog
187+
* 2020.5.1
188+
* Async methods (thanks [@wdcossey](https://github.com/wdcossey))
189+
* Microsoft.AspNetCore.Razor.Language 3.1.1 -> 3.1.4
190+
* Microsoft.CodeAnalysis.CSharp 3.4.0 -> 3.6.0
187191
* 2020.3.3
188192
* Model with generic type arguments compiling fix
189193
* 2020.3.2

0 commit comments

Comments
 (0)