Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add URL file to the source code archive. Update the master release archive manifest to include the new SQLiteOptions class file. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
21b2a686aeee4adbedfb425c8cc6f68e |
User & Date: | mistachkin 2014-09-05 19:21:34 |
Context
2014-09-05
| ||
23:38 | Update version history docs. check-in: 9ddab641be user: mistachkin tags: trunk | |
19:21 | Add URL file to the source code archive. Update the master release archive manifest to include the new SQLiteOptions class file. check-in: 21b2a686ae user: mistachkin tags: trunk | |
19:06 | Update Eagle script library in externals to the latest trunk. check-in: 9f9605f107 user: mistachkin tags: trunk | |
Changes
Changes to Setup/data/SQLite.iss.
180 180 181 181 #if Pos("NativeOnly", AppConfiguration) == 0 182 182 Name: {app}\GAC; Tasks: gac 183 183 #endif 184 184 185 185 [Files] 186 186 Components: Application\Core\{#AppProcessor}; Source: ..\..\Externals\MSVCPP\vcredist_{#AppProcessor}_{#VcRuntime}.exe; DestDir: {tmp}; Flags: dontcopy 187 +Components: Application; Source: ..\..\System.Data.SQLite.url; DestDir: {app}; Flags: restartreplace uninsrestartdelete 187 188 Components: Application; Source: ..\..\readme.htm; DestDir: {app}; Flags: restartreplace uninsrestartdelete isreadme 188 189 189 190 #if Pos("NativeOnly", AppConfiguration) == 0 190 191 Components: Application\Core\MSIL; Tasks: gac; Source: ..\..\bin\{#Year}\{#AppPlatform}\{#AppConfiguration}\System.Data.SQLite.dll; DestDir: {app}\GAC; StrongAssemblyName: "System.Data.SQLite, Version={#AppVersion}, Culture=neutral, PublicKeyToken={#AppPublicKey}, ProcessorArchitecture={#GacProcessor}"; Flags: restartreplace uninsrestartdelete uninsnosharedfileprompt sharedfile gacinstall 191 192 Components: Application\Core\MSIL; Source: ..\..\bin\{#Year}\{#AppPlatform}\{#AppConfiguration}\System.Data.SQLite.dll; DestDir: {app}\bin; Flags: restartreplace uninsrestartdelete 192 193 Components: Application\Core\MSIL and Application\Symbols; Source: ..\..\bin\{#Year}\{#AppPlatform}\{#AppConfiguration}\System.Data.SQLite.pdb; DestDir: {app}\bin; Flags: restartreplace uninsrestartdelete 193 194 #else
Changes to Setup/data/verify.lst.
364 364 SQLite.Designer/SQLiteDataSourceInformation.cs 365 365 SQLite.Designer/SQLiteDataViewSupport.cs 366 366 SQLite.Designer/SQLiteDataViewSupport2005.xml 367 367 SQLite.Designer/SQLiteDataViewSupport2008.xml 368 368 SQLite.Designer/SQLiteDataViewSupport2010.xml 369 369 SQLite.Designer/SQLiteDataViewSupport2012.xml 370 370 SQLite.Designer/SQLiteDataViewSupport2013.xml 371 + SQLite.Designer/SQLiteOptions.cs 371 372 SQLite.Designer/SQLitePackage.cs 372 373 SQLite.Designer/SQLiteProviderObjectFactory.cs 373 374 SQLite.Designer/TableNameDialog.cs 374 375 SQLite.Designer/TableNameDialog.Designer.cs 375 376 SQLite.Designer/TableNameDialog.resx 376 377 SQLite.Designer/VSPackage.Designer.cs 377 378 SQLite.Designer/VSPackage.resx ................................................................................ 431 432 SQLite.NET.2010.MSBuild.sln 432 433 SQLite.NET.2010.sln 433 434 SQLite.NET.2012.Compact.sln 434 435 SQLite.NET.2012.MSBuild.sln 435 436 SQLite.NET.2012.sln 436 437 SQLite.NET.2013.MSBuild.sln 437 438 SQLite.NET.2013.sln 439 + System.Data.SQLite.url 438 440 System.Data.SQLite/ 439 441 System.Data.SQLite/AssemblyInfo.cs 440 442 System.Data.SQLite/AssemblySourceIdAttribute.cs 441 443 System.Data.SQLite/AssemblySourceTimeStampAttribute.cs 442 444 System.Data.SQLite/Configurations/ 443 445 System.Data.SQLite/Configurations/System.Data.SQLite.dll.config 444 446 System.Data.SQLite/LINQ/ ................................................................................ 803 805 804 806 ############################################################################### 805 807 # 806 808 # NOTE: This is the list of core files that should be present in all setup 807 809 # archives supporting the desktop versions of the .NET Framework. 808 810 # 809 811 set sds_manifests(setupCore) { 812 + {{app}\System.Data.SQLite.url} 810 813 {{app}\readme.htm} 811 814 {{app}\bin\System.Data.SQLite.pdb} 812 815 {{app}\doc\SQLite.NET.chm} 813 816 {{app}\bin\SQLite.Designer.dll} 814 817 {{app}\bin\SQLite.Designer.pdb} 815 818 {{app}\bin\System.Data.SQLite.dll.config} 816 819 {{app}\bin\Installer.exe}
Added System.Data.SQLite.url.
1 +[InternetShortcut] 2 +URL=https://system.data.sqlite.org/