-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FIXED: Added support of `.` character in solution/project configuration name. Issue #13. ~ ``` {Guid}.Debug.x64.x86|Any.CPU.etc.Build.0 = Debug.x64.x86|Any.CPU.etc \___________/ \_________/ \_____/ ^ \___________/ \_________/ ``` * FIXED: [Broken in 2.2] Processing solution breaks when solution contains some unsupported/unknown project type. Issue #14. (Thanks @wouterroos). * NEW: An `Deploy` flag support. PR #16 (Thanks @wouterroos). +IConfPlatformPrj.IncludeInDeploy * NEW: Added new the following project types below. PR #15 (Thanks @wouterroos). +ProjectType.Deploy +ProjectType.Sf * CHANGED: Updated package's tool hMSBuild 2.1 Release notes: https://github.com/3F/hMSBuild/releases/tag/v2.1
- Loading branch information
Showing
4 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.2.0 | ||
2.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
be6418a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just installed and verified this version in my solution and everything seems to work great.
be6418a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wouterroos I'm glad to hear this :) Thanks for the feedback!