Skip to content

Releases: Itiviti/gradle-msbuild-plugin

3.8

06 Aug 09:47
8a24ca4
Compare
Choose a tag to compare
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

12 Feb 14:50
Compare
Choose a tag to compare
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

02 May 06:02
562ea75
Compare
Choose a tag to compare
3.6

Added

  • Support finding msbuild buildtools from VS2019 installation

3.4

18 Mar 06:38
Compare
Choose a tag to compare
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

25 Apr 07:48
Compare
Choose a tag to compare
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

07 Mar 05:19
539deb4
Compare
Choose a tag to compare
3.2
  • AssemblyInfoVersionPatcher supports patching project file in .Net Core format
  • AssemblyInfoVersionPatcher supports also title, company, product, copyright and trademark #110

3.1

22 Jan 12:08
Compare
Choose a tag to compare
3.1

3.1

Fixed

  • The plugin now works on Linux again

3.0

18 Jan 15:09
Compare
Choose a tag to compare
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

17 Dec 13:51
Compare
Choose a tag to compare

Fixed

  • Upgrade download-task to fix expires header parsing

2.21

09 Jun 04:50
Compare
Choose a tag to compare

Fixed

  • Use msbuild on Linux if available, thanks to @Lansatac