You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ The Virtual File System makes it possible to manage files that do not exist on a
13
13
* An application (or library) can override an embedded file just by placing a static file with the same name and extension into the same folder of the virtual file system.
14
14
15
15
16
-
The library is a modified version of [Volo.Abp.VirtualFileSystem](https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.VirtualFileSystem)3.3.1
17
-
Modifications to the source code were made by axuno in 2020. Changes focused on:
16
+
The library is a modified version of [Volo.Abp.VirtualFileSystem](https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.VirtualFileSystem)4.1
17
+
Modifications to the source code were made by axuno in 2020/21. Changes focused on:
18
18
19
19
* Decouple Volo.Abp.VirtualFileSystem from all dependencies of the Abp Framework
20
20
* Use Microsoft DependencyInjection instead of [AutoFac](https://autofac.org/)
0 commit comments