Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Exclude the 'System.Threading.Tasks.Dataflow' assembly from the binary release archives. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | vs2017 |
Files: | files | file ages | folders |
SHA1: |
5deb6aa3c57800db451bb5ada4024737 |
User & Date: | mistachkin 2017-08-02 21:23:06.738 |
Context
2017-08-02
| ||
22:10 | Modify the design-time components installation tool to produce an error message for Visual Studio 2017 (i.e. since it is not compatible). check-in: 2f8bbb43dd user: mistachkin tags: vs2017 | |
21:23 | Exclude the 'System.Threading.Tasks.Dataflow' assembly from the binary release archives. check-in: 5deb6aa3c5 user: mistachkin tags: vs2017 | |
21:20 | Fix typos in the 'testlinq' project file for Visual Studio 2017. check-in: fa7b063622 user: mistachkin tags: vs2017 | |
Changes
Changes to data/exclude_bin.txt.
︙ | ︙ | |||
9 10 11 12 13 14 15 16 | *.txt *32.exe *32.exe.config *EntityFramework.* *EnvDTE.* *Microsoft.* *Newtonsoft.* *stdole.* | > | 9 10 11 12 13 14 15 16 17 | *.txt *32.exe *32.exe.config *EntityFramework.* *EnvDTE.* *Microsoft.* *Newtonsoft.* *System.Threading* *stdole.* |