diff --git a/.version b/.version index afaf360..1cc5f65 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/Readme.md b/Readme.md index 967a10d..6e8d2ce 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ` and have fun. Start with `hMSBuild -?` + ### What supports ? * Versions from VS2017+ diff --git a/changelog.txt b/changelog.txt index bd4ecc0..c9bde3e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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.