Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add signed NuGet 4.x binary in externals that includes the '-VerbatimVersion' fix. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
be204390c78a010fae41a269a8ad8559 |
User & Date: | mistachkin 2018-09-05 01:56:35.389 |
Context
2018-09-08
| ||
06:55 | When testing on WinCE, make it possible to fetch output produced by the remote process. check-in: 7573c439f5 user: mistachkin tags: trunk | |
2018-09-05
| ||
01:56 | Add signed NuGet 4.x binary in externals that includes the '-VerbatimVersion' fix. check-in: be204390c7 user: mistachkin tags: trunk | |
2018-08-27
| ||
04:56 | Reform how connection flags are checked. check-in: c947d6b1fb user: mistachkin tags: trunk | |
Changes
Added Externals/NuGet/NuGet.exe.
cannot compute difference between binary files
Changes to Setup/data/verify.lst.
︙ | ︙ | |||
1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 | # # NOTE: This is the list of external files that should be present in the full # source code archive. These files may be required by the build and/or # during release processing. If missing, some features and/or build # options may be unavailable. # set sds_manifests(external) { Externals/ResGen/ Externals/ResGen/ResGen.exe Externals/ResGen/ResGen.exe.config Externals/vswhere/ Externals/vswhere/vswhere.exe } | > > | 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 | # # NOTE: This is the list of external files that should be present in the full # source code archive. These files may be required by the build and/or # during release processing. If missing, some features and/or build # options may be unavailable. # set sds_manifests(external) { Externals/NuGet/ Externals/NuGet/NuGet.exe Externals/ResGen/ Externals/ResGen/ResGen.exe Externals/ResGen/ResGen.exe.config Externals/vswhere/ Externals/vswhere/vswhere.exe } |
︙ | ︙ |
Changes to data/exclude_src.txt.
︙ | ︙ | |||
53 54 55 56 57 58 59 60 61 62 63 64 65 66 | Externals/Eagle/lib/Eagle1.0/update.eagle Externals/Eagle/lib/Eagle1.0/word.tcl Externals/Eagle/lib/Test1.0/* Externals/EntityFramework/* Externals/HtmlHelp/* Externals/MSVCPP/* Externals/NDoc3/* Externals/ResGen/* Externals/vswhere/* obj/* Setup/Output/* Setup/set_user_*.bat SQLite.Designer/obj/* SQLite.Designer/Properties/* | > | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | Externals/Eagle/lib/Eagle1.0/update.eagle Externals/Eagle/lib/Eagle1.0/word.tcl Externals/Eagle/lib/Test1.0/* Externals/EntityFramework/* Externals/HtmlHelp/* Externals/MSVCPP/* Externals/NDoc3/* Externals/NuGet/* Externals/ResGen/* Externals/vswhere/* obj/* Setup/Output/* Setup/set_user_*.bat SQLite.Designer/obj/* SQLite.Designer/Properties/* |
︙ | ︙ |