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:
Diffstat (limited to 'Duplicati/Library/Backend')
-rw-r--r--Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/GoogleDocs/Properties/AssemblyInfo.cs8
-rw-r--r--Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/SSHv2/Properties/AssemblyInfo.cs8
-rw-r--r--Duplicati/Library/Backend/SkyDrive/Properties/AssemblyInfo.cs8
-rw-r--r--Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs6
-rw-r--r--Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs4
9 files changed, 25 insertions, 25 deletions
diff --git a/Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs
index 3502021a6..5ddd50c18 100644
--- a/Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs
@@ -50,5 +50,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.1.276")]
-[assembly: AssemblyFileVersion("1.0.1.276")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
diff --git a/Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs
index 7e7586f21..79af4c54b 100644
--- a/Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs
@@ -50,5 +50,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.1.276")]
-[assembly: AssemblyFileVersion("1.0.1.276")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
diff --git a/Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs
index 160cbbb96..a67b57bfc 100644
--- a/Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs
@@ -50,5 +50,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.1.276")]
-[assembly: AssemblyFileVersion("1.0.1.276")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
diff --git a/Duplicati/Library/Backend/GoogleDocs/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/GoogleDocs/Properties/AssemblyInfo.cs
index 7afe6b41f..04972c145 100644
--- a/Duplicati/Library/Backend/GoogleDocs/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/GoogleDocs/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+// [assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
diff --git a/Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs
index aff47b03e..57f2380cd 100644
--- a/Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs
@@ -50,5 +50,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.1.276")]
-[assembly: AssemblyFileVersion("1.0.1.276")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
diff --git a/Duplicati/Library/Backend/SSHv2/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/SSHv2/Properties/AssemblyInfo.cs
index 2f3f7469d..9880b69ae 100644
--- a/Duplicati/Library/Backend/SSHv2/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/SSHv2/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+// [assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
diff --git a/Duplicati/Library/Backend/SkyDrive/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/SkyDrive/Properties/AssemblyInfo.cs
index a563ed4a1..b0f25e19b 100644
--- a/Duplicati/Library/Backend/SkyDrive/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/SkyDrive/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+// [assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
diff --git a/Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs
index 0113a125a..2d46e108f 100644
--- a/Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs
@@ -50,6 +50,6 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.1.276")]
-[assembly: AssemblyFileVersion("1.0.1.276")]
+// [assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
diff --git a/Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs
index 5d3a4c207..a48a9c2cf 100644
--- a/Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs
@@ -50,5 +50,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.1.276")]
-[assembly: AssemblyFileVersion("1.0.1.276")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]