Skip to content

Releases: Itiviti/gradle-msbuild-plugin

4.6

07 Mar 02:45
Compare
Choose a tag to compare

Fixed

  • AssemblyInfoPatcher is now compatible with lazy task register

4.5

05 Mar 05:55
495c203
Compare
Choose a tag to compare
4.5

Fixed

  • Allow running the plugin with only dotnet 7+ SDK install

4.3

19 Jan 09:33
Compare
Choose a tag to compare
4.3

Fixed

  • Errors stemming from MSBuild project files parsing are now properly shown in the log

4.2

19 Jan 09:32
Compare
Choose a tag to compare
4.2

Fixed

  • Fix the MSBuild project files parsing

4.1

19 Jan 09:32
Compare
Choose a tag to compare
4.1

Fixed

  • The plugin can be used on Linux again

4.0

19 Jan 08:16
Compare
Choose a tag to compare
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

30 Jul 08:01
Compare
Choose a tag to compare

Fixed

  • Gradle 7 support on AssemblyInfoVersionPatcher
  • built using JDK 8 for compatibility

3.13

27 May 11:04
Compare
Choose a tag to compare

Fix

3.9

20 Feb 00:54
Compare
Choose a tag to compare
3.9

Fixed

  • Support newer MSBuild versions (e.g., 16.7.0.37604)

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).