Skip to content

2.5.1

Compare
Choose a tag to compare
@3F 3F released this 30 Jan 18:32
389a2ab
Public release. MvsSln 2.5.1

* 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