Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update comment in the new NuGet XML configuration file. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
56e59ce3910bb192746c128aa5326a31 |
User & Date: | mistachkin 2016-10-29 22:09:13.237 |
Context
2016-10-29
| ||
22:23 | Minor whitespace issue. check-in: 88a77871fe user: mistachkin tags: trunk | |
22:09 | Update comment in the new NuGet XML configuration file. check-in: 56e59ce391 user: mistachkin tags: trunk | |
22:03 | Add a special NuGet-only XML configuration file to allow the interop assemblies to be found by the managed assembly at design-time. Pursuant to [d4728aecb7]. check-in: 6e8e58e534 user: mistachkin tags: trunk | |
Changes
Changes to NuGet/shared/Core/lib/System.Data.SQLite.dll.config.
1 2 3 4 5 6 | <?xml version="1.0"?> <!-- * * System.Data.SQLite.dll.config - * * WARNING: This XML configuration file is intended for use within the NuGet | | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <?xml version="1.0"?> <!-- * * System.Data.SQLite.dll.config - * * WARNING: This XML configuration file is intended for use within the NuGet * package directories only. Please do not copy this file to any of * the build output directories because it could interfere with the * native library pre-loading feature. * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <configuration> <appSettings> |
︙ | ︙ |