Releases: Itiviti/gradle-msbuild-plugin
Releases · Itiviti/gradle-msbuild-plugin
4.7
Improved
- Print exit code when project parsing fails
4.6
Fixed
- AssemblyInfoPatcher is now compatible with lazy task register
4.5
Fixed
- Allow running the plugin with only dotnet 7+ SDK install
4.3
Fixed
- Errors stemming from MSBuild project files parsing are now properly shown in the log
4.2
Fixed
- Fix the MSBuild project files parsing
4.1
Fixed
- The plugin can be used on Linux again
4.0
Changed
ProjectFileParser
is migrated to net6
- Cleanup temporary folders an exit
Removed
NugetDependencies
is removed in ProjectFileParser
, please use PackageReference instead
3.15
Fixed
- Gradle 7 support on AssemblyInfoVersionPatcher
- built using JDK 8 for compatibility
3.9
Fixed
- Support newer MSBuild versions (e.g., 16.7.0.37604)