minor: correct the assembly information for SQLiteNG

0.6.9
Justin Clark-Casey (justincc) 2010-04-23 19:14:43 +01:00
parent 7ce0ec874a
commit 362007e5d3
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly : AssemblyTitle("OpenSim.Data.SQLite")]
[assembly : AssemblyTitle("OpenSim.Data.SQLiteNG")]
[assembly : AssemblyDescription("")]
[assembly : AssemblyConfiguration("")]
[assembly : AssemblyCompany("http://opensimulator.org")]
[assembly : AssemblyProduct("OpenSim.Data.SQLite")]
[assembly : AssemblyProduct("OpenSim.Data.SQLiteNG")]
[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")]
[assembly : AssemblyTrademark("")]
[assembly : AssemblyCulture("")]