File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed
Src/Axuno.VirtualFileSystem Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 55 <Nullable >enable</Nullable >
66 <SignAssembly >true</SignAssembly >
77 <AssemblyOriginatorKeyFile >Axuno.VirtualFileSystem.pfx</AssemblyOriginatorKeyFile >
8- <Version >0.7.0 </Version >
8+ <Version >0.7.1 </Version >
99 <Authors >axuno gGmbH</Authors >
1010 <Company >axuno gGmbH</Company >
1111 <PackageLicenseExpression >LGPL-3.0-only</PackageLicenseExpression >
Original file line number Diff line number Diff line change 1- using System . Collections . Concurrent ;
1+ using System ;
2+ using System . Collections . Concurrent ;
3+ using System . Collections . Generic ;
24
3- namespace System . Collections . Generic
5+ namespace Axuno . VirtualFileSystem
46{
57 /// <summary>
68 /// Extension methods for Dictionary.
Original file line number Diff line number Diff line change 11using System . IO ;
22using System . Text ;
33using System . Threading . Tasks ;
4- using Axuno . VirtualFileSystem ;
54using Axuno . VirtualFileSystem . Embedded ;
5+ using Microsoft . Extensions . FileProviders ;
66
7- namespace Microsoft . Extensions . FileProviders
7+ namespace Axuno . VirtualFileSystem
88{
99 public static class FileInfoExtensions
1010 {
Original file line number Diff line number Diff line change 1- using System . Threading ;
1+ using System . IO ;
2+ using System . Threading ;
23using System . Threading . Tasks ;
34
4- namespace System . IO
5+ namespace Axuno . VirtualFileSystem
56{
67 public static class StreamExtensions
78 {
Original file line number Diff line number Diff line change 1- using System . Globalization ;
1+ using System ;
2+ using System . Globalization ;
23using System . Security . Cryptography ;
34using System . Text ;
45using System . Text . RegularExpressions ;
56
6- namespace System
7+ namespace Axuno . VirtualFileSystem
78{
89 /// <summary>
910 /// Extension methods for String class.
You can’t perform that action at this time.
0 commit comments