Skip to content

Commit

Permalink
Public release of the hMSBuild v1.1
Browse files Browse the repository at this point in the history
* FIXED: Fixed problem with finding of 32bit version from .NET Framework.
* CHANGED: Changed logic of `-notamd64` command to find 32bit version from Visual Studio.
* NEW: Implemented `-version` command.
  • Loading branch information
3F committed Apr 10, 2017
1 parent c624e93 commit 25e5be7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ A lightweight tool (compiled batch file ~19 Kb that can be embedded inside any s

It based on **GetNuTool core** https://github.com/3F/GetNuTool, and initially it was a more simplified msbuild-helper as part of this tool. But with latest changes from MS -_- we extracted this into new project for more support of all this.

### Features

1 batch file and no anything else for your happy build.

Combine with your other available scripts or just type `hMSBuild <args to msbuild.exe>` and have fun. Start with `hMSBuild -?`

### What supports ?

* Versions from VS2017+
Expand Down
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
hMSBuild :: https://github.com/3F/hMSBuild
- - - - -

[v1.1] 2017.04.10

[v1.0]
* FIXED: Fixed problem with finding of 32bit version from .NET Framework.
* CHANGED: Changed logic of `-notamd64` command to find 32bit version from Visual Studio.
* NEW: Implemented `-version` command.

[v1.0] 2017.04.06

* The first point - A lightweight tool (compiled batch file ~19 Kb that can be embedded inside any scripts or other batch files) - an easy helper for searching of available MSBuild tools.
Supports tools from VS2017+ (does not require additional vswhere.exe), VS2015 or less, other versions from .NET Framework.
Expand Down

0 comments on commit 25e5be7

Please sign in to comment.