Skip to content

Releases: Itiviti/gradle-msbuild-plugin

2.20

06 May 09:32
4838591
Compare
Choose a tag to compare

Fixed

  • Resolving msbuild failure when msbuild version has been defined in build script

2.19

24 Mar 11:08
5ecfe65
Compare
Choose a tag to compare

Added

  • added support for updating assembly info for VB.Net projects in AssemblyInfo.vb files.

Changed

  • changed the AssemblyInfoVersionPatcher so that it will not overwrite values in the AssemblyInfo files if the value being set is blank.
  • changed NuGet.exe dependency from 2.8.6 to version 4.4.0
  • support resolving projects for ToolsVersion 15.0
  • minimum required .Net Framework version for now is v4.6

2.18

27 Oct 01:43
Compare
Choose a tag to compare

Added

  • ProjectFileParser now parses "NugetDependencies" as an array of dependencies on the project. Available properties for a dependency are "Id", "Version", "TargetFramework", "IsDevelopmentDependency", "RequireReinstallation", "VersionConstraint"

2.17

12 Oct 03:14
Compare
Choose a tag to compare

Added

  • support resolving msbuild for version >= 15.0 by vswhere #75

2.16

06 Jan 02:19
Compare
Choose a tag to compare

Fixed

  • Registry keys are found when looking for msbuild versions. The issue is related to the JNA version used in other plugins.