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>2016-05-19 00:57:40 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-05-19 00:57:40 +0300
commit24bb1c09d4cfa5cbffc0b99ad9319198ad2e65d8 (patch)
tree92ef5e7790bd54a9d73075dc92e5b477b57da527 /Tools
parent14d3cc1748717028bf125de9ce12b43bc7424998 (diff)
Bumped version for the CGIProxyHandler
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CGIProxyHandler/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CGIProxyHandler/Properties/AssemblyInfo.cs b/Tools/CGIProxyHandler/Properties/AssemblyInfo.cs
index 29d0b7e2a..4cb3fd3f2 100644
--- a/Tools/CGIProxyHandler/Properties/AssemblyInfo.cs
+++ b/Tools/CGIProxyHandler/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.