diff options
author | Justin Clark-Casey (justincc) | 2010-04-23 19:14:43 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-04-30 19:04:53 +0100 |
commit | 362007e5d352d3eafcc260a2270fa8833d2bbf05 (patch) | |
tree | 50286b0dd0c7e5533387c225947b1936e8dbfdeb | |
parent | Change SQLiteNG to work with mono 2.6 and above using the Mono.Data.Sqlite.dll (diff) | |
download | opensim-SC_OLD-362007e5d352d3eafcc260a2270fa8833d2bbf05.zip opensim-SC_OLD-362007e5d352d3eafcc260a2270fa8833d2bbf05.tar.gz opensim-SC_OLD-362007e5d352d3eafcc260a2270fa8833d2bbf05.tar.bz2 opensim-SC_OLD-362007e5d352d3eafcc260a2270fa8833d2bbf05.tar.xz |
minor: correct the assembly information for SQLiteNG
-rw-r--r-- | OpenSim/Data/SQLiteNG/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLiteNG/Properties/AssemblyInfo.cs b/OpenSim/Data/SQLiteNG/Properties/AssemblyInfo.cs index d45ab50..4aeb67b 100644 --- a/OpenSim/Data/SQLiteNG/Properties/AssemblyInfo.cs +++ b/OpenSim/Data/SQLiteNG/Properties/AssemblyInfo.cs | |||
@@ -32,11 +32,11 @@ using System.Runtime.InteropServices; | |||
32 | // set of attributes. Change these attribute values to modify the information | 32 | // set of attributes. Change these attribute values to modify the information |
33 | // associated with an assembly. | 33 | // associated with an assembly. |
34 | 34 | ||
35 | [assembly : AssemblyTitle("OpenSim.Data.SQLite")] | 35 | [assembly : AssemblyTitle("OpenSim.Data.SQLiteNG")] |
36 | [assembly : AssemblyDescription("")] | 36 | [assembly : AssemblyDescription("")] |
37 | [assembly : AssemblyConfiguration("")] | 37 | [assembly : AssemblyConfiguration("")] |
38 | [assembly : AssemblyCompany("http://opensimulator.org")] | 38 | [assembly : AssemblyCompany("http://opensimulator.org")] |
39 | [assembly : AssemblyProduct("OpenSim.Data.SQLite")] | 39 | [assembly : AssemblyProduct("OpenSim.Data.SQLiteNG")] |
40 | [assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")] | 40 | [assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")] |
41 | [assembly : AssemblyTrademark("")] | 41 | [assembly : AssemblyTrademark("")] |
42 | [assembly : AssemblyCulture("")] | 42 | [assembly : AssemblyCulture("")] |