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:
authorverhoek <30193551+verhoek@users.noreply.github.com>2018-11-03 00:19:03 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2018-11-03 00:25:44 +0300
commit317198816fb190a58cad7201797a40e5ca420db7 (patch)
tree5e7a0d669c6af2ef99b37259aec64111702162ee /Duplicati/Library/Common/Properties
parent8bb406cd15406771c71a2ca8ec0f0a9163e2ca9b (diff)
Moving from IO to Common dir.
Diffstat (limited to 'Duplicati/Library/Common/Properties')
-rw-r--r--Duplicati/Library/Common/Properties/AssemblyInfo.cs42
1 files changed, 42 insertions, 0 deletions
diff --git a/Duplicati/Library/Common/Properties/AssemblyInfo.cs b/Duplicati/Library/Common/Properties/AssemblyInfo.cs
new file mode 100644
index 000000000..b5f4f6e48
--- /dev/null
+++ b/Duplicati/Library/Common/Properties/AssemblyInfo.cs
@@ -0,0 +1,42 @@
+// Copyright (C) 2018, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
+//
+// This library is free software; you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as
+// published by the Free Software Foundation; either version 2.1 of the
+// License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following attributes.
+// Change them to the values specific to your project.
+
+[assembly: AssemblyTitle("Duplicati.Library.IO")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("LGPL, Copyright © Duplicati Team 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 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.*")]
+
+// 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)]
+//[assembly: AssemblyKeyFile("")]