~ubuntu-branches/ubuntu/karmic/mono-addins/karmic

« back to all changes in this revision

Viewing changes to Mono.Addins.Setup/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2007-07-14 12:07:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070714120748-2elczfsjlrdsrpms
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using System.Reflection;
 
2
using System.Runtime.CompilerServices;
 
3
 
 
4
// Information about this assembly is defined by the following
 
5
// attributes.
 
6
//
 
7
// change them to the information which is associated with the assembly
 
8
// you compile.
 
9
 
 
10
[assembly: AssemblyTitle("Mono.Addins.Setup")]
 
11
[assembly: AssemblyCopyright("Copyright (C) 2007 Novell, Inc (http://www.novell.com)")]
 
12
 
 
13
// The assembly version has following format :
 
14
//
 
15
// Major.Minor.Build.Revision
 
16
//
 
17
// You can specify all values by your own or you can build default build and revision
 
18
// numbers with the '*' character (the default):
 
19
 
 
20
[assembly: AssemblyVersion("0.2.0.0")]