Index: Doc/SQLite.NET.chm ================================================================== --- Doc/SQLite.NET.chm +++ Doc/SQLite.NET.chm cannot compute difference between binary files Index: SQLite.Designer/AssemblyInfo.cs ================================================================== --- SQLite.Designer/AssemblyInfo.cs +++ SQLite.Designer/AssemblyInfo.cs @@ -30,10 +30,10 @@ // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.24.3")] -[assembly: AssemblyFileVersion("1.0.24.3")] +[assembly: AssemblyVersion("1.0.24.4")] +[assembly: AssemblyFileVersion("1.0.24.4")] [assembly:AssemblyDelaySignAttribute(false)] [assembly:AssemblyKeyFileAttribute("..\\System.Data.SQLite\\System.Data.SQLite.snk")] [assembly:AssemblyKeyNameAttribute("")] Index: SQLite.Interop/SQLite.Interop.rc ================================================================== --- SQLite.Interop/SQLite.Interop.rc +++ SQLite.Interop/SQLite.Interop.rc @@ -51,11 +51,11 @@ // // Version // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,24,3 + FILEVERSION 1,0,24,4 PRODUCTVERSION 1,0,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L #else @@ -69,11 +69,11 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "http://sourceforge.net/projects/sqlite-dotnet2" VALUE "FileDescription", "SQLite.NET Interop Library" - VALUE "FileVersion", "1.0.24.3" + VALUE "FileVersion", "1.0.24.4" VALUE "InternalName", "SQLite.Interop.DLL" VALUE "LegalCopyright", "Released to the public domain" VALUE "OriginalFilename", "SQLite3.DLL CVS HEAD" VALUE "ProductName", "SQLite.NET" VALUE "ProductVersion", "1.0" Index: SQLite.NET.suo ================================================================== --- SQLite.NET.suo +++ SQLite.NET.suo cannot compute difference between binary files Index: System.Data.SQLite/AssemblyInfo.cs ================================================================== --- System.Data.SQLite/AssemblyInfo.cs +++ System.Data.SQLite/AssemblyInfo.cs @@ -37,9 +37,9 @@ // Build Number // Revision // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.24.3")] +[assembly: AssemblyVersion("1.0.24.4")] #if !PLATFORM_COMPACTFRAMEWORK -[assembly: AssemblyFileVersion("1.0.24.3")] +[assembly: AssemblyFileVersion("1.0.24.4")] #endif Index: bin/CompactFramework/SQLite.Interop.dll ================================================================== --- bin/CompactFramework/SQLite.Interop.dll +++ bin/CompactFramework/SQLite.Interop.dll cannot compute difference between binary files Index: bin/CompactFramework/System.Data.SQLite.dll ================================================================== --- bin/CompactFramework/System.Data.SQLite.dll +++ bin/CompactFramework/System.Data.SQLite.dll cannot compute difference between binary files Index: bin/Designer/SQLite.Designer.dll ================================================================== --- bin/Designer/SQLite.Designer.dll +++ bin/Designer/SQLite.Designer.dll cannot compute difference between binary files Index: bin/System.Data.SQLite.dll ================================================================== --- bin/System.Data.SQLite.dll +++ bin/System.Data.SQLite.dll cannot compute difference between binary files Index: bin/itanium/System.Data.SQLite.DLL ================================================================== --- bin/itanium/System.Data.SQLite.DLL +++ bin/itanium/System.Data.SQLite.DLL cannot compute difference between binary files Index: bin/test.exe ================================================================== --- bin/test.exe +++ bin/test.exe cannot compute difference between binary files Index: bin/x64/System.Data.SQLite.DLL ================================================================== --- bin/x64/System.Data.SQLite.DLL +++ bin/x64/System.Data.SQLite.DLL cannot compute difference between binary files Index: readme.htm ================================================================== --- readme.htm +++ readme.htm @@ -3,12 +3,12 @@ ADO.NET 2.0 SQLite Data Provider
- Version 1.0.24.3 (beta) - Jan 10, 2006
- Interop using SQLite 3.3.0 alpha
+ Version 1.0.24.4 (beta) - Jan 16, 2006
+ Interop using SQLite 3.3.1 alpha
Written by Robert Simpson (robert@blackcastlesoft.com)
Released to the public domain, use at your own risk!

The latest version can be downloaded here @@ -128,10 +128,23 @@ the sources, those modifications are made automatically by the fixsource.vbs file when the VS2005 solution is compiled.

Version History

+

1.0.24.4 beta - January 16, 2006

+

1.0.24.3 beta - January 10, 2006