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:
authorKenneth Skovhede <kenneth@hexad.dk>2016-05-02 21:27:59 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-05-02 21:27:59 +0300
commit5993210e2855de4323ccc0ce850dd6e644adebae (patch)
treef0707eedbf2040ada4aae3866f090a1dff4643f0 /BuildTools
parenta278fcd5819ea3ca6ba66a92b81a3a409ca9506a (diff)
Update for AssemblyInfo to avoid builds generating source changes
Diffstat (limited to 'BuildTools')
-rw-r--r--BuildTools/DependencyFinder/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildTools/DependencyFinder/Properties/AssemblyInfo.cs b/BuildTools/DependencyFinder/Properties/AssemblyInfo.cs
index 637ec8aad..334f017e8 100644
--- a/BuildTools/DependencyFinder/Properties/AssemblyInfo.cs
+++ b/BuildTools/DependencyFinder/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.