Skip to content

Commit

Permalink
Public release of the hMSBuild v1.2.2
Browse files Browse the repository at this point in the history
* FIXED: Updated GetNuTool v1.6.1:
         https://github.com/3F/GetNuTool/blob/master/changelog.txt

         Important fixes:
         * FIXED: Avoids errors with possible incorrect CRC & Compressed size info.
         * FIXED: Fixed problem "Input string was not in a correct format" when used version with release type.
         * FIXED: Fixed problems with paths and whitespace characters for `-unpack` command.

* FIXED: Visual Studio 2017 Update 3 compatibility. Issue #3.
* CHANGED: Non-zero exit code when compilation fails. Issue #4.
* NOTE: Now you can get the latest stable versions easily:
        * https://3F.github.io/hMSBuild/releases/latest/minified/
        * https://3F.github.io/hMSBuild/releases/latest/full/
        * https://3F.github.io/hMSBuild/releases/latest/light/
  • Loading branch information
3F committed Aug 18, 2017
1 parent e78c2a1 commit 3ee58c3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [hMSBuild](https://github.com/3F/hMSBuild)

A lightweight tool (compiled batch file ~20 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.
A lightweight tool (~19 Kb compiled text-based embeddable batch-scripts that does not require powershell and dotnet-cli) - 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.


[![Build status](https://ci.appveyor.com/api/projects/status/tusiutft7a0ei109/branch/master?svg=true)](https://ci.appveyor.com/project/3Fs/hmsbuild/branch/master) [![release-src](https://img.shields.io/github/release/3F/hMSBuild.svg)](https://github.com/3F/hMSBuild/releases/latest) [![License](https://img.shields.io/badge/License-MIT-74A5C2.svg)](https://github.com/3F/hMSBuild/blob/master/License.txt)
[![GetNuTool core](https://img.shields.io/badge/GetNuTool-v1.6-93C10B.svg)](https://github.com/3F/GetNuTool)
[![GetNuTool core](https://img.shields.io/badge/GetNuTool-v1.6.1-93C10B.svg)](https://github.com/3F/GetNuTool)

**Download:** [/releases](https://github.com/3F/hMSBuild/releases) [ **[latest](https://github.com/3F/hMSBuild/releases/latest)** ]
* [nightly builds](https://ci.appveyor.com/project/3Fs/hmsbuild/history) (see `/artifacts` page) - *it can be unstable or not work at all. Use this for tests of latest changes.*
Expand Down
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
hMSBuild :: https://github.com/3F/hMSBuild
- - - - -

[v1.2.2] 2017.08.18

* FIXED: Updated GetNuTool v1.6.1:
https://github.com/3F/GetNuTool/blob/master/changelog.txt

Important fixes:
* FIXED: Avoids errors with possible incorrect CRC & Compressed size info.
* FIXED: Fixed problem "Input string was not in a correct format" when used version with release type.
* FIXED: Fixed problems with paths and whitespace characters for `-unpack` command.

* FIXED: Visual Studio 2017 Update 3 compatibility. Issue #3.
* CHANGED: Non-zero exit code when compilation fails. Issue #4.
* NOTE: Now you can get the latest stable versions easily:
* https://3F.github.io/hMSBuild/releases/latest/minified/
* https://3F.github.io/hMSBuild/releases/latest/full/
* https://3F.github.io/hMSBuild/releases/latest/light/

[v1.2.1] 2017.05.26

* FIXED: Fixed possible problem "... is not recognized as an internal or external command"
Expand Down

0 comments on commit 3ee58c3

Please sign in to comment.