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
path: root/Tools
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2017-06-29 11:26:09 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-06-29 11:26:09 +0300
commit290d613c5411e503d74dff6cf02737787b2fdae2 (patch)
treefc0c490d173f22e25a1db9515be3c0b24e2aab17 /Tools
parent3a672822cfbcd94e8736a3c18a0456af6b400aad (diff)
Fixed the version of the ZipFileDebugger
Diffstat (limited to 'Tools')
-rw-r--r--Tools/ZipFileDebugger/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/ZipFileDebugger/Properties/AssemblyInfo.cs b/Tools/ZipFileDebugger/Properties/AssemblyInfo.cs
index 581bb7691..87e9dd630 100644
--- a/Tools/ZipFileDebugger/Properties/AssemblyInfo.cs
+++ b/Tools/ZipFileDebugger/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
@@ -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.