~ubuntu-branches/ubuntu/feisty/monodevelop/feisty

« back to all changes in this revision

Viewing changes to Core/src/NRefactory/Test/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-18 00:51:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060818005123-5iit07y0j7wjg55f
Tags: 0.11+svn20060818-0ubuntu1
* New SVN snapshot
  + Works with Gtk# 2.9.0
* debian/control:
  + Updated Build-Depends
* debian/patches/use_nunit2.2.dpatch,
  debian/patches/use_real_libs.dpatch:
  + Updated
* debian/patches/versioncontrol_buildfix.dpatch:
  + Fix build failure in the version control addin

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: 984 $</version>
 
6
// </file>
 
7
 
 
8
using System.Reflection;
 
9
using System.Runtime.CompilerServices;
 
10
 
 
11
// Information about this assembly is defined by the following
 
12
// attributes.
 
13
//
 
14
// change them to the information which is associated with the assembly
 
15
// you compile.
 
16
 
 
17
[assembly: AssemblyTitle("NRefactory Test")]
 
18
[assembly: AssemblyDescription("Unit tests for the parser and refactoring library for C# and VB.NET")]
 
19
[assembly: AssemblyConfiguration("")]
 
20
[assembly: AssemblyCompany("ic#code")]
 
21
[assembly: AssemblyProduct("SharpDevelop")]
 
22
[assembly: AssemblyCopyright("2004-2006 AlphaSierraPapa")]
 
23
[assembly: AssemblyTrademark("")]
 
24
[assembly: AssemblyCulture("")]
 
25
 
 
26
// The assembly version has following format :
 
27
//
 
28
// Major.Minor.Build.Revision
 
29
//
 
30
// You can specify all values by your own or you can build default build and revision
 
31
// numbers with the '*' character (the default):
 
32
 
 
33
[assembly: AssemblyVersion("2.0.0.1")]
 
34
 
 
35
// The following attributes specify the key for the sign of your assembly. See the
 
36
// .NET Framework documentation for more information about signing.
 
37
// This is not required, if you don't want signing let these attributes like they're.
 
38
[assembly: AssemblyDelaySign(false)]
 
39
[assembly: AssemblyKeyFile("")]