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

« back to all changes in this revision

Viewing changes to src/tools/mdcrashlog/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
 
using System.Reflection;
2
 
using System.Runtime.CompilerServices;
3
 
 
4
 
// Information about this assembly is defined by the following attributes. 
5
 
// Change them to the values specific to your project.
6
 
 
7
 
[assembly: AssemblyTitle("MonoDevelop.CrashLog")]
8
 
[assembly: AssemblyDescription("")]
9
 
[assembly: AssemblyConfiguration("")]
10
 
[assembly: AssemblyCompany("")]
11
 
[assembly: AssemblyProduct("")]
12
 
[assembly: AssemblyCopyright("Xamarin Inc.")]
13
 
[assembly: AssemblyTrademark("")]
14
 
[assembly: AssemblyCulture("")]
15
 
 
16
 
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
17
 
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18
 
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19
 
 
20
 
[assembly: AssemblyVersion("1.0.*")]
21
 
 
22
 
// The following attributes are used to specify the signing key for the assembly, 
23
 
// if desired. See the Mono documentation for more information about signing.
24
 
 
25
 
//[assembly: AssemblyDelaySign(false)]
26
 
//[assembly: AssemblyKeyFile("")]
27