Artifact 68b02df37117a8546254391f476256813f2eb20d:
- File test/app.config — part of check-in [092d06ea5b] at 2011-09-02 15:05:44 on branch trunk — Update all version numbers to 1.0.75.0 and update the SQLite core to the latest trunk. (user: mistachkin size: 430)
<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.75.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> </DbProviderFactories> </system.data> </configuration>