Releases: Itiviti/gradle-msbuild-plugin
Releases · Itiviti/gradle-msbuild-plugin
3.8
Fixed
- The greatest/latest installed Visual Studio version is used to parse the project & solutions (instead of the first it finds).
3.7
3.7
Fixed
- Unzip binaries into temporaryDir of the task
- Prevent using MSBuild paths that don't actually contain msbuild.exe
3.6
Added
- Support finding msbuild buildtools from VS2019 installation
3.4
Fixed
- Failed to resolve msbuild in MacOS #113 (thanks @kkalisz)
- Failed to run AssemblyInfoPatcher when attribute is not set or patching AssemblyInfo.cs
- Improve warnings log when project not found
3.3
Fixed
- Failed to resolve msbuild in MacOS #113 (thanks @kkalisz)
- Failed to run AssemblyInfoPatcher when attribute is not set or patching AssemblyInfo.cs
- Improve warnings log when project not found
3.2
- AssemblyInfoVersionPatcher supports patching project file in .Net Core format
- AssemblyInfoVersionPatcher supports also title, company, product, copyright and trademark #110
3.1
3.1
Fixed
- The plugin now works on Linux again
3.0
3.0
Changed
- Update for VS 2017 to use local installed MsBuild (VS no longer installs assemblies in GAC.)
- The plugin is now built with Gradle 5.1
2.22
Fixed
- Upgrade download-task to fix expires header parsing
2.21
Fixed
- Use msbuild on Linux if available, thanks to @Lansatac