Skip to content

Commit

Permalink
v6.0.16962.0-Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ITHitBuild committed Aug 16, 2022
1 parent 604ac14 commit 5c91f1d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem" Version="6.0.16897.0-Beta" />
<PackageReference Include="ITHit.FileSystem" Version="6.0.16962.0-Beta" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Windows/Common/Core/Common.Windows.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16897.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows" Version="6.0.16897.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16962.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows" Version="6.0.16962.0-Beta" />
<ProjectReference Include="..\..\..\Common\Common.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem.Windows" Version="6.0.16897.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows" Version="6.0.16962.0-Beta" />
<ProjectReference Include="..\..\..\Common\Common.csproj" />
<ProjectReference Include="..\Core\Common.Windows.Core.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem.Windows.ShellExtension" Version="6.0.16897.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows.ShellExtension" Version="6.0.16962.0-Beta" />
</ItemGroup>
<ItemGroup>
<None Update="log4net.config">
Expand Down
2 changes: 1 addition & 1 deletion Windows/VirtualDrive/VirtualDrive/VirtualDrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This is an advanced project with ETags support, Microsoft Office documents editi
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16897.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16962.0-Beta" />
<ProjectReference Include="..\..\..\Common\Common.csproj" />
<ProjectReference Include="..\..\Common\VirtualDrive\Common.Windows.VirtualDrive.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Windows/VirtualDrive/VirtualDrive/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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


// Full synchronization interval in milliseconds.
Expand Down
2 changes: 1 addition & 1 deletion Windows/VirtualFileSystem/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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


// Automatically lock the file in the remote storage when a file handle is being opened for writing, unlock on close.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Copyright>IT HIT LTD.</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem.Windows.ShellExtension" Version="6.0.16897.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows.ShellExtension" Version="6.0.16962.0-Beta" />
</ItemGroup>
<ItemGroup>
<None Update="log4net.config">
Expand Down
2 changes: 1 addition & 1 deletion Windows/WebDAVDrive/WebDAVDrive/WebDAVDrive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16897.0-Beta" />
<PackageReference Include="ITHit.FileSystem.Windows.Package" Version="6.0.16962.0-Beta" />
<ProjectReference Include="..\..\Common\VirtualDrive\Common.Windows.VirtualDrive.csproj" />
<ProjectReference Include="..\WebDAVDrive.UI\WebDAVDrive.UI.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Windows/WebDAVDrive/WebDAVDrive/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


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


// Full synchronization interval in milliseconds.
Expand Down

0 comments on commit 5c91f1d

Please sign in to comment.