~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to contrib/NRefactory/Project/Configuration/AssemblyInfo.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// <file>
2
 
//     <copyright see="prj:///doc/copyright.txt"/>
3
 
//     <license see="prj:///doc/license.txt"/>
4
 
//     <owner name="none" email=""/>
5
 
//     <version>$Revision: 1618 $</version>
6
 
// </file>
7
 
 
8
 
using System;
9
 
using System.Reflection;
10
 
using System.Runtime.CompilerServices;
11
 
 
12
 
[assembly: CLSCompliant(true)]
13
 
[assembly: StringFreezing()]
14
 
 
15
 
// Information about this assembly is defined by the following
16
 
// attributes.
17
 
//
18
 
// change them to the information which is associated with the assembly
19
 
// you compile.
20
 
 
21
 
[assembly: AssemblyTitle("NRefactory")]
22
 
[assembly: AssemblyDescription("Parser and refactoring library for C# and VB.NET")]
23
 
[assembly: AssemblyConfiguration("")]
24
 
[assembly: AssemblyTrademark("")]
25
 
[assembly: AssemblyCulture("")]
26
 
 
27
 
[assembly: AssemblyVersion ("2.1.1")]
28
 
[assembly: AssemblyCopyright ("LGPL")]