Skip to content

Commit e28f01a

Browse files
Update README.md
1 parent 7edfa1e commit e28f01a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# RazorEngineCore
2-
NETCore 3.1.8 Razor Template Engine. No legacy code.
2+
.NET5 Razor Template Engine. No legacy code.
33
* .NET Standard 2.0
4+
* .NET 5.0
45
* .NET Framework 4.7.2
56
* Windows / Linux
67

@@ -192,6 +193,12 @@ This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/
192193

193194

194195
#### Changelog
196+
* 2021.3.1
197+
* fixed NET5 publish as single file (thanks [@jddj007-hydra](https://github.com/jddj007-hydra))
198+
* AnonymousTypeWrapper array handling fix
199+
* System.Collections referenced by default
200+
* Microsoft.AspNetCore.Razor.Language 3.1.8 -> 5.0.3
201+
* Microsoft.CodeAnalysis.CSharp 3.7.0 -> 3.8.0
195202
* 2020.10.1
196203
* Linux fix for #34
197204
* Microsoft.AspNetCore.Razor.Language 3.1.5 -> 3.1.8

0 commit comments

Comments
 (0)