Version History
+1.0.79.0 - January 28, 2012
+-
+
- Use the WoW64 registry keys when installing the VS designer components on 64-bit Windows. Fix for [d8491abd0b]. +
- Correct resource name used by the LINQ assembly to locate several key string resources. Fix for [fbebb30da9]. +
1.0.78.0 - January 27, 2012
- Updated to SQLite 3.7.10.
- Redesign the VS designer support installer and integrate it into the setup packages.
- When emitting SQL for foreign keys in the VS designer, be sure to take all returned schema rows into account. Remainder of fix for [b226147b37]. Index: Doc/Extra/welcome.html ================================================================== --- Doc/Extra/welcome.html +++ Doc/Extra/welcome.html @@ -154,11 +154,11 @@
- Use the WoW64 registry keys when installing the VS designer components on 64-bit Windows. Fix for [d8491abd0b]. +
- Correct resource name used by the LINQ assembly to locate several key string resources. Fix for [fbebb30da9]. +
- Updated to SQLite 3.7.10. Index: test/AssemblyInfo.cs ================================================================== --- test/AssemblyInfo.cs +++ test/AssemblyInfo.cs @@ -36,7 +36,7 @@ // Major Version // Minor Version // Build Number // Revision // -[assembly: AssemblyVersion("1.0.78.0")] -[assembly: AssemblyFileVersion("1.0.78.0")] +[assembly: AssemblyVersion("1.0.79.0")] +[assembly: AssemblyFileVersion("1.0.79.0")] Index: test/app.config ================================================================== --- test/app.config +++ test/app.config @@ -1,8 +1,8 @@
- Use the WoW64 registry keys when installing the VS designer components on 64-bit Windows. Fix for [d8491abd0b]. +
- Correct resource name used by the LINQ assembly to locate several key string resources. Fix for [fbebb30da9]. +
- Updated to [http://www.sqlite.org/releaselog/3_7_10.html|SQLite 3.7.10]
Distributing the Binaries (Compact Framework)
Both the System.Data.SQLite.DLL and SQLite.Interop.XXX.DLL files must be deployed on the Compact Framework. The XXX is the build number of - the System.Data.SQLite library (e.g. "078"). The + the System.Data.SQLite library (e.g. "079"). The SQLite.Interop.XXX.DLL file is a fully native assembly compiled for the ARM processor, and System.Data.SQLite is the fully-managed Compact Framework assembly.
Index: Doc/SQLite.NET.chm
==================================================================
--- Doc/SQLite.NET.chm
+++ Doc/SQLite.NET.chm
cannot compute difference between binary files
Index: Membership/Properties/AssemblyInfo.cs
==================================================================
--- Membership/Properties/AssemblyInfo.cs
+++ Membership/Properties/AssemblyInfo.cs
@@ -31,7 +31,7 @@
// 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.78.0")]
-[assembly: AssemblyFileVersion("1.0.78.0")]
+[assembly: AssemblyVersion("1.0.79.0")]
+[assembly: AssemblyFileVersion("1.0.79.0")]
Index: SQLite.Designer/AssemblyInfo.cs
==================================================================
--- SQLite.Designer/AssemblyInfo.cs
+++ SQLite.Designer/AssemblyInfo.cs
@@ -41,7 +41,7 @@
// 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.78.0")]
-[assembly: AssemblyFileVersion("1.0.78.0")]
+[assembly: AssemblyVersion("1.0.79.0")]
+[assembly: AssemblyFileVersion("1.0.79.0")]
Index: SQLite.Designer/source.extension.vsixmanifest
==================================================================
--- SQLite.Designer/source.extension.vsixmanifest
+++ SQLite.Designer/source.extension.vsixmanifest
@@ -1,11 +1,11 @@
SQLite Designer
- Robert Simpson
- 1.0.78.0
+ http://system.data.sqlite.org/
+ 1.0.79.0
ADO.NET Data Designer for SQLite
1033
false
Index: SQLite.Interop/props/SQLite.Interop.props
==================================================================
--- SQLite.Interop/props/SQLite.Interop.props
+++ SQLite.Interop/props/SQLite.Interop.props
@@ -8,13 +8,13 @@
*
-->
2010
- 078
- 1.0.78.0
- 1,0,78,0
+ 079
+ 1.0.79.0
+ 1,0,79,0
/ASSEMBLYRESOURCE:..\System.Data.SQLite\SQLiteCommand.bmp,System.Data.SQLite.SQLiteCommand.bmp /ASSEMBLYRESOURCE:..\System.Data.SQLite\SQLiteConnection.bmp,System.Data.SQLite.SQLiteConnection.bmp /ASSEMBLYRESOURCE:..\System.Data.SQLite\SQLiteDataAdapter.bmp,System.Data.SQLite.SQLiteDataAdapter.bmp
$(ProjectDir)..\System.Data.SQLite\System.Data.SQLite.snk
SQLite.Interop
System.Data.SQLite
Index: SQLite.Interop/props/SQLite.Interop.vsprops
==================================================================
--- SQLite.Interop/props/SQLite.Interop.vsprops
+++ SQLite.Interop/props/SQLite.Interop.vsprops
@@ -17,21 +17,21 @@
Value="2008"
PerformEnvironmentSet="true"
/>
System.Data.SQLite.MSIL
- 1.0.78.0
+ 1.0.79.0
SQLite Development Team
An ADO.NET provider for SQLite (managed-only).
en-US
http://system.data.sqlite.org/
http://system.data.sqlite.org/images/sqlite32.png
Index: SQLite.nuspec
==================================================================
--- SQLite.nuspec
+++ SQLite.nuspec
@@ -1,11 +1,11 @@
System.Data.SQLite
System.Data.SQLite (x86)
- 1.0.78.0
+ 1.0.79.0
SQLite Development Team
The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86.
en-US
http://system.data.sqlite.org/
http://system.data.sqlite.org/images/sqlite32.png
Index: SQLite.x64.nuspec
==================================================================
--- SQLite.x64.nuspec
+++ SQLite.x64.nuspec
@@ -1,10 +1,10 @@
System.Data.SQLite.x64
- 1.0.78.0
+ 1.0.79.0
SQLite Development Team
The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x64.
en-US
http://system.data.sqlite.org/
http://system.data.sqlite.org/images/sqlite32.png
Index: SQLite.x86.nuspec
==================================================================
--- SQLite.x86.nuspec
+++ SQLite.x86.nuspec
@@ -1,10 +1,10 @@
System.Data.SQLite.x86
- 1.0.78.0
+ 1.0.79.0
SQLite Development Team
The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86.
en-US
http://system.data.sqlite.org/
http://system.data.sqlite.org/images/sqlite32.png
Index: System.Data.SQLite.Linq/AssemblyInfo.cs
==================================================================
--- System.Data.SQLite.Linq/AssemblyInfo.cs
+++ System.Data.SQLite.Linq/AssemblyInfo.cs
@@ -42,7 +42,7 @@
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.78.0")]
-[assembly: AssemblyFileVersion("1.0.78.0")]
+[assembly: AssemblyVersion("1.0.79.0")]
+[assembly: AssemblyFileVersion("1.0.79.0")]
Index: System.Data.SQLite/AssemblyInfo.cs
==================================================================
--- System.Data.SQLite/AssemblyInfo.cs
+++ System.Data.SQLite/AssemblyInfo.cs
@@ -62,9 +62,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.78.0")]
+[assembly: AssemblyVersion("1.0.79.0")]
#if !PLATFORM_COMPACTFRAMEWORK
-[assembly: AssemblyFileVersion("1.0.78.0")]
+[assembly: AssemblyFileVersion("1.0.79.0")]
#endif
Index: System.Data.SQLite/SQLite3.cs
==================================================================
--- System.Data.SQLite/SQLite3.cs
+++ System.Data.SQLite/SQLite3.cs
@@ -32,11 +32,11 @@
"b621ddff5d844727418956997f475eb829429e411aff3e93f97b70de698b972640925bdd44280df0" +
"a25a843266973704137cbb0e7441c1fe7cae4e2440ae91ab8cde3933febcb1ac48dd33b40e13c421" +
"d8215c18a4349a436dd499e3c385cc683015f886f6c10bd90115eb2bd61b67750839e3a19941dc9c";
#if !PLATFORM_COMPACTFRAMEWORK
- internal const string DesignerVersion = "1.0.78.0";
+ internal const string DesignerVersion = "1.0.79.0";
#endif
///
/// The opaque pointer returned to us by the sqlite provider
///
Index: System.Data.SQLite/UnsafeNativeMethods.cs
==================================================================
--- System.Data.SQLite/UnsafeNativeMethods.cs
+++ System.Data.SQLite/UnsafeNativeMethods.cs
@@ -28,11 +28,11 @@
#if !USE_INTEROP_DLL
#if !PLATFORM_COMPACTFRAMEWORK
private const string SQLITE_DLL = "System.Data.SQLite.dll";
#else
- internal const string SQLITE_DLL = "SQLite.Interop.078.dll";
+ internal const string SQLITE_DLL = "SQLite.Interop.079.dll";
#endif // PLATFORM_COMPACTFRAMEWORK
#else
private const string SQLITE_DLL = "SQLite.Interop.dll";
#endif // USE_INTEROP_DLL
Index: Tests/version.eagle
==================================================================
--- Tests/version.eagle
+++ Tests/version.eagle
@@ -27,11 +27,11 @@
# numbers must be manually kept synchronized with the version numbers for
# the source code files, the built binaries, and the release packages.
#
set version(major) 1
set version(minor) 0
-set version(build) 78; # NOTE: Incremented with each release.
+set version(build) 79; # NOTE: Incremented with each release.
set version(revision) 0
###############################################################################
# ********************* END VOLATILE VERSION INFORMATION **********************
###############################################################################
Index: readme.htm
==================================================================
--- readme.htm
+++ readme.htm
@@ -3,11 +3,11 @@
ADO.NET SQLite Data Provider
-Version 1.0.78.0 January 27, 2012
+Version 1.0.79.0 January 28, 2012
Using SQLite 3.7.10
Originally written by Robert Simpson
Released to the public domain, use at your own risk!
Official provider website: http://system.data.sqlite.org/
Legacy versions: http://sqlite.phxsoftware.com/
@@ -144,11 +144,11 @@ <configuration> <system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite" /> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" - type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.78.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> + type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.79.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> </DbProviderFactories> </system.data> </configuration>
-Version 1.0.78.0 January 27, 2012
+Version 1.0.79.0 January 28, 2012
Using SQLite 3.7.10
Originally written by Robert Simpson
Released to the public domain, use at your own risk!
Official provider website: http://system.data.sqlite.org/
Legacy versions: http://sqlite.phxsoftware.com/
@@ -144,11 +144,11 @@ <configuration> <system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite" /> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" - type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.78.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> + type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.79.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> </DbProviderFactories> </system.data> </configuration>
@@ -184,10 +184,17 @@
Version History
++ 1.0.79.0 - January 28, 2012 +
+-
+
1.0.78.0 - January XX, 2012
+ 1.0.79.0 - January 28, 2012 +
+-
+
1.0.78.0 - January 27, 2012