Blame bindings/mono/libgpod-sharp/AssemblyInfo.cs

Packit 29108b
using System.Reflection;
Packit 29108b
using System.Runtime.CompilerServices;
Packit 29108b
Packit 29108b
// Information about this assembly is defined by the following attributes. 
Packit 29108b
// Change them to the values specific to your project.
Packit 29108b
Packit 29108b
[assembly: AssemblyTitle("libgpod-sharp")]
Packit 29108b
[assembly: AssemblyDescription("")]
Packit 29108b
[assembly: AssemblyConfiguration("")]
Packit 29108b
[assembly: AssemblyCompany("")]
Packit 29108b
[assembly: AssemblyProduct("")]
Packit 29108b
[assembly: AssemblyCopyright("")]
Packit 29108b
[assembly: AssemblyTrademark("")]
Packit 29108b
[assembly: AssemblyCulture("")]
Packit 29108b
Packit 29108b
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
Packit 29108b
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
Packit 29108b
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
Packit 29108b
Packit 29108b
[assembly: AssemblyVersion("1.1.0")]
Packit 29108b
Packit 29108b
// The following attributes are used to specify the signing key for the assembly, 
Packit 29108b
// if desired. See the Mono documentation for more information about signing.
Packit 29108b
Packit 29108b
//[assembly: AssemblyDelaySign(false)]
Packit 29108b
//[assembly: AssemblyKeyFile("")]