From d05d98c0812a0987d7f2b590902484fbccdc5df5 Mon Sep 17 00:00:00 2001 From: axunonb Date: Mon, 4 Jan 2021 19:44:37 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dd3587..0ec1ee5 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Text templating is used to dynamically render contents based on a template and a * You can define layout templates to be used as the layout while rendering other templates. * You can pass arbitrary objects to the template context (beside the model) for advanced scenarios. -The library is a modified version of [Volo.Abp.TextTemplating](https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.TextTemplating/Volo/Abp/TextTemplating) 3.3.1 -Modifications to the source code were made by axuno in 2020. Changes focused on: +The library is a modified version of [Volo.Abp.TextTemplating](https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.TextTemplating/Volo/Abp/TextTemplating) 4.1 +Modifications to the source code were made by axuno in 2020/21. Changes focused on: * decouple Volo.Abp.TextTemplating from all dependencies of the Abp Framework * replace the dependency Volo.Abp.VirtualFileSystem with a modified forked version of it ([Axuno.VirtualFileSystem](https://github.com/axuno/Axuno.VirtualFileSystem))