aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/Properties
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-24 17:06:21 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-24 17:06:21 -0400
commit0ab379e271afe69372806ab0e24a874d3f085456 (patch)
treeac7d461d83993fdd2cc26f3afaaacffd1555cb02 /MediaBrowser.Server.Mono/Properties
parentf176307e591dc8cd4fd1dabe1ebc5e22fba26d51 (diff)
adding mono solution
Diffstat (limited to 'MediaBrowser.Server.Mono/Properties')
-rw-r--r--MediaBrowser.Server.Mono/Properties/AssemblyInfo.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/Properties/AssemblyInfo.cs b/MediaBrowser.Server.Mono/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000..0a2e932200
--- /dev/null
+++ b/MediaBrowser.Server.Mono/Properties/AssemblyInfo.cs
@@ -0,0 +1,22 @@
+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 ("MediaBrowser.Server.Mono")]
+[assembly: AssemblyDescription ("")]
+[assembly: AssemblyConfiguration ("")]
+[assembly: AssemblyCompany ("")]
+[assembly: AssemblyProduct ("")]
+[assembly: AssemblyCopyright ("Luke")]
+[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("")]
+