From 69bd080aa5e08a0ea433a0db48eb92b23bb784e0 Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Fri, 13 Jun 2014 15:08:51 +0200 Subject: [PATCH] Updated the version number in all projects to 2.0.0.7 --- .../LocalizationTool/Properties/AssemblyInfo.cs | 4 ++-- BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs | 2 +- BuildTools/WixIncludeMake/AssemblyInfo.cs | 2 +- BuildTools/WixProjBuilder/Properties/AssemblyInfo.cs | 6 +++--- .../CommandLine/BackendTester/Properties/AssemblyInfo.cs | 6 +++--- .../CommandLine/BackendTool/Properties/AssemblyInfo.cs | 2 +- .../CommandLine/Decrypter/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/CommandLine/Properties/AssemblyInfo.cs | 4 ++-- .../GUI/Duplicati.GUI.TrayIcon/Properties/AssemblyInfo.cs | 8 ++++---- .../Library/Backend/CloudFiles/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs | 4 ++-- .../Library/Backend/GoogleDocs/Properties/AssemblyInfo.cs | 8 ++++---- Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs | 4 ++-- .../Library/Backend/SSHv2/Properties/AssemblyInfo.cs | 8 ++++---- .../Library/Backend/SkyDrive/Properties/AssemblyInfo.cs | 8 ++++---- .../Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs | 6 +++--- .../Library/Backend/WEBDAV/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/Library/Compression/Properties/AssemblyInfo.cs | 4 ++-- .../Library/DynamicLoader/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/Library/Encryption/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/Library/Interface/Properties/AssemblyInfo.cs | 6 +++--- Duplicati/Library/Logging/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/Library/Main/Properties/AssemblyInfo.cs | 4 ++-- .../Library/Modules/Builtin/Properties/AssemblyInfo.cs | 6 +++--- Duplicati/Library/SQLiteHelper/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/Library/SharpExpect/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/Library/Snapshots/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/Library/Utility/Properties/AssemblyInfo.cs | 4 ++-- Duplicati/License/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 8 ++++---- Duplicati/Server/Properties/AssemblyInfo.cs | 8 ++++---- FreshKeeper/Properties/AssemblyInfo.cs | 4 ++-- Installer/AssemblyRedirects.xml | 4 ++-- Installer/UpgradeData.wxi | 2 +- Tools/SQLiteTool/AssemblyInfo.cs | 2 +- 36 files changed, 84 insertions(+), 84 deletions(-) diff --git a/BuildTools/LocalizationTool/LocalizationTool/Properties/AssemblyInfo.cs b/BuildTools/LocalizationTool/LocalizationTool/Properties/AssemblyInfo.cs index 21e7ce27d..794c67524 100644 --- a/BuildTools/LocalizationTool/LocalizationTool/Properties/AssemblyInfo.cs +++ b/BuildTools/LocalizationTool/LocalizationTool/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("2.0.0.7")] +[assembly: AssemblyFileVersion("2.0.0.7")] diff --git a/BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs b/BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs index eac5b0be4..8d0207127 100644 --- a/BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs +++ b/BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Runtime.CompilerServices; // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.0.7")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)] diff --git a/BuildTools/WixIncludeMake/AssemblyInfo.cs b/BuildTools/WixIncludeMake/AssemblyInfo.cs index fd422f2fc..20172853c 100644 --- a/BuildTools/WixIncludeMake/AssemblyInfo.cs +++ b/BuildTools/WixIncludeMake/AssemblyInfo.cs @@ -17,7 +17,7 @@ using System.Runtime.CompilerServices; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.0.7")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/BuildTools/WixProjBuilder/Properties/AssemblyInfo.cs b/BuildTools/WixProjBuilder/Properties/AssemblyInfo.cs index 5c6a23cc1..a51693ae5 100644 --- a/BuildTools/WixProjBuilder/Properties/AssemblyInfo.cs +++ b/BuildTools/WixProjBuilder/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.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/CommandLine/BackendTester/Properties/AssemblyInfo.cs b/Duplicati/CommandLine/BackendTester/Properties/AssemblyInfo.cs index 91d57f9ae..2abff6021 100644 --- a/Duplicati/CommandLine/BackendTester/Properties/AssemblyInfo.cs +++ b/Duplicati/CommandLine/BackendTester/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/CommandLine/BackendTool/Properties/AssemblyInfo.cs b/Duplicati/CommandLine/BackendTool/Properties/AssemblyInfo.cs index 4ddc0936f..fd31aed27 100644 --- a/Duplicati/CommandLine/BackendTool/Properties/AssemblyInfo.cs +++ b/Duplicati/CommandLine/BackendTool/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ using System.Runtime.CompilerServices; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.0.7")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Duplicati/CommandLine/Decrypter/Properties/AssemblyInfo.cs b/Duplicati/CommandLine/Decrypter/Properties/AssemblyInfo.cs index f8d0ad5ab..71295aaa3 100644 --- a/Duplicati/CommandLine/Decrypter/Properties/AssemblyInfo.cs +++ b/Duplicati/CommandLine/Decrypter/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[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/CommandLine/Properties/AssemblyInfo.cs b/Duplicati/CommandLine/Properties/AssemblyInfo.cs index b1b690e24..705dccfc7 100644 --- a/Duplicati/CommandLine/Properties/AssemblyInfo.cs +++ b/Duplicati/CommandLine/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[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/GUI/Duplicati.GUI.TrayIcon/Properties/AssemblyInfo.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Properties/AssemblyInfo.cs index c5edf1394..79eaf5032 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Properties/AssemblyInfo.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/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/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")] diff --git a/Duplicati/Library/Compression/Properties/AssemblyInfo.cs b/Duplicati/Library/Compression/Properties/AssemblyInfo.cs index d760f5fd2..6fa18192f 100644 --- a/Duplicati/Library/Compression/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/Compression/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/DynamicLoader/Properties/AssemblyInfo.cs b/Duplicati/Library/DynamicLoader/Properties/AssemblyInfo.cs index 00aff1fc9..37de0b431 100644 --- a/Duplicati/Library/DynamicLoader/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/DynamicLoader/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/Encryption/Properties/AssemblyInfo.cs b/Duplicati/Library/Encryption/Properties/AssemblyInfo.cs index 9c8e92776..75018d820 100644 --- a/Duplicati/Library/Encryption/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/Encryption/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/Interface/Properties/AssemblyInfo.cs b/Duplicati/Library/Interface/Properties/AssemblyInfo.cs index c986f5cd0..cb8857f12 100644 --- a/Duplicati/Library/Interface/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/Interface/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.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/Logging/Properties/AssemblyInfo.cs b/Duplicati/Library/Logging/Properties/AssemblyInfo.cs index f2e39faa4..ec25de3d2 100644 --- a/Duplicati/Library/Logging/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/Logging/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/Main/Properties/AssemblyInfo.cs b/Duplicati/Library/Main/Properties/AssemblyInfo.cs index 030ea094e..abc4010bf 100644 --- a/Duplicati/Library/Main/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/Main/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/Modules/Builtin/Properties/AssemblyInfo.cs b/Duplicati/Library/Modules/Builtin/Properties/AssemblyInfo.cs index b1278e552..34cf257c4 100644 --- a/Duplicati/Library/Modules/Builtin/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/Modules/Builtin/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.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/SQLiteHelper/Properties/AssemblyInfo.cs b/Duplicati/Library/SQLiteHelper/Properties/AssemblyInfo.cs index eb6759c39..0450b36bc 100644 --- a/Duplicati/Library/SQLiteHelper/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/SQLiteHelper/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2014, Kenneth Skovhede +// Copyright (C) 2014, Kenneth Skovhede // http://www.hexad.dk, opensource@hexad.dk // // This library is free software; you can redistribute it and/or modify @@ -30,7 +30,7 @@ using System.Runtime.CompilerServices; // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.0.7")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)] diff --git a/Duplicati/Library/SharpExpect/Properties/AssemblyInfo.cs b/Duplicati/Library/SharpExpect/Properties/AssemblyInfo.cs index c8018966f..85dddaa01 100644 --- a/Duplicati/Library/SharpExpect/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/SharpExpect/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/Snapshots/Properties/AssemblyInfo.cs b/Duplicati/Library/Snapshots/Properties/AssemblyInfo.cs index f04a5de1b..abf46f1c2 100644 --- a/Duplicati/Library/Snapshots/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/Snapshots/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[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/Utility/Properties/AssemblyInfo.cs b/Duplicati/Library/Utility/Properties/AssemblyInfo.cs index 81022f6d9..f0d7dbbdd 100644 --- a/Duplicati/Library/Utility/Properties/AssemblyInfo.cs +++ b/Duplicati/Library/Utility/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/License/Properties/AssemblyInfo.cs b/Duplicati/License/Properties/AssemblyInfo.cs index 118e4e152..517001d70 100644 --- a/Duplicati/License/Properties/AssemblyInfo.cs +++ b/Duplicati/License/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("2.0.0.7")] +[assembly: AssemblyFileVersion("2.0.0.7")] diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Properties/AssemblyInfo.cs b/Duplicati/Server/Duplicati.Server.Serialization/Properties/AssemblyInfo.cs index 69e515799..bfb728fac 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Properties/AssemblyInfo.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/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/Server/Properties/AssemblyInfo.cs b/Duplicati/Server/Properties/AssemblyInfo.cs index f9d6b89c5..cb51dcb15 100644 --- a/Duplicati/Server/Properties/AssemblyInfo.cs +++ b/Duplicati/Server/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/FreshKeeper/Properties/AssemblyInfo.cs b/FreshKeeper/Properties/AssemblyInfo.cs index 8e4beac9c..fdb5eb21b 100644 --- a/FreshKeeper/Properties/AssemblyInfo.cs +++ b/FreshKeeper/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.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("2.0.0.7")] +[assembly: AssemblyFileVersion("2.0.0.7")] diff --git a/Installer/AssemblyRedirects.xml b/Installer/AssemblyRedirects.xml index cd2e06cd6..6a85f4900 100644 --- a/Installer/AssemblyRedirects.xml +++ b/Installer/AssemblyRedirects.xml @@ -4,12 +4,12 @@ - + - + diff --git a/Installer/UpgradeData.wxi b/Installer/UpgradeData.wxi index 5a4b5dc73..f34f94cb0 100644 --- a/Installer/UpgradeData.wxi +++ b/Installer/UpgradeData.wxi @@ -3,7 +3,7 @@ - + diff --git a/Tools/SQLiteTool/AssemblyInfo.cs b/Tools/SQLiteTool/AssemblyInfo.cs index 628b377e8..4292b0da8 100644 --- a/Tools/SQLiteTool/AssemblyInfo.cs +++ b/Tools/SQLiteTool/AssemblyInfo.cs @@ -17,7 +17,7 @@ using System.Runtime.CompilerServices; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("2.0.0.7")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.