Skip to content

Commit 92ee4ef

Browse files
committed
Merge branch 'main' of https://github.com/axuno/Axuno.VirtualFileSystem into main
2 parents 80056f3 + 1539bec commit 92ee4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The Virtual File System makes it possible to manage files that do not exist on a
1313
* 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.
1414

1515

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:
1818

1919
* Decouple Volo.Abp.VirtualFileSystem from all dependencies of the Abp Framework
2020
* Use Microsoft DependencyInjection instead of [AutoFac](https://autofac.org/)

0 commit comments

Comments
 (0)