Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adoconnection authored Jan 17, 2022
1 parent 4f4b558 commit f088e7f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# RazorEngineCore
.NET5 Razor Template Engine. No legacy code.
.NET6 Razor Template Engine. No legacy code.
* .NET 6.0
* .NET 5.0
* .NET Standard 2.0
* .NET Framework 4.7.2
Expand Down Expand Up @@ -207,6 +208,14 @@ This package is inspired by [Simon Mourier SO post](https://stackoverflow.com/a/


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

0 comments on commit f088e7f

Please sign in to comment.