Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the exclusion file syntax for use by the command line 'zip' tool. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | preRelease |
Files: | files | file ages | folders |
SHA1: |
259a5463663557b00bad2d780a891810 |
User & Date: | mistachkin 2015-08-19 04:52:14.681 |
Context
2015-08-19
| ||
14:32 | Fix compilation issue with EF6. check-in: 9a71005d4e user: mistachkin tags: preRelease | |
04:52 | Fix the exclusion file syntax for use by the command line 'zip' tool. check-in: 259a546366 user: mistachkin tags: preRelease | |
04:31 | Refactor INSERT/UPDATE handling (in the LINQ assembly) so it can handle composite and non-integer primary keys. Fix for [41aea496e0]. check-in: c1baff799b user: mistachkin tags: preRelease | |
Changes
Changes to data/exclude_bin.txt.
1 2 3 4 5 6 7 8 9 | *.done *.exp *.lib *.manifest *.map *.mda.config *.txt *32.exe *32.exe.config | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | *.done *.exp *.lib *.manifest *.map *.mda.config *.txt *32.exe *32.exe.config *EntityFramework.* *EnvDTE.* *Microsoft.* *stdole.* |