Skip to content

Latest commit

 

History

History
119 lines (96 loc) · 4.71 KB

ReleaseNotes.md

File metadata and controls

119 lines (96 loc) · 4.71 KB

Release Notes

v3.3.0

  • Added support for .fsproj projects to the .Net Core task.

v3.2.3

  • Added additional message grouping to task output.
  • Bug fix for multiline Description attribute in .Net Framework task.

v3.2.2

  • Bug fix for output variables in .Net Framework task when multiple AssemblyInfo.cs files specified as source files.

v3.2.1

  • Bug fix for output variables.

v3.2.0

  • Added message grouping to task output.
  • Added new check to skip .Net Framework project from the Net Core task.
  • Bug fix for output variables in .Net Framework task.

v3.1.6

  • Converted some checkboxes (boolean) attributes to dropdown list to allow attributes to be ignored. Fixes #214 and #170 by allowing true|false|ignore to be specified, defaults to ignore.

v3.1.2

  • Updated markdown files.
  • Corrected property name cassing for yaml.
  • Converted build pipelines to yaml
  • Added ability to keep parts of original version number #47.
  • Added support for .prop files to Net Core task #116.
    Thanks to godefroyo, IanMercer, auriou
  • Bug fix for wildcard version number rounding.
    Thanks to MatthewSteeples
  • Added support for .cpp files to Net Framework task #60.
    Thanks to mcvermeulen

v3.0.755

  • Added new logo.
  • Changed PackageLicenseUrl element to PackageLicenseFile.
  • Changed PackageIconUrl element to PackageIcon.
  • The build will now fail when no source files are found.
  • Started to add unit test coverage.
  • Added output variables to task GUI.
  • Added "Tagging Group" to tag the builds and update build name. See wiki for configuration options.
    Thanks to andyste1
  • Added support for MSBuild.Sdk.Extras projects.
    Thanks to crb04c
  • Upgraded to Node10

v2.3.105

  • Added support for .vbproj to .Net Core task.

v2.2.103

  • Added section to Overview.md about the issues faced with App Insights telemetry service.
    Thanks to chwebdude
  • Added flag to ignore warnings when .Net Framework project found. Fixes #136
    Thanks to hermanvos
  • Bug fix: Wildcard verion number rounding.
    Thanks to THues3010

v2.1.85

  • Added date transforms for all fields.
  • Enhanced logging options.
  • Added Application Insights.
  • Bug fix: File encoding using last detected encoding type.

v2.0.73

  • Skip invalid .csproj file types.
  • Bug fix: Net Core missing attributes.

v2.0.65

  • Rewrittein in Node JS.
  • Moved .Net Core to it's own extension.
  • Added support for file encoding (read and save).
  • Added wildcard file searching.
  • Added missing using statements.
    Thanks to SeriousM

v1.1.36

  • Added wilcard version number support.
    Thanks to andyste1
  • Added flag to insert missing attributes.
    Thanks to pbelousov

v1.0.30

  • Added support for spacing.
    Thanks to enigmament.

v1.0.29

  • Added support for SemVer versioning.
    Thanks to SimsonicLtd.

v1.0.27

  • Attribute fields are now grouped on the task pane.
  • Added additional check for attribute substitutions.
  • Added additional logging.
  • Added script for testing and packaging.
  • Updated Readme.

v1.0.26

  • Bug fix: Fix for incorrect 'Patch' number.

v1.0.25

  • Bug fix: Array of file names not created when 2 files are specified.

v1.0.23

  • Added support for .Net Core.
  • Added Source Files task parameter.
  • Added Informational Version task parameter.
    Thanks to roryza and richardctrimble.
  • Fixed issue with space between quotes and parenthesese Issue #1.

v1.0.22

  • Added File Version task parameter.

v1.0.21

  • Added date transforms for the Copyright task parameter.

v1.0.14

  • Initial release