Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopperDEL <github_com@tparth.de>2021-07-15 18:43:18 +0300
committerTopperDEL <github_com@tparth.de>2021-07-15 18:43:18 +0300
commit2cec06252c4b2b5454498d6e021ec4b71b1304cf (patch)
tree79fb254f17e78e181104074eac4f83fb7553d447 /Duplicati/Library
parent5d36791aa59303b90cd5369c23a0e990a9f66158 (diff)
feat: Update uplink.NET to latest version + binaries
Diffstat (limited to 'Duplicati/Library')
-rw-r--r--Duplicati/Library/Backend/Storj/Duplicati.Library.Backend.Storj.csproj4
-rw-r--r--Duplicati/Library/Backend/Storj/libstorj_uplink.sobin15439776 -> 15696192 bytes
-rw-r--r--Duplicati/Library/Backend/Storj/packages.config2
-rw-r--r--Duplicati/Library/Backend/Storj/win-x64/storj_uplink.dllbin9595904 -> 9741824 bytes
-rw-r--r--Duplicati/Library/Backend/Storj/win-x86/storj_uplink.dllbin8198656 -> 8320000 bytes
-rw-r--r--Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj4
-rw-r--r--Duplicati/Library/Backend/Tardigrade/packages.config2
7 files changed, 6 insertions, 6 deletions
diff --git a/Duplicati/Library/Backend/Storj/Duplicati.Library.Backend.Storj.csproj b/Duplicati/Library/Backend/Storj/Duplicati.Library.Backend.Storj.csproj
index a6ff45a31..4f6179435 100644
--- a/Duplicati/Library/Backend/Storj/Duplicati.Library.Backend.Storj.csproj
+++ b/Duplicati/Library/Backend/Storj/Duplicati.Library.Backend.Storj.csproj
@@ -71,8 +71,8 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
- <Reference Include="uplink.NET, Version=2.6.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\..\..\packages\uplink.NET.2.6.1451\lib\netstandard2.0\uplink.NET.dll</HintPath>
+ <Reference Include="uplink.NET, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\..\..\..\packages\uplink.NET.2.7.1604\lib\netstandard2.0\uplink.NET.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
diff --git a/Duplicati/Library/Backend/Storj/libstorj_uplink.so b/Duplicati/Library/Backend/Storj/libstorj_uplink.so
index 0ecab8ba8..f4f495271 100644
--- a/Duplicati/Library/Backend/Storj/libstorj_uplink.so
+++ b/Duplicati/Library/Backend/Storj/libstorj_uplink.so
Binary files differ
diff --git a/Duplicati/Library/Backend/Storj/packages.config b/Duplicati/Library/Backend/Storj/packages.config
index 1592ab1f8..983b0e7cc 100644
--- a/Duplicati/Library/Backend/Storj/packages.config
+++ b/Duplicati/Library/Backend/Storj/packages.config
@@ -9,5 +9,5 @@
<package id="System.Memory" version="4.5.3" targetFramework="net471" />
<package id="System.Numerics.Vectors" version="4.4.0" targetFramework="net471" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" targetFramework="net471" />
- <package id="uplink.NET" version="2.6.1451" targetFramework="net471" />
+ <package id="uplink.NET" version="2.7.1604" targetFramework="net471" />
</packages> \ No newline at end of file
diff --git a/Duplicati/Library/Backend/Storj/win-x64/storj_uplink.dll b/Duplicati/Library/Backend/Storj/win-x64/storj_uplink.dll
index 8b42a9c6b..dbbca788d 100644
--- a/Duplicati/Library/Backend/Storj/win-x64/storj_uplink.dll
+++ b/Duplicati/Library/Backend/Storj/win-x64/storj_uplink.dll
Binary files differ
diff --git a/Duplicati/Library/Backend/Storj/win-x86/storj_uplink.dll b/Duplicati/Library/Backend/Storj/win-x86/storj_uplink.dll
index c34a75d19..bbc697695 100644
--- a/Duplicati/Library/Backend/Storj/win-x86/storj_uplink.dll
+++ b/Duplicati/Library/Backend/Storj/win-x86/storj_uplink.dll
Binary files differ
diff --git a/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj b/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
index 8537fc7cc..19a45331b 100644
--- a/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
+++ b/Duplicati/Library/Backend/Tardigrade/Duplicati.Library.Backend.Tardigrade.csproj
@@ -71,8 +71,8 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
- <Reference Include="uplink.NET, Version=2.6.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\..\..\packages\uplink.NET.2.6.1451\lib\netstandard2.0\uplink.NET.dll</HintPath>
+ <Reference Include="uplink.NET, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\..\..\..\packages\uplink.NET.2.7.1604\lib\netstandard2.0\uplink.NET.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
diff --git a/Duplicati/Library/Backend/Tardigrade/packages.config b/Duplicati/Library/Backend/Tardigrade/packages.config
index 1592ab1f8..983b0e7cc 100644
--- a/Duplicati/Library/Backend/Tardigrade/packages.config
+++ b/Duplicati/Library/Backend/Tardigrade/packages.config
@@ -9,5 +9,5 @@
<package id="System.Memory" version="4.5.3" targetFramework="net471" />
<package id="System.Numerics.Vectors" version="4.4.0" targetFramework="net471" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" targetFramework="net471" />
- <package id="uplink.NET" version="2.6.1451" targetFramework="net471" />
+ <package id="uplink.NET" version="2.7.1604" targetFramework="net471" />
</packages> \ No newline at end of file