Commit f22d500
committed
netfx4sdk 2.0. Public release
* NEW: New SDKs support via `-tfm` key:
+ 2.0 3.5 4.0 4.5 4.6 4.7 4.8 4.5.1 4.5.2 4.6.1 4.6.2 4.7.1 4.7.2 4.8.1
* NEW: New modes: `system-or-package` and `package-or-system`;
Fallback to 'system' to use 'package' if 'system' failed. And vice versa.
Aliases: `sys-or-pkg` and `pkg-or-sys`
* NEW: Implemented `-no-mklink` for all modes;
To use direct copying instead of mklink (junction / symbolic).
* NEW: Implemented `-stub` key to use a stub instead of actual processing.
* NEW: Implemented `-no-acl` to control ownership and ACL info.
* NEW: Implemented `-sdk-root` custom path to the SDK root directory.
* NEW: Official nuget package, netfx4sdk:
https://www.nuget.org/packages/netfx4sdk/
* NEW: +.pkg.install.bat v1 support in netfx4sdk nuget packages.
```
gnt ~netfx4sdk
```
```
gnt *netfx4sdk/2.0
```
Syntax and relevant documentation:
hMSBuild -GetNuTool -help
hMSBuild -GetNuTool ~/p:use=documentation
Or visit https://github.com/3F/GetNuTool
* FIXED: Fixed double slashes \\ for older xcopy.
* FIXED: Invalid mklink use in WIndows XP.
* CHANGED: Auto applying `-no-mklink` key for unsupported environments.
* CHANGED: ERROR_UNAUTHORIZED_ACCESS check
* CHANGED: Updated hMSBuild 2.5
https://github.com/3F/hMSBuild/releases/tag/2.51 parent 5a6d289 commit f22d500
2 files changed
+46
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
5 | 50 | | |
6 | 51 | | |
7 | 52 | | |
| |||
0 commit comments