System.Data.SQLite

Check-in [cfbeefb82a]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix minor typo in the design-time components installer.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: cfbeefb82a4072b2215c8e615f73275ef360afc2
User & Date: mistachkin 2014-08-03 00:32:14.360
Context
2014-08-03
01:48
Fix issue with documentation comment. check-in: f2a69275fd user: mistachkin tags: trunk
00:32
Fix minor typo in the design-time components installer. check-in: cfbeefb82a user: mistachkin tags: trunk
2014-08-02
23:27
Add 'Beta' and 'Test' versions of all remaining NuGet packages (i.e. the modular ones). check-in: 9509fcd7a8 user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tools/install/Installer.cs.
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296

        ///////////////////////////////////////////////////////////////////////

        //
        // NOTE: The trace category is the same for both the debug and trace
        //       callbacks.
        //
        private static string traceCategory = Path.GetFileName(
            (thisAssembly != null) ? thisAssembly.Location : null);

        ///////////////////////////////////////////////////////////////////////

        //
        // NOTE: Set the debug and trace logging callbacks used by the
        //       application.
        //







|
|







4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296

        ///////////////////////////////////////////////////////////////////////

        //
        // NOTE: The trace category is the same for both the debug and trace
        //       callbacks.
        //
        private static string traceCategory = (thisAssembly != null) ?
            Path.GetFileName(thisAssembly.Location) : null;

        ///////////////////////////////////////////////////////////////////////

        //
        // NOTE: Set the debug and trace logging callbacks used by the
        //       application.
        //