-
-
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: Fixed NullReferenceException when empty xml nodes in PropertyItem through ProjectProperty. This is possible for global or environment properties, for example: ``` GetProperty("Platform") GetProperty("Configuration") ``` * NEW: Added SDK based project types: .fsproj; .vbproj; .csproj https://github.com/dotnet/project-system/blob/master/docs/opening-with-new-project-system.md * NEW: PropertyItem can now be safely compared between each other: ``` new PropertyItem(...) == new PropertyItem(...) ``` * CHANGED: Updated package's tool hMSBuild 2.3 Release notes: https://github.com/3F/hMSBuild/releases/tag/v2.3 * CHANGED: Updated package's tool GetNuTool 1.8 Release notes: https://github.com/3F/GetNuTool/releases/tag/1.8 * NOTE: You can also use high quality Visual Studio Project Icons together with MvsSln: https://twitter.com/GitHub3F/status/1219348325729816578
- Loading branch information
Showing
6 changed files
with
48 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.5.0 | ||
2.5.1 |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.