Skip to content

Releases: 3F/GetNuTool

v1.5

27 Jun 20:58
@3F 3F
Compare
Choose a tag to compare
  • FIXED: error MSB4018 Value cannot be null, if the /p:wpath key is not defined.

Release includes:

  • GetNuTool_v1.5.zip - Full package. Compact & Executable versions. MSBuild searcher, etc.
  • gnt.bat - The executable non-binary version of GetNuTool. It is ready to use.

v1.4

27 Jun 15:16
@3F 3F
Compare
Choose a tag to compare
  • NEW: Added /p:wpath key to define working directory.
  • NEW: Support of executable package.
  • NEW: MSBuild searcher.

Release includes:

  • GetNuTool_v1.4.zip - Full package. Compact & Executable versions. MSBuild searcher, etc.
  • gnt.bat - The executable non-binary version of GetNuTool. It is ready to use.

v1.3

07 Jan 21:17
@3F 3F
Compare
Choose a tag to compare
* NEW: Added `/p:debug` to display additional information from select…

v1.2

13 Dec 15:03
@3F 3F
Compare
Choose a tag to compare
* NEW: Packing packages into .nupkg by using .nuspec

* CHANGED: The `get` & `pack` commands for calling of main features.
* CHANGED: Attributes of packages.config is now are case sensitive. Use lowercase for `id`, `version`, `output`
* CHANGED: For `get` command: ignoring technical data from package like: /_rels, /package, etc.

v1.1

11 Dec 16:05
@3F 3F
Compare
Choose a tag to compare
* FIXED: Incorrect path to Microsoft.Build.Tasks.dll with new MSBuild…