/* * AssemblyInfo.cs * * Authors * Stephane Delcroix * */ using System.Reflection; using System.Runtime.CompilerServices; [assembly: AssemblyVersion("@VERSION@")] [assembly: AssemblyTitle ("F-Spot")] [assembly: AssemblyCopyright ("(c)2003-2007, Novell Inc")] [assembly: AssemblyDescription ("Personal photo management for the GNOME Desktop")] [assembly: Mono.UsageComplement ("")] [assembly: Mono.About ("F-Spot is a full-featured personal photo management application for the GNOME desktop (http://www.gnome.org/). \nF-Spot simplifies digital photography by providing intuitive tools to help you share, touch-up, find and organize your images.")] [assembly: Mono.Author ("Larry Ewing and others")]