File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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))
You can’t perform that action at this time.
0 commit comments