Skip to content

Commit f088e7f

Browse files
Update README.md
1 parent 4f4b558 commit f088e7f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# RazorEngineCore
2-
.NET5 Razor Template Engine. No legacy code.
2+
.NET6 Razor Template Engine. No legacy code.
3+
* .NET 6.0
34
* .NET 5.0
45
* .NET Standard 2.0
56
* .NET Framework 4.7.2
@@ -207,6 +208,14 @@ This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/
207208

208209

209210
#### Changelog
211+
* 2022.1.1
212+
* Make private methods in RazorEngine protected and virtual #PR88 (thanks [@wdcossey](https://github.com/wdcossey))
213+
* Dictionary bug in anonymous model #91 (thanks [@jddj007-hydra](https://github.com/jddj007-hydra))
214+
* Template name fix #PR84 (thanks [@Yazwh0](https://github.com/Yazwh0))
215+
* CI for GitHub Actions #PR69 (thanks [@304NotModified](https://github.com/304NotModified))
216+
* Added Source Link #PR67 (thanks [@304NotModified](https://github.com/304NotModified))
217+
* Microsoft.AspNetCore.Razor.Language 3.1.8 -> 6.0.1
218+
* Microsoft.CodeAnalysis.CSharp 3.7.0 -> 4.0.1
210219
* 2021.7.1
211220
* Better error messages #PR54 (thanks [@wdcossey](https://github.com/wdcossey))
212221
* More asyncs #PR53 (thanks [@wdcossey](https://github.com/wdcossey))

0 commit comments

Comments
 (0)