Skip to content

Releases: cake-contrib/Cake.Issues

0.7.0-beta.1

19 Apr 14:13
Compare
Choose a tag to compare
0.7.0-beta.1 Pre-release
Pre-release

As part of this release we had 6 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #92 Build against Cake 0.33.0

Feature

  • #41 Add helper for checking issues

Improvements

  • #99 Remove dependency on XUnit.Assert
  • #84 IssueBuilder.WithPriority should allow null value
  • #65 Add extension to skip BOM in byte array stream

Documentation

  • #97 XML comment for IIssue.ProjectFileRelativePath mentions string.Empty as valid value

0.6.2

05 Sep 12:34
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Bug

  • #60 ByteArrayExtensions.ToStringUsingEncoding throws an exception if empty byte array is passed

Improvements

  • #62 ToStringUsingEncoding should not throw if no preamble exists
  • #46 Add test cases for Cake.Issues.Testing

0.6.2-beta.2

05 Sep 07:31
Compare
Choose a tag to compare
0.6.2-beta.2 Pre-release
Pre-release

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Improvement

  • #46 Add test cases for Cake.Issues.Testing

0.6.2-beta.1

04 Sep 20:51
Compare
Choose a tag to compare
0.6.2-beta.1 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Bug

  • #60 ByteArrayExtensions.ToStringUsingEncoding throws an exception if empty byte array is passed

Improvement

  • #62 ToStringUsingEncoding should not throw if no preamble exists

0.6.1

02 Sep 18:30
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Features

  • #57 Add method for replacing issues tokens in string
  • #56 Add extensions for IIssue project and file

0.6.1-beta.1

04 Sep 15:24
Compare
Choose a tag to compare
0.6.1-beta.1 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Features

  • #57 Add method for replacing issues tokens in string
  • #56 Add extensions for IIssue project and file

0.6.0

24 Aug 06:03
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Breaking changes

  • #54 BaseMultiFormatIssueProvider.ReadIssues ignores format
  • #50 Add method to check if initialized was called on BaseIssueComponent

Bug

  • #53 Typo in comment for BaseMultiFormatIssueProvider

0.6.0-beta.2

19 Aug 20:53
98836b0
Compare
Choose a tag to compare
0.6.0-beta.2 Pre-release
Pre-release

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #54 BaseMultiFormatIssueProvider.ReadIssues ignores format

0.6.0-beta.1

18 Aug 10:18
Compare
Choose a tag to compare
0.6.0-beta.1 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #50 Add method to check if initialized was called on BaseIssueComponent

Bug

  • #53 Typo in comment for BaseMultiFormatIssueProvider

0.5.0

17 Aug 18:50
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #44 Improve issue provider infrastructure

Features

  • #48 Add helper for string / byte array conversion
  • #47 Add helper for working with embedded resources on file system

Improvement

  • #49 Add repository metadata to nuspec