System.Data.SQLite

Check-in [93faa15b5b]
Login

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

Overview
Comment:Add binary archive exclusions for the .NET Standard 2.1 archives.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | preRelease
Files: files | file ages | folders
SHA1: 93faa15b5bb6110ec500e1431d12e15ac28f35d0
User & Date: mistachkin 2019-10-27 19:48:53.355
Context
2019-10-27
19:49
Add optional diagnostic messages to the archive creation batch tooling. check-in: 0667d036b6 user: mistachkin tags: preRelease
19:48
Add binary archive exclusions for the .NET Standard 2.1 archives. check-in: 93faa15b5b user: mistachkin tags: preRelease
19:12
Update the CHM file for release 1.0.112.0. check-in: 74c786ea48 user: mistachkin tags: preRelease
Changes
Unified Diff Ignore Whitespace Patch
Changes to data/exclude_bin.txt.
11
12
13
14
15
16
17






18
19
*.txt
*32.exe
*32.exe.config
*EntityFramework.*
*EnvDTE.*
*Microsoft.*
*Newtonsoft.*






*System.Threading*
*stdole.*







>
>
>
>
>
>


11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*.txt
*32.exe
*32.exe.config
*EntityFramework.*
*EnvDTE.*
*Microsoft.*
*Newtonsoft.*
*System.CodeDom.*
*System.Data.SqlClient.*
*System.Drawing.Common.*
*System.Security.Cryptography.ProtectedData.*
*System.Security.Permissions.*
*System.Windows.Extensions.*
*System.Threading*
*stdole.*