~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Wrapper/FreeImage.NET/cs/Samples/Sample 03 - Allocating/Properties/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-07-20 13:42:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100720134215-xt1454zaedv3b604
Tags: 3.13.1-0ubuntu1
* New upstream release. Closes: (LP: #607800)
 - Updated debian/freeimage-get-orig-source script.
 - Removing no longer necessary debian/patches/* and
   the patch system in debian/rules.
 - Updated debian/rules to work with the new Makefiles.
 - Drop from -O3 to -O2 and use lzma compression saves
   ~10 MB of free space. 
* lintian stuff
 - fixed debhelper-but-no-misc-depends
 - fixed ldconfig-symlink-missing-for-shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using System.Reflection;
 
2
using System.Runtime.CompilerServices;
 
3
using System.Runtime.InteropServices;
 
4
 
 
5
[assembly: AssemblyTitle("")]
 
6
[assembly: AssemblyDescription("")]
 
7
[assembly: AssemblyConfiguration("")]
 
8
[assembly: AssemblyCompany("")]
 
9
[assembly: AssemblyProduct("")]
 
10
[assembly: AssemblyCopyright("")]
 
11
[assembly: AssemblyTrademark("")]
 
12
[assembly: AssemblyCulture("")]
 
13
[assembly: ComVisible(false)]
 
14
[assembly: Guid("7139f1dc-3312-4c76-aeb3-891f869409b3")]
 
15
[assembly: AssemblyVersion("1.0.0.0")]
 
16
[assembly: AssemblyFileVersion("1.0.0.0")]