Skip to content

Commit

Permalink
Public release of the hMSBuild 2.2
Browse files Browse the repository at this point in the history
* FIXED: Fixed searching from MS BuildTools products. Issue #12 (Thanks @odalet).

* CHANGED: [VS2017+] hMSBuild will search now in ANY available products. PR #13 (Thanks @odalet).

* NOTE: In addition to changes above, please use `-vsw-priority` and `-force` keys to use only what is needed.
        Issues: #8, #14.
  • Loading branch information
3F committed Jul 20, 2019
1 parent c195efd commit 2465d90
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0
2 changes: 1 addition & 1 deletion .vssbe
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"{",
" #[var bSha1 = #[IO sout(\"git\", \"rev-parse --short HEAD\")]]",
" ",
" #[$(hMSBuildVersion = \"$(hMSBuildVersion) [ $(bSha1) ]\")]",
" #[$(hMSBuildVersion = \"$(hMSBuildVersion)+$(bSha1)\")]",
"}]",
""
]
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Licensed under the [MIT License (MIT)](https://github.com/3F/hMSBuild/blob/maste
```
Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > GitHub/3F
```
And the hMSBuild contributors: https://github.com/3F/hMSBuild/graphs/contributors
hMSBuild contributors: https://github.com/3F/hMSBuild/graphs/contributors

[ [ ☕ Donate ](https://3F.github.com/Donation/) ]

Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
hMSBuild :: https://github.com/3F/hMSBuild
- - - - -

[v2.2] 2019.07.20

* FIXED: Fixed searching from MS BuildTools products. Issue #12 (Thanks @odalet).

* CHANGED: [VS2017+] hMSBuild will search now in ANY available products. PR #13 (Thanks @odalet).

* NOTE: In addition to changes above, please use `-vsw-priority` and `-force` keys to use only what is needed.
Issues: #8, #14.


[v2.1] 2019.05.27

* NEW: Support for VS2019 msbuild (Thanks @gerhardol)
Expand Down

0 comments on commit 2465d90

Please sign in to comment.