All Versions
92
Latest Version
Avg Release Cycle
37 days
Latest Release
587 days ago

Changelog History
Page 6

  • v0.19.0 Changes

    May 03, 2019
    • ๐Ÿ”„ Changed MSBuild targets to be invoked with Exec task
    • ๐Ÿ”„ Changed ProcessTasks to avoid Mono when using WSL
    • โž• Added output for non-default working directories
    • โž• Added GitVersion.VersionSourceSha
    • โž• Added ReportTypes.TeamCitySummary
    • ๐Ÿ›  Fixed parameter resolution to handle hyphens
    • ๐Ÿ›  Fixed MSBuild resolution for Visual Studio 2019
    • ๐Ÿ›  Fixed issues when build has no default target defined
  • v0.18.0 Changes

    March 24, 2019
    • ๐Ÿ”„ Changed ParameterService to strip dashes when resolving value
    • ๐Ÿ”„ Changed formatting of skip reason
    • โž• Added CompressionTasks
    • โž• Added EntityFrameworkTasks
    • ๐Ÿ›  Fixed UnityTasks.UnityPath for Windows
    • ๐Ÿ›  Fixed SystemColorOutputSink to print warning and error details
    • ๐Ÿ›  Fixed SonarScannerTasks to also resolve from netstandard package
  • v0.17.7 Changes

    March 12, 2019
    • ๐Ÿ›  Fixed SystemColorOutputSink to set ForegroundColor
  • v0.17.6 Changes

    March 04, 2019
    • ๐Ÿ›  Fixed RequirementService to check for ParameterAttribute when injecting values interactively
  • v0.17.5 Changes

    March 03, 2019
    • ๐Ÿ›  Fixed GlobDirectories and GlobFiles to not collect items lazily
  • v0.17.4 Changes

    March 02, 2019
    • Fixed bootstrapping script to not set NUGET_XMLDOC_MODE
  • v0.17.3 Changes

    February 27, 2019
    • ๐Ÿ›  Fixed documentation file generation
    • ๐Ÿ›  Fixed CheckBuildProjectConfigurationsAttribute.Timeout to be settable
  • v0.17.2 Changes

    February 24, 2019
    • ๐Ÿ›  Fixed parsing of changelog
  • v0.17.1 Changes

    February 23, 2019
    • ๐Ÿ›  Fixed attributes in build tasks
  • v0.17.0 Changes

    February 23, 2019
    • โœ‚ Removed collection-based tasks in FileSystemTasks
    • ๐Ÿ”„ Changed ContinueOnFailure to ProceedAfterFailure
    • ๐Ÿ”„ Changed summary output to not include collective targets
    • โž• Added logInvocation parameter and ToolSettings.LogInvocation property
    • โž• Added interactive parameter resolution
    • โž• Added RequiredAttribute for globally required parameters
    • โž• Added skip reason to summary
    • โž• Added FileGlobbingAttribute and DirectoryGlobbingAttribute
    • โž• Added GetProperty<T>, GetItems<T>, and GetItemMetadata<T> as ProjectExtensions
    • โž• Added Unlisted for target declarations
    • โž• Added ToolResolver for custom delegate resolution
    • โž• Added DotNetToolInstall, DotNetToolUninstall, and DotNetToolUpdate
    • โž• Added UnsetVisualStudioEnvironmentVariablesAttribute
    • โž• Added universal log methods with severity as parameter
    • ๐Ÿ›  Fixed parameter resolution for value types
    • ๐Ÿ›  Fixed AbsolutePath to be serializable
    • ๐Ÿ›  Fixed output for parallel task execution
    • ๐Ÿ›  Fixed exit code for failing targets using ProceedAfterFailure
    • ๐Ÿ›  Fixed exception message for circular dependencies