Skip to content

Commit 5c91f1d

Browse files
committed
v6.0.16962.0-Beta
1 parent 604ac14 commit 5c91f1d

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

Common/Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<Platforms>AnyCPU;x64</Platforms>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="ITHit.FileSystem" Version="6.0.16897.0-Beta" />
13+
<PackageReference Include="ITHit.FileSystem" Version="6.0.16962.0-Beta" />
1414
</ItemGroup>
1515
</Project>

Windows/Common/Core/Common.Windows.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.1" />
2121
</ItemGroup>
2222
<ItemGroup>
23-
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16897.0-Beta" />
24-
<PackageReference Include="ITHit.FileSystem.Windows" Version="6.0.16897.0-Beta" />
23+
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16962.0-Beta" />
24+
<PackageReference Include="ITHit.FileSystem.Windows" Version="6.0.16962.0-Beta" />
2525
<ProjectReference Include="..\..\..\Common\Common.csproj" />
2626
</ItemGroup>
2727
</Project>

Windows/Common/VirtualDrive/Common.Windows.VirtualDrive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Platforms>AnyCPU;x64</Platforms>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="ITHit.FileSystem.Windows" Version="6.0.16897.0-Beta" />
12+
<PackageReference Include="ITHit.FileSystem.Windows" Version="6.0.16962.0-Beta" />
1313
<ProjectReference Include="..\..\..\Common\Common.csproj" />
1414
<ProjectReference Include="..\Core\Common.Windows.Core.csproj" />
1515
</ItemGroup>

Windows/VirtualDrive/VirtualDrive.ShellExtension/VirtualDrive.ShellExtension.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="ITHit.FileSystem.Windows.ShellExtension" Version="6.0.16897.0-Beta" />
22+
<PackageReference Include="ITHit.FileSystem.Windows.ShellExtension" Version="6.0.16962.0-Beta" />
2323
</ItemGroup>
2424
<ItemGroup>
2525
<None Update="log4net.config">

Windows/VirtualDrive/VirtualDrive/VirtualDrive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This is an advanced project with ETags support, Microsoft Office documents editi
4040
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
4141
</ItemGroup>
4242
<ItemGroup>
43-
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16897.0-Beta" />
43+
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16962.0-Beta" />
4444
<ProjectReference Include="..\..\..\Common\Common.csproj" />
4545
<ProjectReference Include="..\..\Common\VirtualDrive\Common.Windows.VirtualDrive.csproj" />
4646
</ItemGroup>

Windows/VirtualDrive/VirtualDrive/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Your virtual file system will be mounted under this path.
2525
// Make sure to delete the all plceholders created by previous version of the software under the sync root.
26-
"UserFileSystemRootPath": "%USERPROFILE%\\VirtualDriveV5\\",
26+
"UserFileSystemRootPath": "%USERPROFILE%\\VirtualDriveV6\\",
2727

2828

2929
// Full synchronization interval in milliseconds.

Windows/VirtualFileSystem/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Your virtual file system will be mounted under this path.
2525
// Make sure to delete the all plceholders created by previous version of the software under the sync root.
26-
"UserFileSystemRootPath": "%USERPROFILE%\\VFSv5\\",
26+
"UserFileSystemRootPath": "%USERPROFILE%\\VFSv6\\",
2727

2828

2929
// Automatically lock the file in the remote storage when a file handle is being opened for writing, unlock on close.

Windows/WebDAVDrive/WebDAVDrive.ShellExtension/WebDAVDrive.ShellExtension.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Copyright>IT HIT LTD.</Copyright>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<PackageReference Include="ITHit.FileSystem.Windows.ShellExtension" Version="6.0.16897.0-Beta" />
15+
<PackageReference Include="ITHit.FileSystem.Windows.ShellExtension" Version="6.0.16962.0-Beta" />
1616
</ItemGroup>
1717
<ItemGroup>
1818
<None Update="log4net.config">

Windows/WebDAVDrive/WebDAVDrive/WebDAVDrive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
3939
</ItemGroup>
4040
<ItemGroup>
41-
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16897.0-Beta" />
41+
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16962.0-Beta" />
4242
<ProjectReference Include="..\..\Common\VirtualDrive\Common.Windows.VirtualDrive.csproj" />
4343
<ProjectReference Include="..\WebDAVDrive.UI\WebDAVDrive.UI.csproj" />
4444
</ItemGroup>

Windows/WebDAVDrive/WebDAVDrive/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141

4242
//Your virtual file system will be mounted under this path.
43-
"UserFileSystemRootPath": "%USERPROFILE%\\DAVv5\\",
43+
"UserFileSystemRootPath": "%USERPROFILE%\\DAVv6\\",
4444

4545

4646
// Full synchronization interval in milliseconds.

0 commit comments

Comments
 (0)