We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b920017 commit e0edf5fCopy full SHA for e0edf5f
README.md
@@ -1,5 +1,5 @@
1
# RazorEngineCore
2
-NETCore 3.1.1 Razor Template Engine. No legacy code.
+NETCore 3.1.4 Razor Template Engine. No legacy code.
3
* .NET Standard 2.0
4
5
[](https://www.nuget.org/packages/RazorEngineCore)
@@ -184,6 +184,10 @@ This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/
184
185
186
#### 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
191
* 2020.3.3
192
* Model with generic type arguments compiling fix
193
* 2020.3.2
0 commit comments